Commit graph

91 commits

Author SHA1 Message Date
Jeena
77baac7ca6 added possibility to import OPML file via URL 2013-10-19 20:15:28 +02:00
Colin Frei
aa91965541 bump version to 0.3.6 2013-10-02 21:52:03 +02:00
Colin Frei
ffd3ba33db Choose correct title and summary for feed (might be related to #3). 2013-10-02 21:50:03 +02:00
Colin Frei
5afe73a4b2 move the queuelistrefresh listener to the service, since it gets added multiple times if it's in the controller 2013-09-26 07:49:01 +02:00
Colin Frei
6f0146e159 bit of cleanup 2013-09-26 07:47:47 +02:00
Colin Frei
938bacdb1d Use class notation for this ng-include, since the FF Marketplace doesn't let it pass CSP with an onload.
May need to change this to use a directive instead of an ng-include for this to work
2013-09-23 21:52:44 +02:00
Colin Frei
ae8ae3d5a4 Bump version 2013-09-23 21:32:30 +02:00
Colin Frei
dbd3b4140c Show listItemOptions correctly 2013-09-23 21:31:43 +02:00
Colin Frei
f64fdae0a2 clean up downloader stuff a bit and add a stub for downloading chunked files 2013-09-23 21:31:21 +02:00
Colin Frei
a1fa123ab0 fix height due to progress bar 2013-09-23 21:25:28 +02:00
Colin Frei
558b498ded Bunch of stuff, mostly moving player to it's own file and adding a progress bar 2013-09-23 20:50:53 +02:00
Colin Frei
fd1d0e7f55 remove unnecessary console logs 2013-09-23 20:48:54 +02:00
Colin Frei
457da3dff1 ngBlur and ngFocus are now in Angular 2013-09-23 19:35:47 +02:00
Colin Frei
e4843db27e Use ng-include for listItem now that angular/angular.js#3584 is fixed 2013-09-22 11:40:10 +02:00
Colin Frei
0d3a40980e Update Angular to 1.2.0 RC2 2013-09-22 11:21:37 +02:00
Colin Frei
7416269494 remove iScroll from feedList, since it blocks focus of form
fixes #3
2013-09-22 09:09:02 +02:00
Colin Frei
55895b16a9 Using wrong index name 2013-08-21 22:05:39 +02:00
Colin Frei
c29f6d6cb9 extract feedItemOptions stuff 2013-08-21 21:04:47 +02:00
Colin Frei
32fbdee05f allow jumping playback 2013-08-21 20:06:10 +02:00
Colin Frei
d6b021bfaf Upgrade to angularjs 1.2.0 rc1 2013-08-21 19:46:51 +02:00
Colin Frei
d223dfd662 Make play button work on feed page 2013-08-21 17:42:54 +02:00
Colin Frei
dacca59237 add pause event listener 2013-08-21 17:42:05 +02:00
Colin Frei
052df840e9 nicer styling of feedItem buttons 2013-08-21 17:41:49 +02:00
Colin Frei
f08a50e75e refresh queue list 2013-08-13 18:23:37 +02:00
Colin Frei
d9229bbd18 get scrolling to work better 2013-08-13 18:23:01 +02:00
Colin Frei
6f0478bb25 missing reference 2013-08-13 18:22:04 +02:00
Colin Frei
f3382894e0 don't destroy reference to queueList, so it updates correctly 2013-08-13 18:21:40 +02:00
Colin Frei
87656416f6 remove separators, since these are tables cells now 2013-08-12 07:35:15 +02:00
Colin Frei
79ee3fdf91 correct dependancies and move db stuff into model 2013-08-08 18:17:56 +02:00
Colin Frei
5e350e3e2f set default to fetch items manually 2013-08-08 17:46:46 +02:00
Colin Frei
45ee108144 nicer styling of feedItemOptions 2013-08-08 07:38:43 +02:00
Colin Frei
cfd7cfbbc2 missing database.js
also include angular-mobile, because the tap events make sense to use
2013-08-08 07:38:29 +02:00
Colin Frei
009626add4 not necessary 2013-08-08 07:37:50 +02:00
Colin Frei
06cc9ecd54 make sure event handlers aren't added multiple times 2013-08-08 07:37:41 +02:00
Colin Frei
feb102251e change how updateDuration happens 2013-08-06 08:14:26 +02:00
Colin Frei
a658b40946 Switch to using new db class 2013-08-06 08:13:36 +02:00
Colin Frei
0215b5990d don't use feedItem if it's not set 2013-08-05 13:14:11 +02:00
Colin Frei
7fcbb6ce48 add gitignore file 2013-07-29 17:51:36 +02:00
Colin Frei
79a3248b3c package script 2013-07-29 17:51:05 +02:00
Colin Frei
e9f5fcc1f2 whitespace 2013-07-29 17:46:09 +02:00
Colin Frei
d50f45db5a remove scrolling - breaks input field focus 2013-07-29 17:45:49 +02:00
Colin Frei
e4a0e171e6 remove unnecessary log 2013-07-29 17:40:19 +02:00
Colin Frei
520e18f8c8 get next in queue to work 2013-07-29 17:40:01 +02:00
Colin Frei
81225975f7 rename has to feed 2013-07-29 17:39:18 +02:00
Colin Frei
e73dd45c43 typo 2013-07-29 17:39:02 +02:00
Colin Frei
5e32393680 a router service 2013-07-29 17:38:33 +02:00
Colin Frei
1f8b8b0f16 add options for feedItems 2013-07-29 17:38:07 +02:00
Colin Frei
735c6e1229 move queuelist to it's own file 2013-07-29 17:36:14 +02:00
Colin Frei
28c769dfae move stuff to models 2013-07-29 17:34:17 +02:00
Colin Frei
81bfb90a31 upgrade angular to 1.1.5 2013-07-29 07:40:29 +02:00