Gunther Brunner
18a5817c9f
- Installation style.
2014-04-02 16:48:57 +09:00
Gunther Brunner
8ad9d3fa1e
- Installation style.
2014-04-02 16:45:08 +09:00
Gunther Brunner
62df10e206
- Installation progress.
2014-04-02 16:43:04 +09:00
Gunther Brunner
605717817f
- Upload progress destroy scope.
2014-04-02 16:32:44 +09:00
Gunther Brunner
465694e852
Merge remote-tracking branch 'origin/develop' into develop
2014-04-02 16:23:49 +09:00
Gunther Brunner
34a1346634
- Upload progress is shown.
2014-04-02 16:23:31 +09:00
Simo Kinnunen
c42436aeeb
No need to include procutil for anything but stf local.
2014-04-02 15:20:37 +09:00
Simo Kinnunen
0673dab4d0
Clarify comment.
2014-04-02 15:16:30 +09:00
Simo Kinnunen
1559424a42
Remove unused variable.
2014-04-02 15:15:53 +09:00
Simo Kinnunen
8f90ce0e02
Don't auto-migrate because it's slow when many processes have to do the same.
2014-04-02 14:39:07 +09:00
Simo Kinnunen
5183485a53
Add phone number and imei to device identity.
2014-04-02 13:08:59 +09:00
Simo Kinnunen
a891e5de49
Don't wait for properties forever.
2014-04-02 13:07:02 +09:00
Simo Kinnunen
8eae848897
Fix SH-06DNERV's data mapping.
2014-04-02 12:37:20 +09:00
Simo Kinnunen
df8dfdb321
Wait 1 minute for boot to complete, then fail.
2014-04-02 12:36:18 +09:00
Simo Kinnunen
0ce65687c5
Add timeouts everywhere. Should help if the ADB socket gets stuck like it sometimes does.
2014-04-02 11:58:53 +09:00
Simo Kinnunen
64d4782436
Enable STFService version check again.
2014-04-01 22:15:10 +09:00
Gunther Brunner
3e59df330e
Merge remote-tracking branch 'origin/develop' into develop
2014-04-01 22:05:13 +09:00
Gunther Brunner
af47e535e4
- Improving the shell. Still not a real shell.
2014-04-01 22:04:36 +09:00
Simo Kinnunen
e43507b686
Refactor stream log output to a utility.
2014-04-01 21:55:50 +09:00
Simo Kinnunen
d6604bcda8
Replace device:support:quit with util:lifecycle, which is usable by non-device processes too.
2014-04-01 21:41:58 +09:00
Simo Kinnunen
e17f306d30
Add browser list to device identity.
2014-04-01 19:29:28 +09:00
Simo Kinnunen
2bf8f2352b
Fix major oversight in MessageStream that was causing multi-chunk messages to fail.
2014-04-01 17:54:31 +09:00
Simo Kinnunen
09eb8c539d
Refactor InputAgent into STFService. Support copypasting (only pasting implemented in the UI right now though).
2014-04-01 11:50:16 +09:00
Simo Kinnunen
514fc3554d
Add a varint-delimiting stream as well.
2014-04-01 11:50:16 +09:00
Simo Kinnunen
1c611232f5
Add utility for reading varint32-delimited streams.
2014-04-01 11:50:16 +09:00
Gunther Brunner
553b89f764
- Add ngEnter.
2014-03-31 19:14:02 +09:00
Gunther Brunner
b0a32113cb
- Device screen style is coming back.
2014-03-31 19:04:36 +09:00
Gunther Brunner
f8a4fee2bb
- Controlling devices from control-panes.
2014-03-31 16:13:12 +09:00
Gunther Brunner
e173a4f648
- Adding Upload component skeleton.
2014-03-31 14:34:33 +09:00
Gunther Brunner
325eaaf199
- Hundreds of UI coming back.
2014-03-28 21:32:41 +09:00
Gunther Brunner
6638da01a6
- Fixed ugly css bug.
2014-03-28 19:48:34 +09:00
Gunther Brunner
2100924df4
- No root for now.
2014-03-27 21:37:17 +09:00
Gunther Brunner
be6bdcd239
- Bringing back browser, navigation, input, dashboard and shell templates.
2014-03-27 21:30:27 +09:00
Gunther Brunner
840dc81f55
- Tab titles ported back.
2014-03-27 20:25:20 +09:00
Gunther Brunner
3c8efab212
- Tabs are nice now.
2014-03-27 20:03:22 +09:00
Gunther Brunner
648c58d96b
Merge remote-tracking branch 'origin/develop' into develop
2014-03-27 13:54:07 +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
Simo Kinnunen
c0dbba8471
Make TransactionService a bit more convenient for single-device use cases.
2014-03-27 12:03:21 +09:00
Simo Kinnunen
c945a460e7
Update ng-file-upload now that the bug fix is out.
2014-03-27 10:49:40 +09:00
Gunther Brunner
b1089a631d
- Refactoring supported languages.
2014-03-26 23:45:09 +09:00
Gunther Brunner
7037789251
Merge remote-tracking branch 'origin/develop' into develop
...
Conflicts:
.gitignore
package.json
2014-03-26 21:41:40 +09:00
Gunther Brunner
c17176a985
- Adding languages support.
...
- Adding webpack bundle building support.
2014-03-26 21:38:57 +09:00
Simo Kinnunen
1880d52075
Poor UI for installation progress.
2014-03-26 21:13:48 +09:00
Simo Kinnunen
16bb47930d
Re-enable device screen, I mistakenly disabled it.
2014-03-26 19:30:27 +09:00
Simo Kinnunen
27443d5a92
Be more verbose about install progress.
2014-03-26 19:29:32 +09:00
Simo Kinnunen
92b8ca0a24
Lock ng-file-upload to 1.2.9 due to issue angular-file-upload/171.
2014-03-26 17:20:54 +09:00
Simo Kinnunen
3724153062
Add temp to .gitignore.
2014-03-26 16:24:15 +09:00
Gunther Brunner
7ccb1bbcd6
Merge branch 'develop' of ghe.amb.ca.local:stf/stf into develop
...
Conflicts:
res/app/menu/menu-controller.js
2014-03-26 16:09:51 +09:00
Simo Kinnunen
8b13a1c945
Fix various JSHint warnings in client-side code.
2014-03-26 16:06:49 +09:00
Gunther Brunner
6306ba784f
- Save platform.
2014-03-26 15:45:32 +09:00