{"id":13414730,"url":"https://github.com/Antox/Antox","last_synced_at":"2025-03-14T22:32:04.303Z","repository":{"id":23485319,"uuid":"26850420","full_name":"Antox/Antox","owner":"Antox","description":"Android client for Project Tox - Secure Peer to Peer Messaging","archived":false,"fork":false,"pushed_at":"2024-04-05T15:35:01.000Z","size":25825,"stargazers_count":871,"open_issues_count":150,"forks_count":195,"subscribers_count":80,"default_branch":"master","last_synced_at":"2024-07-31T21:53:12.300Z","etag":null,"topics":["android","messaging","scala","tox"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Antox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-19T07:48:44.000Z","updated_at":"2024-07-25T15:09:25.000Z","dependencies_parsed_at":"2024-10-26T11:21:49.892Z","dependency_job_id":"c3416f4e-e70c-4ede-aa3e-d0c48cf1a091","html_url":"https://github.com/Antox/Antox","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antox%2FAntox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antox%2FAntox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antox%2FAntox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antox%2FAntox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antox","download_url":"https://codeload.github.com/Antox/Antox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658055,"owners_count":20326459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","messaging","scala","tox"],"created_at":"2024-07-30T21:00:33.927Z","updated_at":"2025-03-14T22:32:03.806Z","avatar_url":"https://github.com/Antox.png","language":"Scala","funding_links":[],"categories":["Messengers"],"sub_categories":["Tox"],"readme":"\u003cimg src=\"http://i.imgur.com/fFhygVw.png\" width=\"400\" height=\"185\" /\u003e\n\n**Jenkins:** [![Build Status](https://build.tox.chat/job/antox_build_android_arm_release/badge/icon)](https://build.tox.chat/job/antox_build_android_arm_release/)\n**CircleCI:** [![CircleCI](https://circleci.com/gh/Antox/Antox.svg?style=shield)](https://circleci.com/gh/Antox/Antox)\n\n---\n\nAntox is an Android 4+ client for Tox created by [Mark Winter](https://github.com/markwinter). 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.\n\n### Screenshots\n\n\u003cimg src=\"http://i.imgur.com/PvY7zCQ.jpg\" width=\"230px\" height=\"400px\"/\u003e \u003cimg src=\"http://i.imgur.com/Hmnjpv3.png\" width=\"230px\" height=\"400px\"/\u003e \u003cimg src=\"http://i.imgur.com/jApGiZQ.png\" width=\"230px\" height=\"400px\"/\u003e\n\n### Current development\n\n- Android 6 (Marshmallow) permission support\n- Bugfixing A/V\n\n### Getting Antox\n\nAntox can be downloaded from [Google Play](https://play.google.com/store/apps/details?id=chat.tox.antox).\n\nTo install on F-Droid, add `https://pkg.tox.chat/fdroid/repo` and search for \"Antox\".\nFingerprint: 9F777DD77C7F768269848233CF83D44F5C4FE480D7D5CB1CF32820B23A1AF086\n\nThe APK can be downloaded [here](https://pkg.tox.chat/fdroid/repo/antox.apk)\n\n### What Is Currently Working\n- One to one messaging\n- File transfers\n- Avatars\n- Partial A/V support\n\n### Translating Antox\n- You can localize the application via pull request ~~or using [Transifex](https://www.transifex.com/antox/antox/).~~ 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.\n\n### Compiling Antox From Source with Android Studio\n- Download https://developer.android.com/sdk/installing/studio.html\n- In Android Studio, go to Help\u003eCheck For Updates. As of writing, the latest version of AS is 2.2.3\n- In Android Studio again, go to Tools\u003eAndroid\u003eSDK Manager. Make sure you're using the latest SDK tools and SDK Build tools.\n- Clone the Antox repo\n- To import the project, go to File\u003eImport Project. Select the build.gradle file in the root of the Antox folder\n- Download the latest tox4j binaries by running the download-dependencies script (`./download-dependencies.sh` on Linux/Mac or `download-dependencies.bat` on Windows)\n- Install the Scala plugin in IntelliJ, restart, and wait for IntelliJ to set itself up\n- Connect your phone in developer mode and click Run in Android Studio. It will install Antox on to your phone and run it automatically.\n\nYou may get an error when using the latest version of Android Studio:\n\n```\nUnsupported method: AndroidProject.getPluginGeneration().\nThe version of Gradle you connect to does not support that method.\nTo resolve the problem you can change/upgrade the target version of Gradle you connect to.\nAlternatively, you can ignore this exception and read other information from the model.\n```\n\nCurrently there is no fix for this, but there is a workaround by disabling instant run. This can be done by going to `File \u003e Settings \u003e Build, Execution, Deployment \u003e Instant Run` and unchecking enable.\n\n\n### Compiling Antox From Source using Gradle\n- Download and install the SDK tools http://developer.android.com/sdk/index.html#Other\n- Run `./download-dependencies.sh` (`download-dependencies.bat` on Windows)\n- 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\n- If errors occur during the first build, run the command again\n- The apk will then be available in `app/build/outputs/apk/`\n- To install the app via ADB, run `adb install \u003capk file\u003e` \n\n### Mug\n\nBy popular demand, the Antox mug is now available on [Redbubble](https://www.redbubble.com/people/wiiaam/works/29178212-antox-mug?asc=u\u0026p=mug\u0026rel=carousel\u0026style=standard)\n\n### Remarks\n\n*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.*\n\n*This repository resembles but is legally distinct from [markwinter/Antox](https://github.com/markwinter/Antox) and the Lollipop Guild.*\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAntox%2FAntox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAntox%2FAntox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAntox%2FAntox/lists"}