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

1074 commits

Author SHA1 Message Date
Gunther Brunner
7d9d64ddcb Added first real e2e protractor tests. Now it needs a device connected. 2014-08-25 21:25:02 +09:00
Gunther Brunner
6f817a512d Updated dependencies. 2014-08-25 15:47:25 +09:00
Gunther Brunner
dbd48aaab4 Added Ringer Mode Setting UI. 2014-08-25 15:00:33 +09:00
Gunther Brunner
019a2499e9 Refactored keycodes to its own module. 2014-08-25 12:32:23 +09:00
Gunther Brunner
69875574d0 Adding tests for controllers. 2014-08-22 19:39:47 +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
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
e78c7572e1 Added first working karma unit test. 2014-08-21 17:48:57 +09:00
Gunther Brunner
5559352585 Moved webpack server configuration to webpack.config. 2014-08-21 15:09:15 +09:00
Gunther Brunner
dac22bd85a Updated dependencies. 2014-08-21 15:07:40 +09:00
Gunther Brunner
f2c00ce016 Karma now works from Gulp. 2014-08-20 20:58:49 +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
b2a354dd84 Introducing unit testing with Karma + Jasmine. 2014-08-19 20:20:18 +09:00
Gunther Brunner
0753ac4730 Updated bower dependencies.
Added default hotkeys title.
2014-08-18 20:04:42 +09:00
Gunther Brunner
74c30a70b9 Added safety 2nd timeout to startRemoteConnect. 2014-08-18 18:56:58 +09:00
Gunther Brunner
8347568ce0 Updated all safe-updatable npm dependencies. 2014-08-18 18:49:20 +09:00
Valverde Antonio
b5a0a8fa5b Merge branch 'fix/add-account-bug' into develop 2014-08-18 16:21:45 +09:00
Valverde Antonio
63df9a4ac6 Fix bug in Add Count. 2014-08-18 16:19:10 +09:00
Valverde Antonio
27db828de3 Merge branch 'feature/get-ringer-mode' into develop 2014-08-15 18:50:03 +09:00
Valverde Antonio
d7d80c4327 Implement get ringer mode. 2014-08-15 18:49:37 +09:00
Valverde Antonio
a727889be5 Merge branch 'fix/set-ringer' into develop 2014-08-13 15:24:34 +09:00
Valverde Antonio
549570b99c SetRingerMode now accepts the mode parameter as a string ("SILENT", "VIBRATE" or "NORMAL"). 2014-08-13 15:19:06 +09:00
Valverde Antonio
63f7b5750c Merge branch 'fix/get-accounts' into develop 2014-08-12 19:00:56 +09:00
Valverde Antonio
5a3fe3b5ac Without parameters get all the accounts of any type. Error returned fixed. 2014-08-12 19:00:29 +09:00
Gunther Brunner
57f4d2375f Updated translation. 2014-08-07 15:08:07 +09:00
Gunther Brunner
9d53629750 Removed initial loading glitch for Browser buttons. 2014-08-07 15:01:41 +09:00
Gunther Brunner
5bad2a35d5 Moved Remote Debug from Advanced to Dashboard for faster access. 2014-08-07 14:55:40 +09:00
Gunther Brunner
ad29c048b3 Made remote debug text field a textarea, and autoselect text for faster copying. 2014-08-07 14:41:12 +09:00
Gunther Brunner
40d7a2c6cb Added spinner for when adding a Store account using Ladda.
Added default store account.
Show list of accounts when finished adding.
2014-08-07 14:12:01 +09:00
Gunther Brunner
090b27a8fe Added new appstore-db. 2014-08-06 21:20:43 +09:00
Gunther Brunner
19fef4678e Updated dependencies. 2014-08-05 21:03:02 +09:00
Simo Kinnunen
18cf96a06a Attempt to work around npm/npm#5400. 2014-08-05 17:38:58 +09:00
Gunther Brunner
224edca5a1 Added update notifier.
It will be used to notify when there is a new stf release.
2014-08-05 15:06:12 +09:00
Simo Kinnunen
a8170e316b Add stf bin dir to PATH. 2014-08-05 13:50:02 +09:00
Gunther Brunner
a7faf0986b Clicking the small image on Device List now shows the big device image. 2014-08-04 21:57:49 +09:00
Gunther Brunner
feb9b04ebc Removed unused Browser component. 2014-08-04 21:35:00 +09:00
Gunther Brunner
b150c5fc02 Added list of accounts for the store. 2014-08-04 21:34:37 +09:00
Gunther Brunner
8c59b1cd62 Released bower component for se7en-bootstrap-3. 2014-08-04 20:02:18 +09:00
Valverde Antonio
718a70f7fe Merge branch 'fix/add-account' into develop 2014-08-04 19:09:13 +09:00
Valverde Antonio
e5dc09fd61 Fix okay response and double login problem in version 4.4* 2014-08-04 18:57:59 +09:00
Simo Kinnunen
cfee78639b Use loglevel http for npm install. 2014-08-04 18:51:23 +09:00
Simo Kinnunen
83ca386334 Add base image Dockerfile. 2014-08-04 16:55:32 +09:00
Valverde Antonio
e4c25451cf Merge branch 'fix/phone-state-monitor' into develop 2014-08-01 18:05:38 +09:00
Valverde Antonio
9b7f4c399c Fix bug in STFService related to the phone status monitor. 2014-08-01 18:04:39 +09:00
Gunther Brunner
e643cbb797 Autocomplete for shell still not working. 2014-07-31 20:48:10 +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