minor
This commit is contained in:
parent
f3e2aeb97d
commit
4758f48c36
3 changed files with 3 additions and 6432 deletions
30
README.md
30
README.md
|
|
@ -4,33 +4,7 @@ Music awesomeness for hue lights.
|
|||
|
||||
It lives at http://www.huegasm.com and on https://play.google.com/store/apps/details?id=com.hoboman313.huegasm
|
||||
|
||||
Support me by paying for https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj
|
||||
Support me by paying for Huegasm at: https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj
|
||||
|
||||
## Future
|
||||
This app ( huegasm.com and huegasm mobile ) are not under active development. Currently my focus has shifted towards the Chrome extension linked above as well as creating new, premium, native Android and iOS apps.
|
||||
|
||||
## SIGNING
|
||||
/ember-cordova/platforms/android/release-signing.properties:
|
||||
storeFile=huegasm.keystore
|
||||
storeType=jks
|
||||
keyAlias=huegasm
|
||||
keyPassword=...
|
||||
storePassword=...
|
||||
|
||||
## LE MONKEY PATCHES
|
||||
- webView.setVerticalScrollBarEnabled(true);
|
||||
- @Override
|
||||
public void handleStop() {
|
||||
if (!isInitialized()) {
|
||||
return;
|
||||
}
|
||||
|
||||
sendJavascriptEvent("stop");
|
||||
|
||||
pluginManager.onStop();
|
||||
}
|
||||
- channel.onStop = cordova.addDocumentEventHandler('stop');
|
||||
- case 'stop': after case 'pause':
|
||||
- add <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> to Android manifest
|
||||
|
||||
Just search for 'pause' and add the same type of event stuff for 'stop'. This is needed for properly split screening Huegasm with other apps.
|
||||
This app ( huegasm.com and huegasm mobile ) are not under active development.Maintenance mode engaged with primary focus on the android and chrome versions. Contact me with any bugs, feature requests, thoughts.
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
{{/menu.trigger}}
|
||||
{{#menu.content width=3 as |content|}}
|
||||
{{#content.menu-item onClick="addLocalAudio" }}
|
||||
{{paper-icon "attachment" class=shuffleClass}} Local file
|
||||
{{paper-icon "attachment" class=shuffleClass}} Local File
|
||||
{{/content.menu-item}}
|
||||
{{#content.menu-item onClick="toggleIsShowingAddSoundCloudModal" }}
|
||||
{{paper-icon "cloud" class=shuffleClass}} SoundCloud
|
||||
|
|
|
|||
6403
web/yarn.lock
6403
web/yarn.lock
File diff suppressed because it is too large
Load diff
Reference in a new issue