mrtavat / simplenote-android

Simplenote for Android

Home Page:http://simplenote.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplenote for Android

A Simplenote client for Android. Learn more about Simplenote at Simplenote.com.

Development Requirements

How to Configure

  1. Clone repo
git clone https://github.com/Automattic/simplenote-android.git
cd simplenote-android
  1. 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
  1. Simperium Config

Add your simperium appid and key to Simplenote/gradle.properties, and an empty googleAnalyticsId:

simperiumAppId=SIMPERIUM_APP_ID
simperiumAppKey=SIMPERIUM_KEY
googleAnalyticsId=
  1. Install debug build with Android Studio or ./gradlew installDebug

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

http://simplenote.com

License:GNU General Public License v2.0


Languages

Language:Java 99.5%Language:CSS 0.5%