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 |
|
Simo Kinnunen
|
f06035b8ac
|
Fix the previous port fix. It failed spectacularly when the port count was already divisible by 3, causing no ports to be given to any device.
|
2014-06-10 12:32:03 +09:00 |
|
Simo Kinnunen
|
72000cc717
|
Ensure that we correctly allocate worker ports. We were off by one before.
|
2014-06-09 19:01:02 +09:00 |
|
Gunther Brunner
|
ba7e467ebd
|
Horrible font rendering was a bug in Chrome for Windows.
https://code.google.com/p/chromium/issues/detail?id=137692#c123
It's going to be fixed probably on M37.
|
2014-06-09 18:37:48 +09:00 |
|
Gunther Brunner
|
9a2996df69
|
Update to font-lato-2-subset which should solve the WIndows readability problem.
|
2014-06-09 18:12:38 +09:00 |
|
Gunther Brunner
|
0904cb9601
|
Updated to internal bower.
|
2014-06-09 17:47:25 +09:00 |
|
Valverde Antonio
|
98eae63c28
|
Merge branch 'missing-provider' into develop
|
2014-06-06 18:25:45 +09:00 |
|
Valverde Antonio
|
25b9583d5c
|
Fix missing provider when a device is plugged in for the first time
|
2014-06-06 18:24:32 +09:00 |
|
Simo Kinnunen
|
7fb721f379
|
Make it possible to connect to ADB running on other computers.
|
2014-06-06 18:01:36 +09:00 |
|
Simo Kinnunen
|
2e18778d1c
|
Update socket events to match socket.io 1.0.
|
2014-06-06 15:23:13 +09:00 |
|
Simo Kinnunen
|
984c45b183
|
Separate websocket to its own role. Necessary because the app was getting pretty big already, but mostly because our Windows PCs don't like to connect to websockets on port 80, which is what we use for the app.
|
2014-06-06 15:02:29 +09:00 |
|
Simo Kinnunen
|
92be2f1b59
|
Fix default IP in port forwarding.
|
2014-06-06 10:57:21 +09:00 |
|
Simo Kinnunen
|
1e5ac360ed
|
Fix gulp build failing due to incorrect jade includes.
|
2014-06-05 13:57:13 +09:00 |
|
Simo Kinnunen
|
e90df6b2f4
|
Use a real random model for fake devices.
|
2014-06-04 19:08:07 +09:00 |
|
Simo Kinnunen
|
6acfa5b528
|
Add a new command to generate fake devices for testing.
|
2014-06-04 18:57:20 +09:00 |
|
Gunther Brunner
|
1c45b6eb70
|
Starting to add build targets for common status page.
|
2014-06-04 18:45:11 +09:00 |
|
Gunther Brunner
|
a9e2268b18
|
Added gulp protractor task.
|
2014-06-04 15:00:40 +09:00 |
|
Gunther Brunner
|
2ca3619057
|
Starting to add error status pages.
|
2014-06-03 21:00:00 +09:00 |
|
Gunther Brunner
|
bad0ca9cc7
|
Show only Web/Native when controlling.
|
2014-06-03 19:35:02 +09:00 |
|
Gunther Brunner
|
79b0d7f2ab
|
Updated bower dependencies.
|
2014-06-03 19:18:35 +09:00 |
|
Gunther Brunner
|
e3df5f2e3c
|
Added min-width for device list icons.
|
2014-06-03 19:02:31 +09:00 |
|
Simo Kinnunen
|
41661c9384
|
Update to Socket.IO 1.0.
|
2014-06-03 19:00:43 +09:00 |
|
Gunther Brunner
|
27d9014e90
|
const was just too new for IE.
|
2014-06-03 17:59:01 +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 |
|