Commit Graph

74 Commits

Author SHA1 Message Date
Gunther Brunner
bd493b210b Cleanup code for stf components. 2015-08-31 15:58:32 +09:00
Gunther Brunner
2d5f7082cf Updated to released (non git) dependencies. Angular-ui-bootstrap updated to latest version. 2015-08-06 15:40:18 +09:00
Gunther Brunner
fbd59d031b Moved from stf-docs to GitHub's stf-wiki. 2015-06-22 20:25:40 +09:00
Gunther Brunner
3811275694 Added help icon. 2015-06-18 16:26:03 +09:00
Gunther Brunner
654b5cf388 Made all icons stacked icons. 2015-06-17 17:38:26 +09:00
Gunther Brunner
91b1861d8d Fixed autofill for HTTPS.
Added dummy API endpoint for autofill POST requests.

Autofill also reads the CSRF token from cookies and doesn't require an 'about:blank' anymore on the forms.
2015-01-06 18:35:23 +09:00
Gunther Brunner
4d3ea16a39 Updated to latest devices db. 2014-11-18 20:05:29 +09:00
Gunther Brunner
12eb22702e Bug: submit button was outside form. 2014-10-24 16:14:25 +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
Gunther Brunner
ff6b0dbab1 Improved UI layout for Reverse Port Forwarding. 2014-10-15 13:40:48 +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
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
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
Gunther Brunner
f0b111cdf6 JSHint fixes. 2014-09-30 14:23:52 +09:00
Gunther Brunner
9f0affaafd Add ADB Key modal. 2014-09-29 19:57:30 +09:00
Gunther Brunner
a83ecd43ed Add error-message directive.
Improve UX for focus handling.
2014-09-26 17:47:14 +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
8f5fb96c5c Auto-focus search input on Tab select. 2014-09-18 21:12:01 +09:00
Gunther Brunner
ce604d8211 All JSHint trough webpack passes now. 2014-09-02 17:25:22 +09:00
Gunther Brunner
a0efad0ecf All dependency/unit test passes now.
Added karma loader for IE/Firefox/Safari/Opera.
2014-08-22 15:48:00 +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
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
e78c7572e1 Added first working karma unit test. 2014-08-21 17:48:57 +09:00
Gunther Brunner
14ddd14b47 Added karma.conf.js
Removed unused vs-repeat.
2014-08-19 20:21:26 +09:00
Gunther Brunner
7e887b7fb3 Moved messages to ng-bind for performance. 2014-08-19 20:20:56 +09:00
Gunther Brunner
b150c5fc02 Added list of accounts for the store. 2014-08-04 21:34:37 +09:00
Gunther Brunner
4edcb387d4 Added favicon resolving to URL input.
Added blur event after entering URL.
Focus screen after entering URL.
2014-07-31 20:30:43 +09:00
Gunther Brunner
8696f833c2 Added native auto-fill support for URL input in Chrome. 2014-07-31 16:54:28 +09:00
Gunther Brunner
fde5c98db8 Added Japanese translation. 2014-07-25 20:31:38 +09:00
Gunther Brunner
6c8b6bb5d4 Adding device unusable reasons in the UI (a bit rust). 2014-07-23 20:50:32 +09:00
Gunther Brunner
a0ed5f93ad Stub for native-autocomplete directive with history. 2014-07-17 18:50:29 +09:00
Gunther Brunner
0f0cc56c41 Started adding a badge-icon directive. 2014-07-16 18:20:54 +09:00
Gunther Brunner
dd5b04998d Tried to fix the counting for zero,
but the real problem relies in that the device counting takes time and
we don't know before-hand how many devices we have.
Also the scope is not shared between the device list and the remote control.
2014-07-16 18:20:54 +09:00
Gunther Brunner
84e2a4ae1c Added directive counter for device stats (it was not updating the numbers smoothly). 2014-07-09 21:44:09 +09:00
Gunther Brunner
fb2e522945 Added text-focus-select directive for text inputs so it selects automatically the text when clicked. 2014-07-08 22:26:34 +09:00
Gunther Brunner
98148cdc7f Disabling auto-reconnect because it fights with the auto-timeout.
Need to find a balance between both based on real usage.
2014-06-30 19:35:50 +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
692582ce3d Finally fixed disappearing headers from dynamic columns.
Bind-once optimizations.
2014-06-23 14:32:27 +09:00
Gunther Brunner
905879235e Adding remote debug.
For some reason ng-table is loosing the header.
2014-06-20 20:36:21 +09:00
Gunther Brunner
cb519dbade Manteinance and enhanced names back to filters because angular-gettext doesn't support translating variables from directives. 2014-06-19 22:13:03 +09:00
Gunther Brunner
aebeb4d357 Added Restart Device functionality.
Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.
2014-06-19 21:13:20 +09:00
Gunther Brunner
af6fa9fe29 Added Chat (disabled for now). 2014-06-19 16:59:59 +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
Gunther Brunner
12fc884f78 Fixed device redirect when not usable. 2014-05-29 05:01:42 +09:00