No description
This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2017-05-14 18:26:55 -07:00
assets new icons, persist manual bridge ip 2017-03-12 17:13:31 -07:00
mobile getting rid of ember-modal-dialog, minor stuff 2017-05-14 18:26:55 -07:00
web getting rid of ember-modal-dialog, minor stuff 2017-05-14 18:26:55 -07:00
.gitignore ignore deploy dir 2017-04-23 09:30:53 -07:00
README.md updating readme 2017-05-04 19:53:08 -07:00

Huegasm

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

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 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.