It lives on the branch caw/galleryhop/main of this repo
For those wanting more than an app store purchase, this project is available here, under gpl v2 as source. You may, modify it, build it, and run it on your devices. The instructions below may not be perfect, but I will continue to update them.
npm install -g gulp
npm install -g bower
pm install -g cordova
npm install
gulp initialize
cordova plugins add cordova-plugin-crosswalk-webview cordova plugins add cordova-plugin-splashscreen cordova plugins add org.apache.cordova.dialogs
Install corova cli tools: npm install -g cordova
To test on emulator run cordova run --emulator
To test on phone run: cordova run --device
To build for production run:
cordova build android --release -- --keystore="/home/chris/key_stores/android_release_key_Store.keystore" --alias=android_release_key_store --storePassword={storePassword} --password={keyPassword-Same-As-Store}
https://stackoverflow.com/questions/24978166/unable-to-export-signed-apk-in-android-studio
Change password for keystore file: keytool -storepasswd -alias android_release_key_store -keystore ~/key_stores/android_release_key_Store.keystore
Testing key store: keytool -list -v -alias android_release_key_store -keystore ~/key_stores/android_release_key_Store.keystore
/v1/
/v2/
/api/versions
{ currentVersion: 'v1' supperotedVersion: ['v1', 'v2] }