Antox


Source link: https://github.com/Antox/Antox

Jenkins: CircleCI:


Antox is an Android 4+ client for Tox created by Mark Winter. It aims to bring the full multimedia support Tox offers to your device, although it's still currently in heavy development. Antox is currently available for alpha testing on Google Play and F-Droid.

Screenshots

Current development

  • Android 6 (Marshmallow) permission support
  • Bugfixing A/V

Getting Antox

Antox can be downloaded from Google Play.

To install on F-Droid, add https://pkg.tox.chat/fdroid/repo and search for "Antox".

The APK can be downloaded here

What Is Currently Working

  • One to one messaging
  • File transfers
  • Avatars
  • Partial A/V support

Translating Antox

  • You can localize the application via pull request or using Transifex. We are currently trying to find who has login details for the Transifex account so languages can be merged. For now, it is better to make a pull request to get new languages merged as soon as possible.

Compiling Antox From Source with Android Studio

  • Download https://developer.android.com/sdk/installing/studio.html
  • In Android Studio, go to Help>Check For Updates. As of writing, the latest version of AS is 2.2.3
  • In Android Studio again, go to Tools>Android>SDK Manager. Make sure you're using the latest SDK tools and SDK Build tools.
  • Clone the Antox repo
  • To import the project, go to File>Import Project. Select the build.gradle file in the root of the Antox folder
  • Download the latest tox4j binaries by running the download-dependencies script ( ./download-dependencies.sh on Linux/Mac or download-dependencies.bat on Windows)
  • Install the Scala plugin in IntelliJ, restart, and wait for IntelliJ to set itself up
  • Connect your phone in developer mode and click Run in Android Studio. It will install Antox on to your phone and run it automatically.

You may get an error when using the latest version of Android Studio:

Unsupported method: AndroidProject.getPluginGeneration(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model. 

Currently there is no fix for this, but there is a workaround by disabling instant run. This can be done by going to File > Settings > Build, Execution, Deployment > Instant Run and unchecking enable.

Compiling Antox From Source using Gradle

  • Download and install the SDK tools http://developer.android.com/sdk/index.html#Other
  • Run ./download-dependencies.sh ( download-dependencies.bat on Windows)
  • Run the gradle wrapper ./gradlew build -x lint --parallel ( gradlew.bat build -x lint --parallel on Windows). This will download gradle to your project files to ensure you have the correct version of gradle for building
  • If errors occur during the first build, run the command again
  • The apk will then be available in app/build/outputs/apk/
  • To install the app via ADB, run adb install <apk file>

Remarks

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

This repository resembles but is legally distinct from astonex/Antox and the Lollipop Guild.

Resources

ScriptJava is a simple command line utility that helps to evaluate simple Java statements at runtime (aka scripting). It may be used for educational purposes or just for fun of it as long as it offers a simple Java playground.

A clone of ActionBarTabs for Android which is compatible with Toolbar.

Material letter icon with colorful background. It also supports images usage for user contacts.

A simple implementation of a custom layout which solves the issues of grouping a child view with its tailing views.

It is an experimental project for switching day/night mode on Andorid.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes