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

39 commits

Author SHA1 Message Date
Gunther Brunner
142866838c Adding standard since its quite similar to the current style and removes the maintenance burden, while also making it easier to follow for contributors.
Over the time replace JSHint.
2015-07-28 18:20:17 +09:00
Gunther Brunner
1291998605 Removed help. Use docs directly. 2015-06-18 17:45:19 +09:00
Gunther Brunner
f5cb2f91c0 Adding basic user redirect for external URL. 2015-03-16 20:48:24 +09:00
Gunther Brunner
11ff6fab81 And remove jQuery dependency. 2014-11-18 17:57:54 +09:00
Gunther Brunner
87de3cfb8d angular-picture removed completely. 2014-11-12 17:23:54 +09:00
Gunther Brunner
9cd2aea19b Use angular-picture for picture polyfill image support. 2014-11-11 20:58:26 +09:00
Gunther Brunner
ff6b0dbab1 Improved UI layout for Reverse Port Forwarding. 2014-10-15 13:40:48 +09:00
Gunther Brunner
33fad24ed4 Added proper standalone support. 2014-09-24 19:38:46 +09:00
Gunther Brunner
eb968fa737 Add Documentation in Markdown plus express middleware for in-site rendering. 2014-08-28 21:04:32 +09:00
Gunther Brunner
aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00
Gunther Brunner
e27e17d699 APPSTATE refactoring:
- Make index.html cacheable by being stateless
- Improve compression (base64 doesn't gzip well)
- Remove base64 encoding/decoding step
- Make AppState injectable so it can be unit tested
- Ready to remove the global leakage
2014-08-22 15:04:16 +09:00
Gunther Brunner
743f8becd6 - Finally, most of the unit tests now passes (resolving dependencies also).
- Shims now exports angular module name, however some of them clash with the original.
2014-08-21 22:04:19 +09:00
Gunther Brunner
0753ac4730 Updated bower dependencies.
Added default hotkeys title.
2014-08-18 20:04:42 +09:00
Gunther Brunner
01aefb441a Added hotkeys cheatsheet.
Added some hotkeys (not mapped yet).
Fixed logging search style.
2014-07-03 22:24:40 +09:00
Gunther Brunner
df5a5e2308 Finally updated to angular-borderlayout. 2014-07-03 19:04:45 +09:00
Gunther Brunner
21975af4af Ensure common modules. 2014-07-03 19:04:45 +09:00
Gunther Brunner
0add3eaddc Separated webpack entries from chunks so the big chunks can be cached easily. 2014-07-02 20:10:19 +09:00
Gunther Brunner
d7c027f2ba Added support for switching charsets from the keyboard by pressing SHIFT+SPACE. 2014-06-27 20:44:53 +09:00
Gunther Brunner
0aefed70c8 Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.
Also making custom css/overriding them becomes easier.
2014-06-27 20:44:53 +09:00
Gunther Brunner
bb70b0386d Adding vs-repeat performance test sample. 2014-06-10 16:07:20 +09:00
Simo Kinnunen
41ed33f5c4 Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either. 2014-05-22 13:33:38 +09:00
Gunther Brunner
fd42bd9697 Small fixes to Basic Mode. 2014-05-15 17:26:47 +09:00
Gunther Brunner
f8a4fee2bb - Controlling devices from control-panes. 2014-03-31 16:13:12 +09:00
Gunther Brunner
c17176a985 - Adding languages support.
- Adding webpack bundle building support.
2014-03-26 21:38:57 +09:00
Gunther Brunner
9765a5759e -Add growl like notifications. 2014-03-25 15:44:31 +09:00
Simo Kinnunen
dfe3d97de3 APKs can now be drag & dropped to the device screen, which will install the application. Still lacking UI, and the app doesn't get launched. 2014-03-20 22:00:01 +09:00
Gunther Brunner
efed9aefce - Using new generator-stf.
- Refactored top bar to menu partial.
- Added new page-visibility directive.
2014-03-18 21:49:24 +09:00
Gunther Brunner
7a2cdaf071 - Update Bluebird.
- Adding Control Panes.
2014-03-17 14:28:18 +09:00
Gunther Brunner
7f6fa763fb - Adding Help page back.
- Adding Settings page back.
2014-03-13 15:46:36 +09:00
Gunther Brunner
a3870f93e9 - Adding data folder for external data.
- Adding Layout Controller.
- Start adding STF 1 layout
- Refactored graphics to a common repository.
- Added all bower/npm dependencies needed for now.
2014-03-11 18:43:53 +09:00
Gunther Brunner
5bba97de78 Adding back more CSS. 2014-03-10 20:16:18 +09:00
Gunther Brunner
345f921fb9 - Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.
- Started to add CSS back.
2014-03-10 19:58:04 +09:00
Gunther Brunner
defda72fc1 - Introducing requestAnimationFrame 2014-03-07 19:11:04 +09:00
Gunther Brunner
6186c1cc87 Improved layout. 2014-02-19 16:52:26 +09:00
Gunther Brunner
16f484dbca Fix screen controller 2014-02-19 16:12:27 +09:00
Gunther Brunner
38cfa63ab4 Fix device list. 2014-02-19 15:59:27 +09:00
Gunther Brunner
80d0bb7ad2 Refactoring to use Google Angular Best Practices. 2014-02-18 19:26:30 +09:00
Gunther Brunner
8e674928ea Fast rebuilds. 2014-02-18 14:48:34 +09:00
Gunther Brunner
a771952339 First package works. 2014-02-17 22:13:55 +09:00