Commit Graph

1748 Commits

Author SHA1 Message Date
Simo Kinnunen
b459e9f5bd Fix busy classname. 2014-07-02 20:13:53 +09:00
Gunther Brunner
71ce7a58b6 Fixed new build entry path. 2014-07-02 20:12:54 +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
Gunther Brunner
080d7d9e39 Bundle file was being scanned with translate:extract. 2014-07-02 20:10:19 +09:00
Simo Kinnunen
714867de59 Don't render both lists at once, and remember which list was selected (just like before). Some refactoring here would be nice. 2014-07-02 20:02:12 +09:00
Valverde Antonio
275dc873af Merge branch 'feature/add-account-menu' into develop 2014-07-02 18:45:08 +09:00
Valverde Antonio
d294906a65 Implement pop up add account menu (for Google Account). 2014-07-02 18:37:39 +09:00
Simo Kinnunen
46baaf4fe0 Update the "no devices" widget to work with the new system. 2014-07-02 17:50:49 +09:00
Simo Kinnunen
f329d021d3 Rename device-list-icon to device-list-icons. 2014-07-02 15:54:02 +09:00
Simo Kinnunen
6ab7cd702a Compare versions properly. 2014-07-02 15:27:26 +09:00
Simo Kinnunen
c5d79c7b80 Add some max-age to device and browser icons so that they can be served directly from cache. 2014-07-02 15:16:48 +09:00
Simo Kinnunen
d51da4b215 Add username back to device list stats. 2014-07-02 14:13:11 +09:00
Simo Kinnunen
d2ea49ef07 Make SDK column sorting work. 2014-07-01 17:48:59 +09:00
Simo Kinnunen
305a67330b Make display column sort by total number of pixels. 2014-07-01 15:48:24 +09:00
Simo Kinnunen
20076ffc0e Remove unused directive attribute. 2014-07-01 11:38:56 +09:00
Valverde Antonio
9125816d07 Merge branch 'feature/wifi-status' into develop 2014-07-01 11:13:51 +09:00
Valverde Antonio
d9281bb30a Implement get Wifi status. 2014-07-01 10:51:48 +09:00
Simo Kinnunen
eaebbc76ce Remove controller attribute from template (the controller was already removed). 2014-06-30 20:33:34 +09:00
Simo Kinnunen
29785058f9 Make the icon view use a custom renderer too. Many common parts with the details view; planning on refactoring duplicate code away. 2014-06-30 19:48:11 +09:00
Gunther Brunner
98148cdc7f Disabling auto-reconnect because it fights with the auto-timeout.
Need to find a balance between both based on real usage.
2014-06-30 19:35:50 +09:00
Simo Kinnunen
447903f771 Verify static results. 2014-06-30 15:09:54 +09:00
Simo Kinnunen
a971c5a7dc Remove unfinished test case from patch-array-test. 2014-06-30 15:09:25 +09:00
Simo Kinnunen
30ab91b6ba Columns are now swappable. It does more work than it should but the slowness seems to be coming from angular anyway. 2014-06-30 14:36:18 +09:00
Simo Kinnunen
919d213782 Add a class to column headings to signify active sorting. 2014-06-29 12:00:45 +09:00
Simo Kinnunen
532a83ca81 Translate battery columns. 2014-06-29 11:59:44 +09:00
Simo Kinnunen
ff3b4e8706 Use asc/desc instead of ints for specifying sort order. Makes it easier to use in templates and doesn't really change that much in the code. 2014-06-29 02:05:11 +09:00
Simo Kinnunen
bf09a4b08a Move column definitions back to the directive. Sorting now works, although there's no UI. 2014-06-29 01:47:26 +09:00
Simo Kinnunen
06573f7f6f Fix device sometimes showing up twice on the list if coming back from the device page while releasing the device. Caused by websocket telling us about the release before we got the device data. 2014-06-28 18:17:34 +09:00
Simo Kinnunen
3496013212 Default to using device serial for missing model. 2014-06-28 09:12:03 +09:00
Simo Kinnunen
3f6869964b Work in progress. Sorting is working, column selection is working. Translations are not working. Moved column definitions to the list controller, but we might get more flexibility by actually putting it in the directive and just giving it a list of column names we want. 2014-06-27 22:26:54 +09:00
Gunther Brunner
d7c027f2ba Added support for switching charsets from the keyboard by pressing SHIFT+SPACE. 2014-06-27 20:44:53 +09:00
Gunther Brunner
0aefed70c8 Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.
Also making custom css/overriding them becomes easier.
2014-06-27 20:44:53 +09:00
Valverde Antonio
41ce702b90 Merge branch 'feature/set-wifi-enabled' into develop 2014-06-27 17:36:13 +09:00
Valverde Antonio
6f7fdffe3d Implement set Wifi on/off. 2014-06-27 17:35:48 +09:00
Valverde Antonio
9a31fbbfca Revert "Implement set Wifi on/off."
This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
2014-06-27 16:01:23 +09:00
Valverde Antonio
9a07c1bb77 Implement set Wifi on/off. 2014-06-27 15:57:32 +09:00
Simo Kinnunen
f7a8257259 The new table now works, but columns are not selectable and there's no interactive sorting or filtering. Also, icon view has been disabled for now. 2014-06-27 11:49:17 +09:00
Valverde Antonio
df170073ac Merge branch 'feature/set-ringer-mode' into develop 2014-06-26 17:47:05 +09:00
Valverde Antonio
3f19064ede Implement ringer mode setting. 2014-06-26 16:54:25 +09:00
Valverde Antonio
6182856cb2 Remove unused parameter from AccountRemoveMessage. 2014-06-26 16:13:49 +09:00
Valverde Antonio
3d04936b92 Merge branch 'feature/remove-account' into develop 2014-06-25 17:48:30 +09:00
Valverde Antonio
3a3937ec2f Implement account removal. 2014-06-25 17:47:45 +09:00
Gunther Brunner
a8da19472d Added error message when port forwarding fails.
Disabled port forwarding on user service for now.
2014-06-24 14:27:25 +09:00
Gunther Brunner
b37601486e Replacing bootstrap typeahead with HTML5 native datalist because Angular 1.3.0-beta.12 breaks the scope with ng-transclude. 2014-06-24 13:42:16 +09:00
Gunther Brunner
154e331a93 Finishing Remote Debug UI. 2014-06-24 11:58:59 +09:00
Simo Kinnunen
db1699c666 Impement remote connect plugin. 2014-06-24 11:41:48 +09:00
Gunther Brunner
692582ce3d Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
2014-06-23 14:32:27 +09:00
Simo Kinnunen
958cfd090e Update remote binary to fix touches in Xperia A2 and Xperia Z1f. 2014-06-20 22:22:31 +09:00
Gunther Brunner
9c2dccb18d Added Remote Debug help text. 2014-06-20 20:51:24 +09:00
Gunther Brunner
5454b302ff Added Remote Debug UI. 2014-06-20 20:44:25 +09:00