Commit Graph

38 Commits

Author SHA1 Message Date
Gunther Brunner
e12df4c0cb Cleanup code for all views. 2015-08-31 17:18:50 +09:00
Gunther Brunner
fbd59d031b Moved from stf-docs to GitHub's stf-wiki. 2015-06-22 20:25:40 +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
56541ba80e Cleanup. 2014-10-06 17:06:42 +09:00
Gunther Brunner
989ca53a91 Reverse Keys and General tabs order. 2014-10-03 12:12:27 +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
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
Gunther Brunner
9f0affaafd Add ADB Key modal. 2014-09-29 19:57:30 +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
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
d8bf7449d1 Added Auto-route language support for documentation. 2014-09-01 16:19:23 +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
19fef4678e Updated dependencies. 2014-08-05 21:03:02 +09:00
Simo Kinnunen
e13fc6701f Save user settings to the database and embed them to the template for fast access. 2014-07-04 22:59:29 +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
56c1299037 Prevent initial text flashing when coming from 'ja' 2014-05-29 13:22:23 +09:00
Gunther Brunner
0901a1a5f7 Fixed language initialization.
Fixed Device List details.
2014-05-29 01:40:38 +09:00
Gunther Brunner
a1a373972e Basic mode optimizations. 2014-05-27 22:51:46 +09:00
Gunther Brunner
6ce41e0128 Added default value for Device List active tabs. 2014-05-14 19:30:30 +09:00
Gunther Brunner
af33084a01 Adding Port Forwarding basic UI. 2014-04-14 20:45:21 +09:00
Gunther Brunner
2eb47f312a - Supported languages now all centralized.
Now the flow for adding a new language is just:
1.Add a new language entry to `res/common/lang/langs.json`.

And for translating it's just:
1. Run `gulp translate` (extracts all the strings).
2. Open `/res/common/lang/po/stf.pot` in PoEdit and translate.
3. Run `gulp translate` again (creates a json based on the new `po` file).
2014-03-27 13:53:57 +09:00
Gunther Brunner
b1089a631d - Refactoring supported languages. 2014-03-26 23:45:09 +09:00
Simo Kinnunen
8b13a1c945 Fix various JSHint warnings in client-side code. 2014-03-26 16:06:49 +09:00
Gunther Brunner
a260aa2cf8 - Updated almost all dev dependencies.
- Removed everything grunt (the gettext stuff needs to be converted but was not using yet anyways).
- Update angular-localForage to latest version, all API methords changed.
- Added jshintrc for mocha.
2014-03-20 19:26:48 +09:00
Gunther Brunner
a9a645da23 - Adding notifications. 2014-03-14 15:44:27 +09:00
Gunther Brunner
eaaf6a36bd - Add Local settings.
- Add Language settings synced back.
2014-03-13 21:03:41 +09:00
Gunther Brunner
710a5daeab - LocalForage dependencies works now.
- Language template using embedded controller.
2014-03-13 16:35:24 +09:00
Gunther Brunner
7f6fa763fb - Adding Help page back.
- Adding Settings page back.
2014-03-13 15:46:36 +09:00