/warpinator-android

An unofficial implementation of Warpinator for Android

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Warpinator for Android (unofficial)

This is an unofficial reimplementation of Linux Mint's file sharing tool Warpinator for Android.

Download

Get the APK from the Releases page

Also available on F-Droid and Google Play
Get it on Google Play

Building

Build with Android Studio or with this command (you will need to install Android SDK yourself though):

export ANDROID_SDK_ROOT=$HOME/Android/Sdk
./gradlew :app:assembleDebug

Translations

Warpinator for Android can be translated just like any other Android application. Just follow these simple steps:

  1. Copy strings.xml from /app/src/main/res/values to /app/src/main/res/values-xx where xx is the code of the language you are translating to.
  2. Remove <string name="app_name" translatable="false">Warpinator</string>
  3. Translate everything in the new xml file
  4. Submit a PR.

Alternatively you can use Android Studio's built-in translations editor.