SweetLion / seadroid

Android client for Seafile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seafile Android Client Build Status

The application has been published onto the market for easy access:

Get it on Google Play Get it on F-Droid

Contributors

See Contributors Graph

Build the APK

  • Make sure you have installed Java Development Kit 6 or 7
  • Make sure you have installed Maven 3.1.1+
  • Make sure you have installed the Android SDK then:
export ANDROID_HOME=<android SDK location>
export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
echo "y" | android update sdk -a --filter tools,platform-tools,build-tools-21.1.2,android-21 --no-ui --force
cd /tmp/
git clone https://github.com/mosabua/maven-android-sdk-deployer.git
cd maven-android-sdk-deployer
mvn clean install -pl platforms/android-21
  • Return in seadroid directory and build the APK with:
mvn clean package

You will get target/seadroid.apk after the build finishes.

Develop in Intellij IDEA/Eclipse

Android Dependencies

Build

Now you can build seadroid in Intellij IDEA/Eclipse.

Internationalization

Contribute your translation

Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-client/

Steps:

  1. Create a free account on Transifex (https://www.transifex.com/).
  2. Send a request to join the language translation.
  3. After accepted by the project maintainer, then you can upload your file or translate online.

About

Android client for Seafile

License:Other


Languages

Language:Java 100.0%