Commit Graph

1748 Commits

Author SHA1 Message Date
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
b98193b3a2 Remove readable on end. Should prevent writes after FIN. 2014-10-15 13:00:41 +09:00
Simo Kinnunen
b519d604be Fix module paths in webpack config and provide context so that it won't have any trouble finding them if run from a different directory. 2014-10-15 12:36:53 +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
4bbcaa45db Separate ForwardManager into its own file and attempt to make it a bit more resilient. 2014-10-14 20:01:54 +09:00
Gunther Brunner
0a6cefcf59 Updated dependencies.
Now using Angular 1.3.0 stable.
2014-10-14 17:28:02 +09:00
Simo Kinnunen
100280db5a Give forward plugin its own folder. Should make it easier to clean it up. 2014-10-14 16:24:18 +09:00
Simo Kinnunen
035acec372 Use same event fin packets. 2014-10-14 16:16:52 +09:00
Simo Kinnunen
ebafa3770e Remove unnecessary code in the stop method. 2014-10-14 16:11:29 +09:00
Simo Kinnunen
44987cbc8b Reset forwards on ungroup. 2014-10-14 16:07:15 +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
c104b3eeb7 Update dependencies. 2014-10-10 14:34:10 +09:00
Simo Kinnunen
617e20522b Reverse port forwarding backend actually works now. UI needs some work for the "new vision". 2014-10-09 18:35:06 +09:00
Gunther Brunner
d55ccebdc5 Using my fork of borderlayout (while waiting for the PR to be merged).
Now angular 1.3.0-rc.0 can be used.
2014-10-08 19:53:21 +09:00
Gunther Brunner
a0362a684a Use latest working version of gettext (until https://github.com/rubenv/angular-gettext/issues/107 is fixed). 2014-10-07 17:14:51 +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
45698c6977 Updated bower dependencies. 2014-10-06 16:44:29 +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
92ce053c16 Remove forgotten console.log. 2014-10-02 12:04:55 +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
cd92078043 Add download query parameter to download images as attachment. 2014-10-01 17:53:30 +09:00
Gunther Brunner
54ad605592 Add Access Tokens base. 2014-09-30 17:45:29 +09:00
Gunther Brunner
dd1efb7e49 Update dependencies. 2014-09-30 15:49:22 +09:00
Gunther Brunner
f0b111cdf6 JSHint fixes. 2014-09-30 14:23:52 +09:00
Simo Kinnunen
4bb0c4cb82 Fix version check on Xiaomi devices by removing "open: Permission denied" from the output. 2014-09-30 12:05:49 +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