Skip to content

M7MD889/simplenote-android

This branch is 2903 commits behind Automattic/simplenote-android:trunk.

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2019
Oct 15, 2019
Sep 15, 2019
Aug 22, 2019
Dec 12, 2019
Oct 16, 2019
Nov 1, 2019
Jun 7, 2019
Apr 30, 2019
Oct 18, 2019
Sep 15, 2019
Oct 11, 2019
Oct 21, 2019
Oct 16, 2019
Nov 27, 2018
Oct 21, 2019
Oct 21, 2019
Jul 29, 2016
Nov 27, 2019
Dec 13, 2019
Jun 5, 2019
Jul 13, 2013
Jul 31, 2019
Jun 7, 2019
Jun 7, 2019
Feb 26, 2013
Aug 24, 2014

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.8%
  • Ruby 4.1%
  • CSS 1.4%
  • Shell 0.7%