Gunther Brunner
e27e17d699
APPSTATE refactoring:
...
- Make index.html cacheable by being stateless
- Improve compression (base64 doesn't gzip well)
- Remove base64 encoding/decoding step
- Make AppState injectable so it can be unit tested
- Ready to remove the global leakage
2014-08-22 15:04:16 +09:00
Gunther Brunner
5559352585
Moved webpack server configuration to webpack.config.
2014-08-21 15:09:15 +09:00
Gunther Brunner
8347568ce0
Updated all safe-updatable npm dependencies.
2014-08-18 18:49:20 +09:00
Valverde Antonio
63df9a4ac6
Fix bug in Add Count.
2014-08-18 16:19:10 +09:00
Valverde Antonio
d7d80c4327
Implement get ringer mode.
2014-08-15 18:49:37 +09:00
Valverde Antonio
549570b99c
SetRingerMode now accepts the mode parameter as a string ("SILENT", "VIBRATE" or "NORMAL").
2014-08-13 15:19:06 +09:00
Valverde Antonio
5a3fe3b5ac
Without parameters get all the accounts of any type. Error returned fixed.
2014-08-12 19:00:29 +09:00
Gunther Brunner
090b27a8fe
Added new appstore-db.
2014-08-06 21:20:43 +09:00
Valverde Antonio
718a70f7fe
Merge branch 'fix/add-account' into develop
2014-08-04 19:09:13 +09:00
Valverde Antonio
e5dc09fd61
Fix okay response and double login problem in version 4.4*
2014-08-04 18:57:59 +09:00
Valverde Antonio
9b7f4c399c
Fix bug in STFService related to the phone status monitor.
2014-08-01 18:04:39 +09:00
Valverde Antonio
e6465fe8cc
Merge branch 'feature/check-account' into develop
2014-07-30 19:32:44 +09:00
Valverde Antonio
2e61911f8c
Implement account check (if it's already added).
2014-07-30 19:25:09 +09:00
Simo Kinnunen
905a81fff8
Add a "compact" script to the buildpack to reduce final image size. Realized that webpack was always required even though it's a devDep; made it so that it doesn't have to be loaded.
2014-07-30 17:53:33 +09:00
Valverde Antonio
daa1faaa29
Fix error-catch problem and some refactoring.
2014-07-30 16:45:17 +09:00
Valverde Antonio
4c5ca95396
Implement get account names function.
2014-07-30 16:05:17 +09:00
Valverde Antonio
1386b438c0
A bit of refactoring and new functionality for removeAccount method.
2014-07-29 16:23:04 +09:00
Simo Kinnunen
437596e6c6
Simplify DelimitedStream a little.
2014-07-28 18:57:37 +09:00
Simo Kinnunen
34ff1efb43
Simplify DelimitingStream.
2014-07-28 10:39:33 +09:00
Simo Kinnunen
65fc9a28eb
Increase installation timeout and make sure that there's a separate timeout if there's a need to uninstall first.
2014-07-25 17:52:24 +09:00
Simo Kinnunen
7286fac282
Fix shell output.
2014-07-25 16:54:26 +09:00
Simo Kinnunen
0a920dc568
Looks like the new ProtobufJS is not happy with getting floats for int values. Enforcing progress as int.
2014-07-23 20:36:09 +09:00
Simo Kinnunen
39315954ce
Use device_absent for lifecycle_ended.
2014-07-23 18:03:31 +09:00
Simo Kinnunen
0ec8082ac1
Tell the UI why the device became unusable.
2014-07-23 17:58:08 +09:00
Simo Kinnunen
d8dec38cad
Support pressure in touches. Attempt to fix らくらく phones with device data overrides, but even though all buttons are now clickable, they trigger too easily in the homescreen.
2014-07-23 16:56:53 +09:00
Valverde Antonio
dab1ab9bd9
Implement get SD card status (if it's mounted or not).
2014-07-23 14:04:44 +09:00
Simo Kinnunen
4234bb9e34
Remove rutil in favor of the updated rethinkdb driver.
2014-07-22 12:55:33 +09:00
Simo Kinnunen
9604f2dde2
Fix some JSHint warnings.
2014-07-21 15:12:17 +09:00
Simo Kinnunen
0c8c0da32e
Fix broken install functionality.
2014-07-18 18:24:45 +09:00
Simo Kinnunen
24a9afa7f9
Change reboot log message priority to important.
2014-07-18 17:52:08 +09:00
Simo Kinnunen
cf48f4714c
Extend group timeout on any adb connect activity.
2014-07-18 17:39:40 +09:00
Simo Kinnunen
645c804595
Update STFService to fix swapped display width/height when a device is connected in landscape mode.
2014-07-18 14:17:29 +09:00
Simo Kinnunen
7c93351dd4
Uninstall app first if installation fails due to inconsistent certificates.
2014-07-17 19:38:23 +09:00
Simo Kinnunen
8cb03cfe14
Remove commented out old commands.
2014-07-17 12:07:37 +09:00
Simo Kinnunen
1a9ad6fc22
Fix static path.
2014-07-16 13:40:00 +09:00
Simo Kinnunen
2d726a4f75
Require trailing slash in auth URLs.
2014-07-16 11:38:14 +09:00
Simo Kinnunen
b19e1784ab
Make auth URLs friendlier to load balancers and allow partials to be loaded as well.
2014-07-15 20:14:35 +09:00
Simo Kinnunen
1d77d8c97d
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
2014-07-14 17:09:50 +09:00
Simo Kinnunen
7da3c91289
Separate ldap and mock auth endpoints for potentially increased loadbalancer friendliness.
2014-07-14 16:07:42 +09:00
Valverde Antonio
d398b7e5fb
Implement automated login (Google Account).
2014-07-10 12:06:07 +09:00
Simo Kinnunen
87a51ef76d
Better compatibility with docker's --link option.
2014-07-09 23:27:03 +09:00
Simo Kinnunen
e13fc6701f
Save user settings to the database and embed them to the template for fast access.
2014-07-04 22:59:29 +09:00
Simo Kinnunen
332c7b6106
Embed user into the main template. "Hide" it using a data URL so that it looks better in the source.
2014-07-03 19:41:03 +09:00
Simo Kinnunen
a9d9f61615
Realized that the main app doesn't use partials anymore, which makes template customization easier.
2014-07-03 19:41:03 +09:00
Simo Kinnunen
720292ae3c
Rename the APP global variable to APPSTATE. It will soon contain more information.
2014-07-03 19:41:02 +09:00
Simo Kinnunen
cb487afce6
Update webpack and patch our middleware to match webpack-dev-middleware/commit/90b10b133fbd245b50439427228bdf97909e0680.
2014-07-03 19:24:57 +09:00
Gunther Brunner
6a4ff35a78
JSHint fix.
2014-07-02 21:31:44 +09:00
Gunther Brunner
562776d942
Adding cache and gzip for the static build files (except the build entries, to make things easier).
2014-07-02 21:28:49 +09:00
Simo Kinnunen
f421919c03
Merge branch 'feature/fast-device-list' into develop
2014-07-02 20:32:13 +09:00
Gunther Brunner
0add3eaddc
Separated webpack entries from chunks so the big chunks can be cached easily.
2014-07-02 20:10:19 +09:00