M7MD889 / simplenote-android

Simplenote for Android

Home Page:https://simplenote.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplenote for Android

Version CircleCI Travis CI

Simplenote for Android. Learn more at Simplenote.com.

How to Configure

  • Clone repository.
git clone https://github.com/Automattic/simplenote-android.git
cd simplenote-android
  • Import into Android Studio using the Gradle build option. You may need to create a local.properties file with the absolute path to the Android SDK. Sample local.properties:
sdk.dir=/Applications/Android Studio.app/sdk
  • Install debug build with Android Studio or command line with:
./gradlew installDebug
  • Create a new account in order to use a development build. Logging in with an existing Simplenote account won't work. Use the account for testing purposes only as all note data will be periodically cleared out on the server.

Note: Simplenote API features such as sharing and publishing will not work with development builds.

Android Wear

To properly install the wear app, run ./gradlew assembleRelease to package up the app and then adb install with the generated .apk to the host device.

If you want to debug the Wear app, simply connect the device to adb and then run the Wear project from Android Studio.

About

Simplenote for Android

https://simplenote.com

License:GNU General Public License v2.0


Languages

Language:Java 93.8%Language:Ruby 4.1%Language:CSS 1.4%Language:Shell 0.7%