Commit Graph

185 Commits

Author SHA1 Message Date
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
Gunther Brunner
692582ce3d Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
2014-06-23 14:32:27 +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
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
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
1ff68d7f87 Added Cybozu user link. 2014-06-18 18:57:20 +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
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
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
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
e3df5f2e3c Added min-width for device list icons. 2014-06-03 19:02:31 +09:00
Gunther Brunner
e7eeb985a7 Added default Device List ordering by name also.
Hide devices without a model name (this may be changed later).
2014-06-03 17:50:32 +09:00
Gunther Brunner
d87c780068 Changed device list sort priority.
Changed device list control button styles.
2014-06-03 17:50:32 +09:00
Gunther Brunner
f634357217 Changed Screen failure timeout to 2 secs.
Changed Device Icon view popover timeout to 0.
2014-06-03 14:36:49 +09:00
Gunther Brunner
2dda82253d Revert "Hide offline devices."
This reverts commit 84fba858af0cbb75751a43be79c276afa4cac97e.
2014-06-02 14:08:53 +09:00
Gunther Brunner
10a764ff2f Translated kick message. 2014-06-02 14:00:37 +09:00
Gunther Brunner
fd03c60b31 Small fix 2014-06-02 14:00:36 +09:00
Gunther Brunner
6dda78884e Hide offline devices. 2014-05-30 01:58:55 +09:00
Gunther Brunner
4b98da269b Added force kicking. 2014-05-29 17:04:06 +09:00
Gunther Brunner
0570ef2319 Small devices improvings. 2014-05-29 14:10:08 +09:00
Gunther Brunner
7fecf2828b Added link for using the device from the Device List. 2014-05-29 05:01:42 +09:00
Gunther Brunner
12fc884f78 Fixed device redirect when not usable. 2014-05-29 05:01:42 +09:00
Gunther Brunner
cb6c7a1b5c Device List now properly sorts by status. 2014-05-29 01:40:38 +09:00
Gunther Brunner
0901a1a5f7 Fixed language initialization.
Fixed Device List details.
2014-05-29 01:40:38 +09:00
Gunther Brunner
1d974936e4 Fixing translations. 2014-05-29 01:40:38 +09:00
Gunther Brunner
b5659fe321 Port forwarding UI improved. 2014-05-28 21:38:27 +09:00
Gunther Brunner
2d7853fd1f Translating everything. 2014-05-28 19:18:33 +09:00
Gunther Brunner
a1a373972e Basic mode optimizations. 2014-05-27 22:51:46 +09:00
Gunther Brunner
1dc62193c8 Remove autocorrect from search.
Readded menu buttons active style.
2014-05-27 20:47:02 +09:00
Gunther Brunner
30cf21f778 Fixed basic styles for basic mode. 2014-05-27 20:47:01 +09:00
Gunther Brunner
5e512bf51c Removed battery voltage. 2014-05-26 21:19:10 +09:00
Gunther Brunner
00eb155ab9 Created Packery and Draggabilly directives.
Applied the Packery directive to Info layout based on media queries.
2014-05-26 21:05:54 +09:00
Gunther Brunner
ff2d59ce08 Added Model reference. 2014-05-23 19:07:58 +09:00
Gunther Brunner
1d0e3e8ade Removed navigation history button.
Added popup for Icon View.
2014-05-23 19:00:32 +09:00
Gunther Brunner
cd5a453bd9 Added ability to search in Icon view. 2014-05-23 18:40:56 +09:00
Gunther Brunner
eb238f97c7 Adding icon to the details list.
Adding small transition to the device list.
2014-05-23 17:56:13 +09:00
Gunther Brunner
948528a0ff Moving default device icon to the devices db. 2014-05-23 17:32:19 +09:00
Gunther Brunner
3794237224 Updating to the new devices-db. 2014-05-23 17:23:49 +09:00
Gunther Brunner
d32001f32c Start to add rotation listening. 2014-05-15 18:23:47 +09:00
Gunther Brunner
1bab43fed3 Starting to add Basic Mode. 2014-05-15 17:00:57 +09:00
Gunther Brunner
1c480ab801 Device view is not closeable anymore.
Just hide DOM for the table because there is a noticeable delay for creating it.
2014-05-14 19:54:48 +09:00
Gunther Brunner
37ec53fcd7 Device details now separated from Device icon view.
Tabs are not shown if the settings are not loaded yet.
2014-05-14 19:19:13 +09:00
Gunther Brunner
49f65bf313 Destroy the DOM for the Device Icons view if not necessary.
For the Details view, ngTable breaks without a DOM table.
2014-05-14 15:24:57 +09:00