1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
Commit graph

1928 commits

Author SHA1 Message Date
Gunther Brunner
9765a5759e -Add growl like notifications. 2014-03-25 15:44:31 +09:00
Gunther Brunner
c547ae3ecd Merge branch 'develop' of ghe.amb.ca.local:stf/stf into develop 2014-03-24 18:20:54 +09:00
Gunther Brunner
e1feb20df6 -Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
2014-03-24 18:20:31 +09:00
Simo Kinnunen
29f2be6088 Reformat webpack config in the one true format. 2014-03-24 12:17:17 +09:00
Simo Kinnunen
a9f7e0dd0d Revert "Use 'am stopservice' to stop the input service."
This reverts commit d97a10de0ace793a06a15bfdd6b667b7517e655e.
2014-03-24 11:20:25 +09:00
Simo Kinnunen
2683f36390 Use 'am stopservice' to stop the input service. 2014-03-23 22:16:14 +09:00
Simo Kinnunen
f44822e744 Merge branch 'feature/install' into develop
Conflicts:
	package.json
2014-03-20 22:03:15 +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
4910314342 -Reduced delay. 2014-03-20 21:41:10 +09:00
Gunther Brunner
9d2a367e7c -Added clear button directive.
-Added filter button directive.
-Moved the UI stuff to stf/common-ui.
-Added optional filtering to Details.
-Sync active tabs to local forage.
-Device List status filters by usability.
-Removed 750ms delay from filtering.
2014-03-20 21:30:55 +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
Simo Kinnunen
5771507fc9 Show socket status in the UI. Absolutely no styling yet. 2014-03-20 15:30:49 +09:00
Simo Kinnunen
47ecd9d37e Remove unused $rootScope dependecy from screen directive. 2014-03-20 12:32:36 +09:00
Simo Kinnunen
6618841b77 Call socketService just "socket". 2014-03-20 12:09:04 +09:00
Simo Kinnunen
84caa04de0 Return gulp stream from task. 2014-03-19 20:51:24 +09:00
Simo Kinnunen
e0006e4c5b Check JSON files with gulp-jsonlint. 2014-03-19 20:48:20 +09:00
Simo Kinnunen
b4416b5f0f Fix all JSHint complaints in Node.js code. 2014-03-19 20:36:46 +09:00
Simo Kinnunen
f62ce4acc1 Add .jshintrc. 2014-03-19 20:00:42 +09:00
Simo Kinnunen
09604c0142 Fall back to gsm.operator.alpha if gsm.sim.operator.alpha doesn't exist. 2014-03-19 19:52:28 +09:00
Simo Kinnunen
d817783b63 Do not reap instantly, there are timing issues that seem to cause it to override device registrations. 2014-03-19 19:39:44 +09:00
Gunther Brunner
7e4f9bd0cd - Shell module created.
- Device table now almost works.
2014-03-19 19:36:58 +09:00
Gunther Brunner
0c9af4a436 Merge branch 'develop' of ghe.amb.ca.local:stf/stf into develop 2014-03-19 18:56:04 +09:00
Gunther Brunner
c51dd176fd - A bit better styling for status for now. 2014-03-19 18:55:52 +09:00
Simo Kinnunen
5601fe2829 Normalize device data in one place. 2014-03-19 18:49:41 +09:00
Gunther Brunner
ea13232f10 - Update ng-table to master.
- Device list icon view works now.
2014-03-19 18:42:15 +09:00
Simo Kinnunen
e4cd3eb91a Add virtual 'state' property to all devices. 2014-03-19 18:31:51 +09:00
Simo Kinnunen
52416ebde4 Remove device owner if device is not present. 2014-03-19 18:06:34 +09:00
Simo Kinnunen
1945ae26a7 Tracker needs options. 2014-03-19 17:30:05 +09:00
Simo Kinnunen
2555168345 Replace groupService's outdated member tracker with deviceService.trackGroup(). 2014-03-19 16:45:30 +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
3d835546c8 Adding brand new generator-stf 2014-03-18 21:31:01 +09:00
Simo Kinnunen
fc24cd087c Replace device promise with a scope watcher. 2014-03-18 20:59:22 +09:00
Simo Kinnunen
ff6984b7d6 Update remote binary to fix touchscreen detection on LG G Flex. 2014-03-18 19:13:09 +09:00
Simo Kinnunen
d43d427dcb Fix devices not being updated correctly because table name was wrong. 2014-03-18 18:04:54 +09:00
Simo Kinnunen
dc076c6b15 Update device instead of upsert so that we don't lose data between unplugs. 2014-03-18 17:59:12 +09:00
Simo Kinnunen
912dd6b58a Fix missing dependency in logcat plugin. 2014-03-18 17:58:03 +09:00
Simo Kinnunen
aec95d87a4 Shut down stf local in proper order so that the console doesn't get ugly. 2014-03-18 17:15:21 +09:00
Gunther Brunner
78b768406a fix(device-list): Default image path 2014-03-18 15:27:16 +09:00
Simo Kinnunen
022977886c Rename "isOwnedByUser" to "using". 2014-03-18 15:19:39 +09:00
Simo Kinnunen
30b04ab2d2 Add convenience flags for knowing if a device is usable, ready, and owned by us. 2014-03-18 15:06:02 +09:00
Simo Kinnunen
cc42b7c51f It seems that it's simply impossible to run too many things in parallel over ADB on a single device. Really weird stuff happening, like completely unrelated shell calls using files created by other shell calls. Switch back to serial implementation. 2014-03-17 22:32:31 +09:00
Simo Kinnunen
590c96ea21 Remove old inputagent service. 2014-03-17 22:32:31 +09:00
Gunther Brunner
db1caadbfd Merge branch 'develop' of ghe.amb.ca.local:stf/stf into develop 2014-03-17 20:10:31 +09:00
Gunther Brunner
6577241098 - The devices UI is trying to come back. 2014-03-17 20:08:26 +09:00
Simo Kinnunen
238d5d6f4e Keep device data up to date on device page. 2014-03-17 20:01:07 +09:00
Simo Kinnunen
ee8951e467 Reap instantly. 2014-03-17 19:33:26 +09:00
Simo Kinnunen
ed5709aa04 Expose identify functionality. Shows a red screen with important data. 2014-03-17 19:21:34 +09:00
Simo Kinnunen
9c50c1bcdc Remove remote files before installing, it seems to work more reliably (less "text busy"). 2014-03-17 16:45:57 +09:00
Simo Kinnunen
ccef3624df Send device logs to app. 2014-03-17 16:41:07 +09:00
Simo Kinnunen
f93e5423a8 Fix hipchat room option. 2014-03-17 16:28:09 +09:00