Commit Graph

846 Commits

Author SHA1 Message Date
Gunther Brunner
a59b3a6fc3 Added Socket Error Modal. 2014-10-17 19:23:15 +09:00
Gunther Brunner
e172457b5f Start to add Socket Disconnected Modal. 2014-10-17 19:23:15 +09:00
Simo Kinnunen
1932c17508 Websocket loadbalancers might run in tcp mode, which makes it difficult to add the X-Forwarded-For header. Pass the IP in the query string instead. 2014-10-16 15:49:54 +09:00
Gunther Brunner
7cb8fff6ac Dependencies updated. 2014-10-16 15:09:40 +09:00
Gunther Brunner
d8191bac05 Add back standalone mode by location. 2014-10-15 18:00:00 +09:00
Gunther Brunner
36d9b7a98d Disable tooltip animations because they are broken on Angular 1.3.0 2014-10-15 17:40:49 +09:00
Gunther Brunner
e1cedbb77c Removed ngTable. Disabled ladda because there is a gettext bug. 2014-10-15 17:20:28 +09:00
Gunther Brunner
6a7a18f0a2 Translated to Japanese. 2014-10-15 17:12:05 +09:00
Gunther Brunner
c245355732 Preparing for deploy.
Disables:
-Performance tab
-Access Tokens tab
-Standalone mode
2014-10-15 16:24:34 +09:00
Gunther Brunner
ff6b0dbab1 Improved UI layout for Reverse Port Forwarding. 2014-10-15 13:40:48 +09:00
Simo Kinnunen
cecf08a244 Reverse port forwarding UI actually works now. 2014-10-14 22:57:44 +09:00
Gunther Brunner
99864fb223 Track by $index so we can have duplicates (which makes sense in the UI). 2014-10-14 20:49:27 +09:00
Gunther Brunner
15755334d5 At least some UI for the new Port Forwarding. 2014-10-14 20:43:06 +09:00
Simo Kinnunen
04d261044c Start implementing new port forwarding UI. 2014-10-14 14:15:23 +09:00
Gunther Brunner
8ffb037fbd Clean up. 2014-10-10 16:47:15 +09:00
Gunther Brunner
d105052b20 In Angular 1.3.0-rc.5, $animate defers changes till the next digest.
Disabled animation for now.
2014-10-10 16:01:39 +09:00
Gunther Brunner
84e3c96a85 Focus URL after a browser has been selected. 2014-10-10 15:17:35 +09:00
Gunther Brunner
58244cbf60 Add first sample of ng-epoch. 2014-10-06 21:31:13 +09:00
Gunther Brunner
a1cf0ba7bd Add Epoch. 2014-10-06 20:50:28 +09:00
Gunther Brunner
1a8a5ff8ff Add Performance tab. 2014-10-06 19:11:46 +09:00
Gunther Brunner
1bedbad650 Replaced 'font-awesome-bower' -> 'components-font-awesome' because it's more up-to-date. 2014-10-06 19:05:03 +09:00
Gunther Brunner
6a727b163f Ultra Light was unreadable. 2014-10-06 18:27:45 +09:00
Gunther Brunner
56541ba80e Cleanup. 2014-10-06 17:06:42 +09:00
Gunther Brunner
5d190db1b7 Update device status accordingly. 2014-10-03 15:44:16 +09:00
Gunther Brunner
989ca53a91 Reverse Keys and General tabs order. 2014-10-03 12:12:27 +09:00
Gunther Brunner
1d3f3320b8 Cursor text for disabled textareas. 2014-10-02 23:18:07 +09:00
Gunther Brunner
1f46cd0ea2 Separate retry button. 2014-10-02 23:13:33 +09:00
Gunther Brunner
c35b92c440 Improve Device Disconnected UI. 2014-10-02 23:07:28 +09:00
Gunther Brunner
d3ebab0c4b Hide Back button when there is no history on first load. 2014-10-02 16:52:02 +09:00
Gunther Brunner
d0f6759266 Add Cancel button to ADB Add Key Modal. 2014-10-02 16:52:02 +09:00
Simo Kinnunen
95347d91f0 Show a dialog for new ADB key if using device. 2014-10-01 21:33:47 +09:00
Simo Kinnunen
e6c1de5194 ADB connect now respects auth keys in the settings page. 2014-10-01 18:41:54 +09:00
Gunther Brunner
0a67c8c272 Save Screenshot feature now done on server side since the client-side way doesn't work in all browsers. 2014-10-01 17:56:25 +09:00
Gunther Brunner
54ad605592 Add Access Tokens base. 2014-09-30 17:45:29 +09:00
Gunther Brunner
f0b111cdf6 JSHint fixes. 2014-09-30 14:23:52 +09:00
Simo Kinnunen
f28af63d38 Add Xiaomi's INSTALL_CANCELED_BY_USER error code to error filter. 2014-09-30 11:49:26 +09:00
Gunther Brunner
9f0affaafd Add ADB Key modal. 2014-09-29 19:57:30 +09:00
Gunther Brunner
6b1a2700bd Change function signature. 2014-09-29 19:43:16 +09:00
Gunther Brunner
9d38bced21 Refactoring ADB add keys to its own directive so it can be shared. 2014-09-29 18:37:28 +09:00
Gunther Brunner
13d40a4649 Refactoring ADB add keys to its own directive so it can be shared. 2014-09-26 20:13:08 +09:00
Gunther Brunner
a83ecd43ed Add error-message directive.
Improve UX for focus handling.
2014-09-26 17:47:14 +09:00
Gunther Brunner
d6848c7f17 Improve ADB Keys layout. 2014-09-26 15:56:42 +09:00
Gunther Brunner
6f3bbbaaa3 Add ADB Keys documentation. 2014-09-26 15:50:35 +09:00
Gunther Brunner
033e06744a Try to guess automatically hostname. 2014-09-26 15:26:36 +09:00
Gunther Brunner
d5f29a5a23 Change window size on standalone rotation. 2014-09-26 00:23:57 +09:00
Gunther Brunner
afc2e91de7 Change settings tab order. 2014-09-25 23:48:14 +09:00
Gunther Brunner
c1e165ec1a Focus different text field for ADB Keys.
Try animating repeats.
2014-09-25 23:46:55 +09:00
Gunther Brunner
d611a0317e Add ADB Keys UI. 2014-09-25 23:23:05 +09:00
Gunther Brunner
66cbfe0c3c Add ADB Keys tab. 2014-09-25 20:03:16 +09:00
Gunther Brunner
0ddc1eb0b0 Make $window testable. 2014-09-25 18:37:45 +09:00