Commit Graph

373 Commits

Author SHA1 Message Date
Shinokuni 3f7a879993 Replace standard queries by a raw query to filter and sort the items list 2019-04-22 21:12:46 +02:00
Shinokuni b9a31d4652 Implement paging for the items list and refactor the filter/sort logic using more queries 2019-04-20 13:16:25 +02:00
Shinokuni 30092d3a86 keep the feed filter when syncing feeds 2019-04-18 15:21:49 +02:00
Shinokuni f07d998214 add support for read it later items 2019-04-17 21:57:14 +02:00
Shinokuni 8c57d977fb add left and right swipe 2019-04-16 14:07:14 +02:00
Shinokuni 70187cf306 set main activity title color 2019-04-15 18:51:13 +02:00
Shinokuni c30584983c update drawer feeds count after using action mode 2019-04-15 18:47:36 +02:00
Shinokuni 1e8195b906 Add recycler view item long press with read state actions (set read/unread) 2019-04-15 18:45:23 +02:00
Shinokuni da13d487e4 Add filter item in main activity menu 2019-04-09 11:53:26 +02:00
Shinokuni 7494e7daf4 Add item checkbox in main activity menu for showing read articles (choice is saved in SharedPreferences) 2019-04-08 11:25:43 +02:00
Shinokuni 04d4c8dd7c update drawer after clicking on an item 2019-04-05 10:25:36 +02:00
Shinokuni 533294dbdb Improve read items alpha visibility 2019-04-05 09:59:45 +02:00
Shinokuni 51764a189e Add unread items count badges to drawers items 2019-04-04 22:11:28 +02:00
Shinokuni ed224cced3 Add read/unread item state 2019-04-04 21:44:49 +02:00
Shinokuni 37f3a33600 You can now filter the item list when clicking on a feed drawer item 2019-04-04 15:13:14 +02:00
Shinokuni 1ba3f4f745 Add icons with favicon dominant color for drawer feeds items 2019-04-03 19:26:35 +02:00
Shinokuni 0734eaa5da Add a drawer manager 2019-04-02 10:33:46 +02:00
Shinokuni 222012647f update drawer after closing the add feed activity 2019-04-01 11:32:22 +02:00
Shinokuni 33cb5ae968 Fix feed parsing label visibility 2019-04-01 11:30:54 +02:00
Shinokuni 54cf68760f add cancel right drawable to the feed input text in the add feed activity to clear text 2019-04-01 11:30:03 +02:00
Shinokuni f018989547 update gradle build tools 2019-04-01 10:03:13 +02:00
Shinokuni 252c661858 Replace standard navigation drawer by mike penz material drawer 2019-03-29 14:26:25 +01:00
Shinokuni 75a65730f7 A RSS 2.0 feed item now needs at least the guid and title tags to be accepted by Readrops 2019-03-28 17:06:24 +01:00
Shinokuni d20d1e3ed1 Minor diverse changes 2019-03-28 16:56:55 +01:00
Shinokuni 34e8c1b4c2 Set the default color for the item date background when no color is available 2019-03-28 16:53:42 +01:00
Shinokuni bd6cbe30e7 rework add feed_item_layout margin constraints 2019-03-26 17:55:20 +01:00
Shinokuni 5fabec0c1c The date background for both litem list and item activities has the now the color of the feed 2019-03-23 13:31:24 +01:00
Shinokuni 789f9d24ea revamp some constraints and add background to the date in activity item layout 2019-03-22 13:20:12 +01:00
Shinokuni e14a098cf8 fix item activity toolbar subtitle color 2019-03-20 11:17:13 +01:00
Shinokuni 00ac9211fd Add folder name in item layout and add date blue background 2019-03-20 11:08:03 +01:00
Shinokuni 8decb98e4f Add swipe for parse result recycler view 2019-03-18 15:02:35 +01:00
Shinokuni ee0e8aa83e Delete unused code 2019-03-18 11:05:00 +01:00
Shinokuni 3e50e63626 remove old callback in main activity 2019-03-17 19:55:06 +01:00
Shinokuni 3b277a1fba change read time icon color 2019-03-16 17:46:59 +01:00
Shinokuni f04acd0c4c Add style for buttons and add some view visibility logic 2019-03-16 17:10:50 +01:00
Shinokuni 2182e4b340 Remove add feed activity recyclerviews separators 2019-03-16 13:09:26 +01:00
Shinokuni 0b389dd080 Add insertion results to the AddFeedActivity layout 2019-03-15 16:06:54 +01:00
Shinokuni 594f3d1c5e Update sync progress textview 2019-03-14 10:51:46 +01:00
Shinokuni 8c483b1885 Improve progressbar style 2019-03-13 16:48:27 +01:00
Shinokuni 5689fef568 Add loading view to show sync progress 2019-03-13 15:04:07 +01:00
Shinokuni fc369888ac sync now returns potential errors 2019-03-13 09:32:14 +01:00
Shinokuni 604c56ebc0 replace callback by RSSQueryResult object 2019-03-12 16:23:14 +01:00
Shinokuni 710eb18dc0 Get added feeds from add feed activity result to start syncing them when going back to the main activity 2019-03-12 15:19:21 +01:00
Shinokuni 0869631d95 Starting re-implementing feed and item insertion process, for better flexibility and control over results 2019-03-11 19:12:30 +01:00
Shinokuni 5aa6496d1e put parseUrl logic in the viewModel 2019-03-10 22:17:51 +01:00
Shinokuni bc263a05f8 Add feed insertion with multi selection in add fed activity 2019-03-10 20:01:55 +01:00
Shinokuni 78f2b65a30 Fix bug where item and feed names can have unwanted characters 2019-03-10 19:59:19 +01:00
Shinokuni 18e626a303 Add edit feed activity 2019-03-10 15:19:02 +01:00
Shinokuni 4ce966febe Ignore all the .idea files 2019-03-09 23:15:50 +01:00
Shinokuni b1631e9d0d Display the correct wording int the feed layout for the default folder 2019-03-09 21:36:09 +01:00