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 |
|
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
|
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 |
|
Gunther Brunner
|
905879235e
|
Adding remote debug.
For some reason ng-table is loosing the header.
|
2014-06-20 20:36:21 +09:00 |
|
Gunther Brunner
|
7e7b52de7c
|
Adding alternative implementation for Device List.
Still slow so disabled by default, but at least it has dynamic columns.
|
2014-06-20 20:19:14 +09:00 |
|
Simo Kinnunen
|
66006db685
|
Insert battery events to the database with soft durability.
|
2014-06-20 11:36:27 +09:00 |
|
Gunther Brunner
|
cb519dbade
|
Manteinance and enhanced names back to filters because angular-gettext doesn't support translating variables from directives.
|
2014-06-19 22:13:03 +09:00 |
|
Gunther Brunner
|
aebeb4d357
|
Added Restart Device functionality.
Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.
|
2014-06-19 21:13:20 +09:00 |
|
Gunther Brunner
|
694d621794
|
Added Restart Device button UI.
|
2014-06-19 21:02:54 +09:00 |
|
Simo Kinnunen
|
3f2ddd7c74
|
Tell websocket to reset owner when device is added.
|
2014-06-19 21:02:12 +09:00 |
|
Valverde Antonio
|
b84d1b97c6
|
Reboot functionality added
|
2014-06-19 19:30:40 +09:00 |
|
Gunther Brunner
|
af6fa9fe29
|
Added Chat (disabled for now).
|
2014-06-19 16:59:59 +09:00 |
|
Simo Kinnunen
|
c1adb9087a
|
Improve device filtering to ignore weird devices with question mark serials.
|
2014-06-19 14:24:46 +09:00 |
|
Simo Kinnunen
|
b9484019a3
|
Update to new device DB.
|
2014-06-18 22:52:02 +09:00 |
|
Valverde Antonio
|
760e09290f
|
Code adapted to the new interface of stf-device-db.
|
2014-06-18 22:52:02 +09:00 |
|
Gunther Brunner
|
f741136aed
|
Added current number of devices being used by user to the Stats UI.
|
2014-06-18 22:43:02 +09:00 |
|
Gunther Brunner
|
b9d9cb3c7f
|
Adding overall device stats (Experimental UI).
|
2014-06-18 21:44:08 +09:00 |
|
Gunther Brunner
|
7e1296d1da
|
$broadcast is slow so refactored to a service.
|
2014-06-18 20:27:09 +09:00 |
|
Gunther Brunner
|
1ff68d7f87
|
Added Cybozu user link.
|
2014-06-18 18:57:20 +09:00 |
|
Gunther Brunner
|
71e139ddaf
|
Added a modal lightbox-image directive.
Added a fallback-image directive.
Added the Device Photo on the Info tab.
|
2014-06-18 18:57:20 +09:00 |
|
Simo Kinnunen
|
6bb07d7c34
|
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
|
2014-06-18 15:51:54 +09:00 |
|
Gunther Brunner
|
2f5a882099
|
Updating to latest device db.
|
2014-06-18 14:29:28 +09:00 |
|
Gunther Brunner
|
41eb4d2b17
|
Hiding customize for now.
Show all devices for Device List also.
|
2014-06-18 13:25:56 +09:00 |
|
Gunther Brunner
|
7982e2bcbe
|
Started enhancing device list details with prefiltered information.
Moved enhanced data away from device service.
|
2014-06-18 01:25:22 +09:00 |
|
Gunther Brunner
|
b139849b3f
|
Added CPU information.
Added Memory information.
|
2014-06-18 00:40:49 +09:00 |
|
Gunther Brunner
|
6c88884fba
|
Added back hidden devices without model.
Default device image removed.
|
2014-06-18 00:01:12 +09:00 |
|
Gunther Brunner
|
fa63572693
|
JADE fix.
|
2014-06-17 23:44:49 +09:00 |
|
Gunther Brunner
|
2b7fa4479f
|
New devices-db doesn't have a image property.
|
2014-06-17 23:44:16 +09:00 |
|
Gunther Brunner
|
e2c65a83fc
|
Typo.
|
2014-06-17 15:42:57 +09:00 |
|
Gunther Brunner
|
31899b9939
|
Device Icon view now is very fast:
- No filters
- Data enhanced
- ng-bind instead of {{}}
- Bind once
- ng-if for Devices List
|
2014-06-16 18:45:14 +09:00 |
|
Gunther Brunner
|
0e76faf736
|
Angular updated.
Port forwarding results table removed.
|
2014-06-16 15:14:07 +09:00 |
|
Gunther Brunner
|
bcde9ebefa
|
Starting to add Dynamic columns selector.
|
2014-06-11 21:51:10 +09:00 |
|
Gunther Brunner
|
f56d70cebb
|
Performance: Starting to remove biggest bottlenecks from digest cycle, filters.
Biggest are releasedAt and showAll, both consuming more than 1000ms (!).
|
2014-06-11 16:02:04 +09:00 |
|
Gunther Brunner
|
4b19d960d2
|
Clear sorting now resets to initial sorting.
|
2014-06-11 15:36:19 +09:00 |
|
Gunther Brunner
|
3798b72401
|
Performance: Only digest in requestAnimationFrame
|
2014-06-11 15:14:17 +09:00 |
|
Gunther Brunner
|
00e436c323
|
Dependencies now pointing to internal bower.
|
2014-06-10 17:14:43 +09:00 |
|
Gunther Brunner
|
bb70b0386d
|
Adding vs-repeat performance test sample.
|
2014-06-10 16:07:20 +09:00 |
|