Bernhard Posselt
|
28d28d8c9e
|
add serverside infrastructure for setting and remembering compact view
|
2013-12-19 14:09:59 +01:00 |
Davide Saurino
|
be253cdc1b
|
Make feed title editable (FIX #242)
|
2013-11-12 10:46:31 +01:00 |
Bernhard Posselt
|
df8f6b5fee
|
implement pull to refresh, fix #44
|
2013-09-14 02:22:44 +02:00 |
Bernhard Posselt
|
00c6e040de
|
removed google importer on the serverside, add importer for articles
|
2013-09-12 01:00:32 +02:00 |
Bernhard Posselt
|
09f60e75c9
|
#342 implement export
|
2013-09-12 01:00:32 +02:00 |
Bernhard Posselt
|
824f074ecb
|
change email adress in copyright headers
|
2013-08-26 17:23:22 +02:00 |
Bernhard Posselt
|
031ba0ce52
|
When creating a feed or folder the it should purge the deleted
Edit
fix #176
|
2013-05-21 21:10:45 +02:00 |
Bernhard Posselt
|
347000cc2d
|
use a deleted flag for deleted feeds to handle undo
|
2013-05-10 13:30:00 +02:00 |
Bernhard Posselt
|
b8b4dfb496
|
only make one request for mark all read and mark folder read, fix #171, fix a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time
|
2013-05-09 12:57:35 +02:00 |
Bernhard Posselt
|
f29881d554
|
force links to open in new tabs, fix #146
|
2013-05-02 20:01:35 +02:00 |
Bernhard Posselt
|
5ae697ac9d
|
added proper exception handling for all controllers and businesslayer
|
2013-05-02 19:40:10 +02:00 |
Bernhard Posselt
|
3fc18156ae
|
go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically
|
2013-04-29 13:30:01 +02:00 |
Bernhard Posselt
|
5cc47b4f41
|
use last_modified column for finding new items (so we also see if they were updated or starred), use offset to paginate rather than item id
|
2013-04-26 11:52:50 +02:00 |
Bernhard Posselt
|
18b523b808
|
Also load the newest feed data when you load a feed
Edit
fix #102
|
2013-04-20 21:51:42 +02:00 |
Bernhard Posselt
|
3e9a13efc9
|
added skeletons for google reader import
|
2013-04-19 11:42:40 +02:00 |
Bernhard Posselt
|
1fbcd35ac8
|
always return the unreadcount when marking read to set update request as 0, dont create new feeds that only consist of unreadcount updates
|
2013-04-17 10:51:04 +02:00 |
Bernhard Posselt
|
dee17d002d
|
dont show unread count when it is 0, dont bold read feeds, implemented autopaging
|
2013-04-16 15:23:12 +02:00 |
Bernhard Posselt
|
464ff6c4c1
|
renamed bl to businesslayer, handle exception in update routine, fix #69
|
2013-04-15 16:02:32 +02:00 |
Bernhard Posselt
|
360966ab4b
|
get language from server and save it in a language object, dont use a seperate file for instantiating controllers
|
2013-04-15 12:06:14 +02:00 |
Bernhard Posselt
|
a069add71e
|
implement export, needs proper unittests though, fix 31
|
2013-04-12 14:53:02 +02:00 |
Bernhard Posselt
|
e9eaa93826
|
added return value tests for controllers
|
2013-04-12 12:00:38 +02:00 |
Bernhard Posselt
|
3baa8b51e4
|
implement mark as read for feeds and folders, fix #29
|
2013-04-12 11:54:49 +02:00 |
Bernhard Posselt
|
2cffff339b
|
removed useless settings
|
2013-04-03 12:25:48 +02:00 |
Bernhard Posselt
|
76fd21bccd
|
added simple twitter fetcher implementation
|
2013-04-02 13:48:16 +02:00 |
Bernhard Posselt
|
bf93d491ce
|
correctly save last viewed feed
|
2013-03-27 18:21:30 +01:00 |
Bernhard Posselt
|
02869fdc16
|
adding folders works
|
2013-03-27 17:19:50 +01:00 |
Bernhard Posselt
|
78674ebc36
|
star by guid hash and feedid to also star an item if it has been updated in the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
|
2013-03-27 13:47:53 +01:00 |
Bernhard Posselt
|
02ae36eba3
|
fixed mark all unread serverside (was missing highestitemid, dont use lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
|
2013-03-27 12:26:04 +01:00 |
Bernhard Posselt
|
c8d3f8fb46
|
added casting information for data objects
|
2013-03-26 18:04:02 +01:00 |
Bernhard Posselt
|
866f5eef01
|
fix bad setter usage
|
2013-03-25 23:24:47 +01:00 |
Bernhard Posselt
|
3a237701e0
|
return empty json responses when nothing has been done
|
2013-03-25 21:54:26 +01:00 |
Bernhard Posselt
|
77ec6f08aa
|
updated backgroundjob
|
2013-03-25 11:48:15 +01:00 |
Bernhard Posselt
|
df07df3b29
|
set last viewed feed type and id and added casts to int for parameters
|
2013-03-25 10:43:05 +01:00 |
Bernhard Posselt
|
01355fa627
|
added comment
|
2013-03-23 16:21:11 +01:00 |
Bernhard Posselt
|
ecc4a533cc
|
use all articles if active feed is null
|
2013-03-23 16:18:43 +01:00 |
Bernhard Posselt
|
7837e71f70
|
added index template
|
2013-03-23 14:37:49 +01:00 |
Bernhard Posselt
|
f4f27ab927
|
also pass in showall value to items
|
2013-03-23 12:27:36 +01:00 |
Bernhard Posselt
|
262084122f
|
another todo
|
2013-03-23 01:33:30 +01:00 |
Bernhard Posselt
|
29571aff34
|
finished itemcontroller
|
2013-03-23 01:23:47 +01:00 |
Bernhard Posselt
|
a2d264b4d4
|
removed old controller classes
|
2013-03-23 00:43:29 +01:00 |
Bernhard Posselt
|
ddfe6fd4de
|
check if active feed or folder exist
|
2013-03-22 23:23:08 +01:00 |
Bernhard Posselt
|
0b530f2cf5
|
added todo
|
2013-03-22 23:05:07 +01:00 |
Bernhard Posselt
|
46cbbb1a1e
|
finished usersettingscontroller
|
2013-03-22 23:04:44 +01:00 |
Bernhard Posselt
|
80644c69e0
|
finished get starred count
|
2013-03-22 22:29:58 +01:00 |
Bernhard Posselt
|
b6adabf245
|
finished foldercontroller
|
2013-03-21 23:07:03 +01:00 |
Bernhard Posselt
|
7ed948b19b
|
finished open and collapse in foldercontroller
|
2013-03-21 21:48:24 +01:00 |
Bernhard Posselt
|
a10b775b95
|
fixed itemmapper test
|
2013-03-21 21:08:54 +01:00 |
Bernhard Posselt
|
c8bdd9c3fb
|
finished feedcontroller
|
2013-03-21 20:38:20 +01:00 |
Bernhard Posselt
|
e8abe7886d
|
added all controller methods and tests for the annotations
|
2013-03-21 17:53:30 +01:00 |
Bernhard Posselt
|
f4fc7f07e7
|
added feed annotation test
|
2013-03-21 17:36:19 +01:00 |