Commit Graph

1642 Commits

Author SHA1 Message Date
Gunther Brunner
090b27a8fe Added new appstore-db. 2014-08-06 21:20:43 +09:00
Gunther Brunner
19fef4678e Updated dependencies. 2014-08-05 21:03:02 +09:00
Simo Kinnunen
18cf96a06a Attempt to work around npm/npm#5400. 2014-08-05 17:38:58 +09:00
Gunther Brunner
224edca5a1 Added update notifier.
It will be used to notify when there is a new stf release.
2014-08-05 15:06:12 +09:00
Simo Kinnunen
a8170e316b Add stf bin dir to PATH. 2014-08-05 13:50:02 +09:00
Gunther Brunner
a7faf0986b Clicking the small image on Device List now shows the big device image. 2014-08-04 21:57:49 +09:00
Gunther Brunner
feb9b04ebc Removed unused Browser component. 2014-08-04 21:35:00 +09:00
Gunther Brunner
b150c5fc02 Added list of accounts for the store. 2014-08-04 21:34:37 +09:00
Gunther Brunner
8c59b1cd62 Released bower component for se7en-bootstrap-3. 2014-08-04 20:02:18 +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
Simo Kinnunen
cfee78639b Use loglevel http for npm install. 2014-08-04 18:51:23 +09:00
Simo Kinnunen
83ca386334 Add base image Dockerfile. 2014-08-04 16:55:32 +09:00
Valverde Antonio
e4c25451cf Merge branch 'fix/phone-state-monitor' into develop 2014-08-01 18:05:38 +09:00
Valverde Antonio
9b7f4c399c Fix bug in STFService related to the phone status monitor. 2014-08-01 18:04:39 +09:00
Gunther Brunner
e643cbb797 Autocomplete for shell still not working. 2014-07-31 20:48:10 +09:00
Gunther Brunner
4edcb387d4 Added favicon resolving to URL input.
Added blur event after entering URL.
Focus screen after entering URL.
2014-07-31 20:30:43 +09:00
Gunther Brunner
8696f833c2 Added native auto-fill support for URL input in Chrome. 2014-07-31 16:54:28 +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
Simo Kinnunen
93973dc953 Keep symbolic links when copying node_modules or we run into problems because they no longer know which module they belong to. 2014-07-30 17:50:40 +09:00
Simo Kinnunen
05549ce32a Add gulp buildpack. 2014-07-30 17:49:10 +09:00
Simo Kinnunen
378cf0af46 Add mostly working custom node and bower buildpacks. 2014-07-30 16:54:52 +09:00
Valverde Antonio
060b58973c Merge branch 'fix/catch-error' into develop 2014-07-30 16:45:52 +09:00
Valverde Antonio
daa1faaa29 Fix error-catch problem and some refactoring. 2014-07-30 16:45:17 +09:00
Valverde Antonio
4a6d375adc Merge branch 'feature/get-accounts' into develop 2014-07-30 16:06:59 +09:00
Valverde Antonio
4c5ca95396 Implement get account names function. 2014-07-30 16:05:17 +09:00
Valverde Antonio
fe05777e9b Merge branch 'fix/remove-account' into develop 2014-07-29 16:23:22 +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
Gunther Brunner
2291361eaa Made account buttons smaller. 2014-07-25 20:35:00 +09:00
Gunther Brunner
fde5c98db8 Added Japanese translation. 2014-07-25 20:31:38 +09:00
Gunther Brunner
a169da2925 Added SD card status to Info tab. 2014-07-25 20:21:09 +09:00
Gunther Brunner
7988927c8d Added Wifi enable/disable setting. 2014-07-25 20:21:09 +09:00
Gunther Brunner
b79e10c317 Added Automation for Google Play Add/Remove Account. 2014-07-25 20:21:09 +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
Valverde Antonio
c76620727e Merge branch 'fix/update-stfservice' into develop 2014-07-25 16:58:04 +09:00
Valverde Antonio
81366b3d97 Update STFService apk file. 2014-07-25 16:57:23 +09:00
Simo Kinnunen
7286fac282 Fix shell output. 2014-07-25 16:54:26 +09:00
Gunther Brunner
a332b6a5bb Updated sensible bower dependencies.
Updated ng-file-upload to the latest version.
2014-07-24 20:17:49 +09:00
Gunther Brunner
6c8b6bb5d4 Adding device unusable reasons in the UI (a bit rust). 2014-07-23 20:50:32 +09:00
Gunther Brunner
9c7fd70e2f Adding TODO for APK Uninstall 2014-07-23 20:46:19 +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
04cc8b11b8 Prevent browser list from doubling by using ng-repeat. 2014-07-23 19:43:29 +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
7673fe8045 Merge branch 'feature/sd-status' into develop 2014-07-23 14:05:37 +09:00