1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
Commit graph

1960 commits

Author SHA1 Message Date
Simo Kinnunen
7c4fe52a08 Update minirev and minitouch binaries. 2014-10-21 14:56:41 +09:00
Simo Kinnunen
d1a01da8e8 Add separate no-PIE binaries for older devices or they segfault. 2014-10-17 19:27:10 +09:00
Gunther Brunner
91f7bd9cf2 Removed prototype leftover. 2014-10-17 19:24:41 +09:00
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
0ea6debc13 Add 64-bit NDK 10b binaries for minirev and minitouch. 2014-10-17 18:13:18 +09:00
Simo Kinnunen
d58341665f Try to wake the device when a user start starts using it in addition to taking WakeLock. Hoping that this will fix the mysterious issue where occasionally clicks don't register properly until you press the home button. 2014-10-17 15:45:01 +09:00
Simo Kinnunen
d785f2a59c Trust proxy in app. Should finally make "localhost" in reverse port forwarding work automagically now that the load balancer is set up correctly. 2014-10-16 17:03:47 +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
423ef6c428 Add git hash commits to the dependencies. 2014-10-16 15:09:09 +09:00
Simo Kinnunen
f829afa69f Force d3 to 3.4.12 (build is failing). 2014-10-15 20:43:35 +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
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