Commit Graph

1617 Commits

Author SHA1 Message Date
Gunther Brunner
6429a681be Refactored basic mode to a directive. 2014-05-27 19:04:05 +09:00
Simo Kinnunen
eb3e7a40cc Send key codes as strings for convenience. 2014-05-27 19:02:05 +09:00
Gunther Brunner
c3965a5308 Removed Advanced keys for now. 2014-05-27 18:40:53 +09:00
Gunther Brunner
6526724695 Started to implement keycodes service. 2014-05-27 18:35:50 +09:00
Gunther Brunner
daa7677218 Added Copy functionality with CTRL-C. Still very rough. 2014-05-27 17:42:27 +09:00
Gunther Brunner
bde6d9f311 Added an elastic non-resizeable auto-fitting text area for the Clipboard. 2014-05-27 16:17:27 +09:00
Gunther Brunner
d9979a73a8 Inspect and Resources not yet implemented. 2014-05-27 15:57:08 +09:00
Gunther Brunner
6432a5651c Replaced screenshot Zoom UI with input range along with buttons. 2014-05-27 15:48:34 +09:00
Gunther Brunner
9ec7d8c366 Added screenshot fade-in transition. 2014-05-27 12:23:47 +09:00
Gunther Brunner
d5d300057b Separated Packery init layout. 2014-05-26 22:24:46 +09:00
Gunther Brunner
5e512bf51c Removed battery voltage. 2014-05-26 21:19:10 +09:00
Gunther Brunner
00eb155ab9 Created Packery and Draggabilly directives.
Applied the Packery directive to Info layout based on media queries.
2014-05-26 21:05:54 +09:00
Gunther Brunner
7a87f2170a Fixed padding in device control buttons. 2014-05-23 19:33:00 +09:00
Gunther Brunner
9d57e36e09 Fixed accordion bug in upload.
Now hide by default the activities.
Removed input dashboard.
2014-05-23 19:26:54 +09:00
Gunther Brunner
ff2d59ce08 Added Model reference. 2014-05-23 19:07:58 +09:00
Gunther Brunner
1d0e3e8ade Removed navigation history button.
Added popup for Icon View.
2014-05-23 19:00:32 +09:00
Gunther Brunner
9c9b51cd1a Removed Launch button.
Always show Drop file text.
2014-05-23 18:44:59 +09:00
Gunther Brunner
cd5a453bd9 Added ability to search in Icon view. 2014-05-23 18:40:56 +09:00
Gunther Brunner
eb238f97c7 Adding icon to the details list.
Adding small transition to the device list.
2014-05-23 17:56:13 +09:00
Gunther Brunner
948528a0ff Moving default device icon to the devices db. 2014-05-23 17:32:19 +09:00
Gunther Brunner
3794237224 Updating to the new devices-db. 2014-05-23 17:23:49 +09:00
Gunther Brunner
17e7b94d68 Bootstrap forked. 2014-05-23 17:19:35 +09:00
Simo Kinnunen
52fffe91af Update STFService to 0.7.3 to fix browser list getting updated all the time. 2014-05-23 11:20:22 +09:00
Gunther Brunner
21d4480f77 Added a new font Lato 2 (made a bower package for it).
Trying to solve the btn:focus black problem.
2014-05-22 23:23:39 +09:00
Gunther Brunner
f5ffd14c92 Adding new Settings shortcuts. 2014-05-22 23:23:39 +09:00
Simo Kinnunen
d14b9965b0 Dragging an APK on the screen works now. Shares a lot of code with the upload controller, they should be merged somehow. 2014-05-22 18:05:30 +09:00
Gunther Brunner
c0a515e75b Clean build files. 2014-05-22 15:20:12 +09:00
Gunther Brunner
8d6ba82126 Updated npm & bower dependencies.
Added ngMin webpack plugin.
2014-05-22 15:20:12 +09:00
Gunther Brunner
e5cd4c855f Adding range for screenshot zoom. 2014-05-22 15:20:11 +09:00
Simo Kinnunen
60bdecc5d4 Merge branch 'feature/screenshot' into develop
Conflicts:
	res/app/control-panes/dashboard/upload/upload.jade
2014-05-22 13:38:44 +09:00
Simo Kinnunen
41ed33f5c4 Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either. 2014-05-22 13:33:38 +09:00
Simo Kinnunen
1db48e9fcb Forgot we are getting screenshots as JPG. 2014-05-21 20:12:34 +09:00
Gunther Brunner
9ebb005654 UI fixes in upload and device control. 2014-05-21 18:07:28 +09:00
Simo Kinnunen
7d36f27a31 Fix screenshot link href. 2014-05-21 18:07:24 +09:00
Gunther Brunner
3467cc6876 Limit max number of DOM entries to 3000. 2014-05-21 17:57:37 +09:00
Gunther Brunner
1b992d67a6 Log filter on first load. 2014-05-21 17:48:44 +09:00
Gunther Brunner
97e106760f Removed line counter for logs. 2014-05-21 17:31:19 +09:00
Gunther Brunner
eb1baa4641 Stop logging on window unload, not on scope destroy. 2014-05-21 17:14:56 +09:00
Gunther Brunner
eb53036f07 Log filtering client side implemented. 2014-05-21 17:01:10 +09:00
Gunther Brunner
48d50757f8 Added after-the-fact filtering. 2014-05-21 16:32:44 +09:00
Simo Kinnunen
98470cda20 Add rate limiting to the image processor. 2014-05-21 14:32:21 +09:00
Simo Kinnunen
c0d02c4e3a Screenshot resizing works in the UI now. Still missing rate limiting. 2014-05-21 14:07:53 +09:00
Gunther Brunner
9e753551af Added Timeout error message when the screen takes more than 1 second to load. 2014-05-21 12:12:19 +09:00
Gunther Brunner
c9cc28997c Try to go to Home Screen in case of screen failure. 2014-05-20 19:34:48 +09:00
Gunther Brunner
282ceab17a Screen error message improved. 2014-05-20 19:17:28 +09:00
Simo Kinnunen
e56d757cde Add an app for resizing images. Still needs rate limiting, and still trying to decide how to pass the correct URL to the app. 2014-05-20 19:00:53 +09:00
Gunther Brunner
e405ca1577 Added sprintf.
Rotation tooltips updated in realtime with current rotation degree.
2014-05-20 18:28:51 +09:00
Gunther Brunner
3143101ab5 Moved identify device button to Info tab. 2014-05-20 16:53:19 +09:00
Gunther Brunner
d933a65412 Device screen error improved. 2014-05-20 16:24:39 +09:00
Gunther Brunner
0b4e2a0b04 Fix showScreen not working. 2014-05-20 15:58:05 +09:00