Shinokuni
|
38179f66c0
|
Make Github CI job work again
* Make old app module compile
* Disable appcompose lint abortion
* Make appcompose instrumented tests work
|
2023-08-14 15:58:29 +02:00 |
Shinokuni
|
f08d3eac71
|
Add delete accounts and new account screen tracks in AccountTab
|
2023-08-07 17:01:19 +02:00 |
Shinokuni
|
dac54a307f
|
Add account creation screens with global account state management
|
2023-08-07 13:45:28 +02:00 |
Shinokuni
|
ad0ffe55c9
|
Add initial account creation path
|
2023-08-03 14:57:04 +02:00 |
Shinokuni
|
5c7f86b170
|
Add basic feed list in FeedScreen
|
2023-07-27 17:37:36 +02:00 |
Shinokuni
|
1a37401139
|
Add swipe to refresh in TimelineScreen with basic item display and refresh
|
2023-07-23 17:18:03 +02:00 |
Shinokuni
|
4e09c16d53
|
Add koin first declarations in compose module
|
2023-03-08 22:48:16 +01:00 |
Shinokuni
|
9710ae9487
|
Add new DAOs
* Replacement of RxJava by coroutines
* Prepare for their use in the news repositories
|
2023-03-03 19:49:49 +01:00 |
Shinokuni
|
6468d9d733
|
Add new dependencies
|
2023-02-28 22:05:32 +01:00 |
Shinokuni
|
55d982dd22
|
Update gradle and kotlin plugins
|
2023-02-20 19:13:06 +01:00 |
Shinokuni
|
162fcfa75d
|
Add initial files for Fever API implementation
|
2021-12-24 19:07:05 +01:00 |
Shinokuni
|
484e93db52
|
Migrate ItemQueryBuilder unit tests into instrumented tests
|
2021-10-04 23:15:35 +02:00 |
Shinokuni
|
5d03ea0580
|
Migrate koin to v3.0
|
2021-09-20 19:27:12 +02:00 |
Shinokuni
|
f4628b5a49
|
Add jacoco implementation
|
2021-09-16 22:29:25 +02:00 |
Shinokuni
|
b61f89300b
|
Fix null pointer exception
|
2021-09-04 18:27:48 +02:00 |
Shinokuni
|
63a8891880
|
Fix tests
|
2021-09-02 13:54:27 +02:00 |
Shinokuni
|
c2110b08c9
|
MIgrate BaseDao to kotlin
|
2021-09-02 13:36:02 +02:00 |
Shinokuni
|
85042e5d3c
|
MIgrate FolderDao to kotlin
|
2021-09-01 23:45:38 +02:00 |
Shinokuni
|
574199e6c8
|
Migrate FeedDao to kotlin
|
2021-09-01 23:30:10 +02:00 |
Shinokuni
|
1c981e96f6
|
Update formatting
|
2021-09-01 23:03:57 +02:00 |
Shinokuni
|
2f82efe4cb
|
Migrate AccountDao and ItemDao to kotlin
|
2021-09-01 22:58:16 +02:00 |
Shinokuni
|
07e586a989
|
Migrate Converters to kotlin
|
2021-09-01 22:27:05 +02:00 |
Shinokuni
|
4dfa474d14
|
Migrate FilterType and ListSortTYpe to kotlin
|
2021-09-01 22:21:50 +02:00 |
Shinokuni
|
96be5af06e
|
Migrate FolderWithFeedCount and ItemWithFeed to kotlin
|
2021-09-01 22:13:03 +02:00 |
Shinokuni
|
bb24daff64
|
Migrate FeedWithFolder to kotlin
|
2021-09-01 21:48:25 +02:00 |
Shinokuni
|
80404bb648
|
Migrate AccountConfig and AccountType to kotlin
|
2021-09-01 21:22:07 +02:00 |
Shinokuni
|
1654d32211
|
MIgrate Account entity to kotlin
|
2021-09-01 19:41:45 +02:00 |
Shinokuni
|
6b2a279813
|
Migrate Item entity to kotlin
|
2021-09-01 19:17:38 +02:00 |
Shinokuni
|
40c3a52948
|
Migrate Folder entity to kotlin
|
2021-09-01 19:01:32 +02:00 |
Shinokuni
|
61f8798be5
|
Migrate Feed entity to kotlin
|
2021-09-01 18:46:54 +02:00 |
Shinokuni
|
4c618b4044
|
Let items be removed from read it later category
|
2021-07-17 14:59:50 +02:00 |
Shinokuni
|
ef195b4231
|
Delete feeds and folders by ids and by account id (closes #100)
|
2021-07-16 17:51:23 +02:00 |
Shinokuni
|
38bd3e3ae5
|
Add a new folder filter
|
2021-07-11 18:55:38 +02:00 |
Shinokuni
|
3d0ff2619f
|
Adapt new state changes management for Nextcloud News
|
2021-07-06 22:04:53 +02:00 |
Shinokuni
|
c9caa0be89
|
Integrate ItemStateChange table in Nextcloud News synchronisation
|
2021-07-04 19:12:29 +02:00 |
Shinokuni
|
f546fdd31a
|
Fix failing query test
|
2021-07-04 13:36:41 +02:00 |
Shinokuni
|
2c7e5de294
|
Sort items descendantly by publication date
|
2021-07-04 13:24:36 +02:00 |
Shinokuni
|
42cb3adee9
|
Update dependencies
|
2021-07-03 19:44:42 +02:00 |
Shinokuni
|
cbff42b4f2
|
Remove jcenter dependency
|
2021-07-02 18:56:11 +02:00 |
Shinokuni
|
ea14ae3013
|
Fix star filter query part
|
2021-07-02 14:48:36 +02:00 |
Shinokuni
|
1011eee9df
|
Handle read/star state for local account
|
2021-07-01 22:53:25 +02:00 |
Shinokuni
|
d600633aca
|
Fix showing/hide read items crash
|
2021-07-01 22:17:59 +02:00 |
Shinokuni
|
15596e5fff
|
Remove usage of StarredItem table in the main query
|
2021-07-01 21:40:16 +02:00 |
Shinokuni
|
d9b31d4cfa
|
Build manually the item selection query
|
2021-05-13 21:21:14 +02:00 |
Shinokuni
|
b9d6e6d135
|
Rename config variable for separate state
|
2021-05-13 21:19:04 +02:00 |
Shinokuni
|
d15315b53f
|
Synchronize local read/star changes
|
2021-05-06 22:10:27 +02:00 |
Shinokuni
|
ede2b77ef8
|
Fix item list query table renaming
|
2021-05-06 21:42:14 +02:00 |
Shinokuni
|
80f4590014
|
Add foreign keys to ItemState and ItemStateChange tables
|
2021-05-06 21:38:48 +02:00 |
Shinokuni
|
4540870257
|
Rename item state tables
|
2021-04-26 19:53:54 +02:00 |
Shinokuni
|
750bf10902
|
Delete UnreadItemsIds and StarredItem tables
|
2021-04-26 13:56:10 +02:00 |
Shinokuni
|
90468faefc
|
Send read/star state update with new tables
|
2021-04-22 22:30:24 +02:00 |
Shinokuni
|
3be0447584
|
Update read state in ItemState table
|
2021-04-22 18:49:45 +02:00 |
Shinokuni
|
e55dcca556
|
Update item list query to use ItemStateId table
|
2021-04-21 19:26:01 +02:00 |
Shinokuni
|
2411449863
|
Add a new table which merge FreshRSS items read/star state
|
2021-04-20 23:19:12 +02:00 |
Shinokuni
|
1852a0bd9a
|
Fix starred items selection queries
|
2021-04-18 19:44:14 +02:00 |
Shinokuni
|
66844cfaf8
|
Fix starred items query
|
2021-04-16 22:45:40 +02:00 |
Shinokuni
|
2c2df55970
|
Update item state local management with new db requests
|
2021-04-16 21:42:25 +02:00 |
Shinokuni
|
d6f98b0d08
|
Delete unused tests
|
2020-12-28 16:02:08 +01:00 |
Shinokuni
|
0f924d4a95
|
Use a different request for starred items when option is to true
|
2020-12-28 15:52:38 +01:00 |
Shinokuni
|
03c806b9a5
|
Add new tables for better FreshRSS synchronization speed
|
2020-12-28 15:32:21 +01:00 |
Shinokuni
|
c3a94b9003
|
Update kotlin gradle plugin
|
2020-11-24 23:23:26 +01:00 |
Shinokuni
|
cfa764e78b
|
Sync FreshRSS items star state
|
2020-11-02 22:35:57 +01:00 |
Shinokuni
|
c449a94260
|
Add missing migration to database builder
|
2020-10-27 21:33:49 +01:00 |
Shinokuni
|
81de8985c8
|
Sync Nextcloud News items star state
|
2020-10-27 21:29:19 +01:00 |
Shinokuni
|
97ae58305c
|
Add action to star/fav an item
|
2020-10-26 22:02:39 +01:00 |
Shinokuni
|
4460420f8a
|
Add tests for ItemsQueryBuilder
|
2020-10-26 14:17:20 +01:00 |
Shinokuni
|
9406416ce7
|
Add drawer favorites item to display starred/favorites items
|
2020-10-26 14:14:50 +01:00 |
Shinokuni
|
04e2f3eadb
|
Add star/unstar api calls for FreshRSS
|
2020-10-25 21:27:11 +01:00 |
Shinokuni
|
9ceb5e6dd7
|
Add star/unstar api calls for Nextcloud News
|
2020-10-25 19:14:01 +01:00 |
Shinokuni
|
363ccad5af
|
Add fields to Item for starred items
|
2020-10-25 15:16:12 +01:00 |
Shinokuni
|
fcfff57e1d
|
Merge branch 'develop' into feature/di
|
2020-10-23 19:08:52 +02:00 |
Shinokuni
|
e32b20bc87
|
Remove last references to Database singleton
|
2020-10-23 18:51:01 +02:00 |
Shinokuni
|
add729f5e2
|
Add Koin with api, db and app modules
|
2020-10-13 22:11:13 +02:00 |
Shinokuni
|
c26a2da6a7
|
Refactor and update gradle dependencies
|
2020-10-06 22:45:19 +02:00 |
Shinokuni
|
82c29d0732
|
Use new LocalRSSDataSource in LocalFeedRepository
|
2020-09-17 22:15:33 +02:00 |
Shinokuni
|
b3dd60e1fb
|
Add support for OPML sub outlines
|
2020-08-03 23:43:55 +02:00 |
Shinokuni
|
1695c3baf6
|
Fix webview crash in lollipop
|
2020-07-28 14:09:27 +02:00 |
Shinokuni
|
a4a303383e
|
Update db schemas path
|
2020-07-19 12:05:33 +02:00 |
Shinokuni
|
c11c9983f2
|
Rename db test class
|
2020-07-19 11:30:15 +02:00 |
Shinokuni
|
4956a7f3b9
|
Forgot changed imports
|
2020-07-19 11:16:24 +02:00 |
Shinokuni
|
968e3b267d
|
Rename module reeadropsdb to db
|
2020-07-19 11:14:18 +02:00 |