Simo Kinnunen
|
3e5903edcf
|
Separate device log recording from the rest of the app. This should cause less strain on the DB server especially since the full event log is rarely needed; you could just use your favorite log collector to watch stderr. DB calls are still mixed, but may be refactored out later.
|
2015-08-04 20:44:44 +09:00 |
|
Simo Kinnunen
|
85067b6f0b
|
Allow reaper to die if initial state can't be loaded.
|
2015-08-04 19:08:16 +09:00 |
|
Simo Kinnunen
|
77e8d6c2dc
|
Update rethinkdb dep to 2.0.2.
|
2015-08-04 18:38:39 +09:00 |
|
Gunther Brunner
|
72ab9b24db
|
Update dependencies.
|
2015-08-04 14:59:47 +09:00 |
|
Gunther Brunner
|
49658d0925
|
Add Travis CI for Slack notifications.
|
2015-08-04 14:47:41 +09:00 |
|
Gunther Brunner
|
82047671eb
|
Update dependencies.
|
2015-07-31 19:24:13 +09:00 |
|
Gunther Brunner
|
69dbda2f45
|
Since we are already including Bower locally,
the global dependency is not required anymore.
Simply calling `npm install` will also always install Bower dependencies.
|
2015-07-30 15:03:52 +09:00 |
|
Gunther Brunner
|
5ba287babe
|
Getting the behaviour we really want from NPM with **in-publish**.
* `npm install` now does:
`bower install`
* `npm publish` now does:
`bower install`
`gulp build`
|
2015-07-30 15:02:08 +09:00 |
|
Gunther Brunner
|
f2105470f1
|
Release 1.0.9
|
2015-07-29 20:07:11 +09:00 |
|
Gunther Brunner
|
9695ad6664
|
Release 1.0.8
|
2015-07-29 19:28:51 +09:00 |
|
Gunther Brunner
|
5f40054787
|
Fixed App shortcut icon call.
Still needs server side implementation of openSettings, openWiFiSettings, openManageApps, openDeveloperSettings.
|
2015-07-29 19:27:10 +09:00 |
|
Simo Kinnunen
|
d9d47cc3bf
|
Mute devices when they're being used if the --mute-master option is given.
|
2015-07-29 19:07:24 +09:00 |
|
Gunther Brunner
|
aca27428b0
|
Show N/A - characters instead of nothing for unknown devices.
|
2015-07-29 15:35:36 +09:00 |
|
Gunther Brunner
|
3d0c5efede
|
Show model name for unrecognised devices. Closes #28.
|
2015-07-28 18:20:18 +09:00 |
|
Gunther Brunner
|
2ac37dfe48
|
Update translations.
|
2015-07-28 18:20:18 +09:00 |
|
Gunther Brunner
|
afd20491be
|
Separate a new span for the title because angular-gettext-tools text scrapper is not smart enough.
|
2015-07-28 18:20:18 +09:00 |
|
Gunther Brunner
|
83005916ca
|
Remove unused file.
|
2015-07-28 18:20:18 +09:00 |
|
Gunther Brunner
|
142866838c
|
Adding standard since its quite similar to the current style and removes the maintenance burden, while also making it easier to follow for contributors.
Over the time replace JSHint.
|
2015-07-28 18:20:17 +09:00 |
|
Simo Kinnunen
|
361bf9caea
|
Move utility plugins into their own folder. They don't go into the support folder because they're not standalone units and require interaction with the main units. Further refactoring pending.
|
2015-07-28 15:59:02 +09:00 |
|
Simo Kinnunen
|
252f778598
|
Expose provider min/max ports to stf local .
|
2015-07-28 11:38:14 +09:00 |
|
Gunther Brunner
|
b6c8d4809d
|
Update dependencies.
|
2015-07-27 20:54:47 +09:00 |
|
Gunther Brunner
|
519ea2a8bd
|
Add Russian translation.
|
2015-07-27 18:21:58 +09:00 |
|
Simo Kinnunen
|
caf8d35eb7
|
Allow adb connect URL to be customized.
|
2015-07-24 13:43:12 +09:00 |
|
Simo Kinnunen
|
7eb6f8f871
|
1.0.7
|
2015-07-23 17:50:27 +09:00 |
|
Simo Kinnunen
|
7a262a4e68
|
Allow minitouch more time to start. The number of retries had already been set to 7 earlier, but got mistakenly changed to 5 during refactoring.
|
2015-07-22 17:55:52 +09:00 |
|
Simo Kinnunen
|
674953f727
|
Update minicap to fix EINTR issues on termination.
|
2015-07-22 16:05:09 +09:00 |
|
Simo Kinnunen
|
1d15e8e3d7
|
Since minicap is quite complicated and gets restarted often, perhaps it's best if we let changes fully propagate before restarting it again. There was a problem with someone changing rotation so quickly that pid retrieval failed, which means that stopping was sort of iffy, which then caused various problems. The pid retrieval process was improved in 5a77d300dc .
|
2015-07-21 15:42:58 +09:00 |
|
Simo Kinnunen
|
5a77d300dc
|
Read minicap pid from shell output. Should be more reliable for quick restarts.
|
2015-07-21 15:34:58 +09:00 |
|
Simo Kinnunen
|
76eb1b077a
|
Forgot why we don't force a rotation lock, added a doc explaining why so that I won't waste time thinking about it again.
|
2015-07-21 15:10:04 +09:00 |
|
Simo Kinnunen
|
43f2f6257f
|
Add pkg-config to installation requirements, as some users don't have it installed by default and Node seems to need it. Fixes #17.
|
2015-07-21 11:25:15 +09:00 |
|
Simo Kinnunen
|
24c79a3787
|
Mention that we have no idea how to install on Windows.
|
2015-07-21 10:27:38 +09:00 |
|
Simo Kinnunen
|
6fab4c1e6e
|
Revert "Blacklist win32"
This reverts commit d1fcec9983 .
|
2015-07-21 10:19:37 +09:00 |
|
Gunther Brunner
|
d1fcec9983
|
Blacklist win32
We still don't (if ever) support installation on Windows OS.
|
2015-07-21 04:33:00 +09:00 |
|
Gunther Brunner
|
ded88f78be
|
Update device db.
|
2015-07-17 19:16:26 +09:00 |
|
Simo Kinnunen
|
4d73fa7ebb
|
1.0.6
|
2015-07-17 13:38:04 +09:00 |
|
Simo Kinnunen
|
056b8843c0
|
Update minicap to fix screenshots.
|
2015-07-17 13:33:39 +09:00 |
|
Simo Kinnunen
|
82b432a523
|
1.0.5
|
2015-07-17 11:15:08 +09:00 |
|
Simo Kinnunen
|
18be14dd82
|
Update adbkit to 2.3.1 to further improve adb connect reliability.
|
2015-07-17 02:12:02 +09:00 |
|
Simo Kinnunen
|
fbae22e233
|
Update minicap to prevent SIGPIPE when we fail to read all frames before the connection dies. This should greatly decrease FrameProducer._stop() related errors.
|
2015-07-16 17:38:44 +09:00 |
|
Gunther Brunner
|
6c68bdb2ac
|
Add gulp build.
|
2015-07-15 20:49:34 +09:00 |
|
Gunther Brunner
|
9cdcdf80a7
|
Add logo.
|
2015-07-15 20:49:34 +09:00 |
|
Simo Kinnunen
|
cfcac31213
|
Update STFService to 1.0.0 for potential SDK 9 support.
|
2015-07-15 20:29:26 +09:00 |
|
Gunther Brunner
|
c9a79501f6
|
Merge branch 'ci'
|
2015-07-15 20:20:40 +09:00 |
|
Simo Kinnunen
|
ef40b59532
|
Update minicap files for potential SDK 9 support. We don't actually have a device to test it with, so while it should work, it might not.
|
2015-07-15 20:12:40 +09:00 |
|
Gunther Brunner
|
ca67e868b5
|
Add rethinkdb to Travis. Check STF version.
|
2015-07-15 20:08:16 +09:00 |
|
Gunther Brunner
|
67ac6e327e
|
Use travis addons for apt.
|
2015-07-15 19:47:05 +09:00 |
|
Gunther Brunner
|
b4db2c5888
|
Remove apt cache.
|
2015-07-15 16:28:14 +09:00 |
|
Simo Kinnunen
|
dc07777829
|
Hopefully get rid of FrameProducer._stop() timeouts. Doesn't reproduce locally.
|
2015-07-15 14:15:05 +09:00 |
|
Gunther Brunner
|
cfc84a0e42
|
Add zeromq.
Install bower dependencies.
Cache dependencies.
|
2015-07-14 22:30:36 +09:00 |
|
Gunther Brunner
|
645fdb6dbc
|
Basic Travis CI configuration.
|
2015-07-14 21:46:29 +09:00 |
|