Commit Graph

782 Commits

Author SHA1 Message Date
Gunther Brunner
74c30a70b9 Added safety 2nd timeout to startRemoteConnect. 2014-08-18 18:56:58 +09:00
Valverde Antonio
d7d80c4327 Implement get ringer mode. 2014-08-15 18:49:37 +09:00
Gunther Brunner
9d53629750 Removed initial loading glitch for Browser buttons. 2014-08-07 15:01:41 +09:00
Gunther Brunner
5bad2a35d5 Moved Remote Debug from Advanced to Dashboard for faster access. 2014-08-07 14:55:40 +09:00
Gunther Brunner
ad29c048b3 Made remote debug text field a textarea, and autoselect text for faster copying. 2014-08-07 14:41:12 +09:00
Gunther Brunner
40d7a2c6cb Added spinner for when adding a Store account using Ladda.
Added default store account.
Show list of accounts when finished adding.
2014-08-07 14:12:01 +09:00
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
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
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
2e61911f8c Implement account check (if it's already added). 2014-07-30 19:25:09 +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
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
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
04cc8b11b8 Prevent browser list from doubling by using ng-repeat. 2014-07-23 19:43:29 +09:00
Valverde Antonio
dab1ab9bd9 Implement get SD card status (if it's mounted or not). 2014-07-23 14:04:44 +09:00
Gunther Brunner
2c5a2de17c Starting to add dynamic resizing to the remote panel. 2014-07-22 17:12:19 +09:00
Gunther Brunner
91239d22f8 Changed hotkeys to more sensible shortcuts.
Shortcuts can be used even from the remote control.
2014-07-22 17:02:42 +09:00
Simo Kinnunen
74f7328b32 Fix wrong variable name in device detail list. JSHint wasn't working properly in the previous version of Atom. 2014-07-18 14:45:27 +09:00
Gunther Brunner
a0ed5f93ad Stub for native-autocomplete directive with history. 2014-07-17 18:50:29 +09:00
Gunther Brunner
444a940fbb JSHint fixes. 2014-07-17 18:29:08 +09:00
Gunther Brunner
f5fb0a1317 Space key was being recognized as a change charset key. 2014-07-17 18:21:30 +09:00
Gunther Brunner
321e61db64 Added stub for refactoring screen to screen-keyboard and screen-touch. 2014-07-17 18:20:10 +09:00
Simo Kinnunen
9303c073b6 Fix device updates removing filter classes from rows. 2014-07-17 17:36:05 +09:00
Gunther Brunner
a06782ffb8 Added TODO for IE9. 2014-07-16 23:17:11 +09:00
Gunther Brunner
da40f061b4 Implemented change charset with the native PC charset keys.
Hacking was needed:
- Textarea changed to Input type "password", so that Alphanumeric keyboard is forced all the time.
- All the key input events are heavily browser/platform/keyboard dependent.
2014-07-16 22:57:50 +09:00
Gunther Brunner
8d165bc7a3 Changed default screen timeout to 3 seconds. 2014-07-16 21:10:12 +09:00
Gunther Brunner
6a8fb6fa75 All of the usable hotkeys now work and are translated. 2014-07-16 21:06:36 +09:00
Gunther Brunner
700c320257 Added tabindex and accesskeys for common input controls. 2014-07-16 20:05:34 +09:00
Gunther Brunner
e922b263f7 IE10 fix: supports only partially dataset. 2014-07-16 19:12:45 +09:00
Gunther Brunner
7ac6691bdb Added an alert for when the device is null. This needs debugging. 2014-07-16 18:58:38 +09:00
Simo Kinnunen
1af6e7b7d7 Update device counters using DOM methods in real time. 2014-07-16 18:37:01 +09:00
Gunther Brunner
ed17c00f80 Pressing shift-click on 'Use' button now invites the device without routing to control it. 2014-07-16 18:34:49 +09:00
Gunther Brunner
0f0cc56c41 Started adding a badge-icon directive. 2014-07-16 18:20:54 +09:00
Gunther Brunner
dd5b04998d Tried to fix the counting for zero,
but the real problem relies in that the device counting takes time and
we don't know before-hand how many devices we have.
Also the scope is not shared between the device list and the remote control.
2014-07-16 18:20:54 +09:00
Simo Kinnunen
0057bca523 Fix "using" counter. 2014-07-16 18:07:00 +09:00
Simo Kinnunen
0e761db319 Fix table segment insertion. 2014-07-16 18:06:59 +09:00
Simo Kinnunen
7f9153788d Fix error when removing a device from a tracker. 2014-07-16 16:16:20 +09:00
Gunther Brunner
beff3d88f2 Added auto-complete to search in Device Icon. 2014-07-14 21:06:45 +09:00