Commit Graph

72 Commits

Author SHA1 Message Date
Gunther Brunner
22d44dcc27 However, downgrade Angular to 1.3.0-beta.18 because borderlayout breaks. 2014-09-04 17:20:26 +09:00
Gunther Brunner
f2c4f7745b Updated dependencies. 2014-08-29 18:52:51 +09:00
Gunther Brunner
6f817a512d Updated dependencies. 2014-08-25 15:47:25 +09:00
Gunther Brunner
e78c7572e1 Added first working karma unit test. 2014-08-21 17:48:57 +09:00
Gunther Brunner
dac22bd85a Updated dependencies. 2014-08-21 15:07:40 +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
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
19fef4678e Updated dependencies. 2014-08-05 21:03:02 +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
Gunther Brunner
a332b6a5bb Updated sensible bower dependencies.
Updated ng-file-upload to the latest version.
2014-07-24 20:17:49 +09:00
Simo Kinnunen
085c6d2ee0 Update socket.io (and client) and install them both from NPM to avoid weird issues. Hoping this will fix a mystery "parse error" problem in production. 2014-07-16 16:28:47 +09:00
Simo Kinnunen
e13fc6701f Save user settings to the database and embed them to the template for fast access. 2014-07-04 22:59:29 +09:00
Simo Kinnunen
a392cd6613 Remove angular touch because bower keeps removing it. 2014-07-03 19:40:27 +09:00
Gunther Brunner
21975af4af Ensure common modules. 2014-07-03 19:04:45 +09:00
Gunther Brunner
d27d0f86da Updated bower dependencies.
angular-hotkeys 0.4.0 fixes hiding of cheatsheet.
2014-07-02 20:31:06 +09:00
Gunther Brunner
0aefed70c8 Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.
Also making custom css/overriding them becomes easier.
2014-06-27 20:44:53 +09:00
Gunther Brunner
b37601486e Replacing bootstrap typeahead with HTML5 native datalist because Angular 1.3.0-beta.12 breaks the scope with ng-transclude. 2014-06-24 13:42:16 +09:00
Gunther Brunner
b9d9cb3c7f Adding overall device stats (Experimental UI). 2014-06-18 21:44:08 +09:00
Gunther Brunner
0e76faf736 Angular updated.
Port forwarding results table removed.
2014-06-16 15:14:07 +09:00
Gunther Brunner
bcde9ebefa Starting to add Dynamic columns selector. 2014-06-11 21:51:10 +09:00
Gunther Brunner
00e436c323 Dependencies now pointing to internal bower. 2014-06-10 17:14:43 +09:00
Gunther Brunner
bb70b0386d Adding vs-repeat performance test sample. 2014-06-10 16:07:20 +09:00
Gunther Brunner
ba7e467ebd Horrible font rendering was a bug in Chrome for Windows.
https://code.google.com/p/chromium/issues/detail?id=137692#c123

It's going to be fixed probably on M37.
2014-06-09 18:37:48 +09:00
Gunther Brunner
9a2996df69 Update to font-lato-2-subset which should solve the WIndows readability problem. 2014-06-09 18:12:38 +09:00
Gunther Brunner
0904cb9601 Updated to internal bower. 2014-06-09 17:47:25 +09:00
Gunther Brunner
79b0d7f2ab Updated bower dependencies. 2014-06-03 19:18:35 +09:00
Simo Kinnunen
41661c9384 Update to Socket.IO 1.0. 2014-06-03 19:00:43 +09:00
Simo Kinnunen
cfb8d6c57a Update oboe to 1.14.7. 2014-06-02 15:26:09 +09:00
Gunther Brunner
6d943eba54 Adding stf-analytics. 2014-05-29 23:30:38 +09:00
Gunther Brunner
726cf3a59a Added V2 LP. 2014-05-29 23:01:31 +09:00
Gunther Brunner
02c5a9181c Sending the events to the port forwarder. 2014-05-29 01:40:38 +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
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
17e7b94d68 Bootstrap forked. 2014-05-23 17:19:35 +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
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
Gunther Brunner
1c89235267 Logging implemented (except filtering).
Automatically enable/disable scroll lock based on the scrollbar position.
2014-05-19 22:28:39 +09:00
Gunther Brunner
fd42bd9697 Small fixes to Basic Mode. 2014-05-15 17:26:47 +09:00
Gunther Brunner
8e5755137e Updated almost all bower dependencies. 2014-05-13 18:35:14 +09:00
Gunther Brunner
ea5f848956 Add loading bar for now. 2014-05-01 21:25:13 +09:00
Gunther Brunner
3c79c82810 Updating libraries. 2014-04-30 16:03:20 +09:00
Gunther Brunner
ce5470ab8c - Added new columns! 2014-04-22 21:00:29 +09:00
Gunther Brunner
f20c798ec4 Bumping bower packages. 2014-04-14 17:28:26 +09:00
Gunther Brunner
bd3a2b6caf Explicitly bump package versions. 2014-04-14 17:16:51 +09:00