Shinokuni
|
1b7d178e4a
|
Add weblate badge in README
|
2021-09-17 17:36:58 +02:00 |
Shinokuni
|
f7fd14c7b0
|
Update README.md
|
2021-09-17 16:07:57 +02:00 |
Shinokuni
|
a0c66e0eb7
|
Merge remote-tracking branch 'origin/develop' into develop
|
2021-09-17 15:58:55 +02:00 |
Shinokuni
|
631992ad21
|
Rework the readme a little bit
|
2021-09-17 15:58:45 +02:00 |
Shinokuni
|
612fd0e66f
|
Update LICENSE
|
2021-09-17 15:08:25 +02:00 |
Shinokuni
|
b293b84b74
|
Update codecov action
|
2021-09-17 13:17:01 +02:00 |
Shinokuni
|
dd109f2a64
|
Add codecov action
|
2021-09-17 12:30:15 +02:00 |
Shinokuni
|
f4628b5a49
|
Add jacoco implementation
|
2021-09-16 22:29:25 +02:00 |
Shinokuni
|
a3c3e7af1e
|
Merge branch 'feature/local_rss_memory_improvements' into develop
|
2021-09-05 14:10:14 +02:00 |
Shinokuni
|
b61f89300b
|
Fix null pointer exception
|
2021-09-04 18:27:48 +02:00 |
Shinokuni
|
b76ffb4fc6
|
Remove unused RSS resource
|
2021-09-04 18:22:44 +02:00 |
Shinokuni
|
8aec040fbc
|
Remove old getRSSContentTYpe method
|
2021-09-04 18:18:53 +02:00 |
Shinokuni
|
6025202346
|
Use new adapters configuration in LocalRSSDataSource
|
2021-09-04 18:03:39 +02:00 |
Shinokuni
|
0ac0a1c347
|
Call JSONItemsAdapter in JSONFeedAdapter
|
2021-09-04 17:42:24 +02:00 |
Shinokuni
|
6f2aad79c0
|
Call RSS2ItemAdapter in RSS2FeedAdapter
|
2021-09-04 17:24:13 +02:00 |
Shinokuni
|
d50d65384c
|
Call RSS1ItemAdapter in RSS1FeedAdapter
|
2021-09-04 16:59:08 +02:00 |
Shinokuni
|
7a417e83de
|
Call ATOMItemAdapter in ATOMFeedAdapter
|
2021-09-04 16:34:18 +02:00 |
Shinokuni
|
58122cb456
|
Merge branch 'develop' into feature/local_rss_memory_improvements
|
2021-09-04 15:16:33 +02:00 |
Shinokuni
|
dbdfee7c8b
|
Merge branch 'feature/db_kotlin_migration' into develop
|
2021-09-02 16:51:30 +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
|
5d86126f1c
|
Update android emulator runner step
|
2021-08-30 21:32:23 +02:00 |
Shinokuni
|
4539fdff92
|
Remove kapt declaration from API module
|
2021-08-18 19:04:10 +02:00 |
Shinokuni
|
83aa9c8a31
|
Fix RSS1 root parsing
|
2021-08-17 21:46:17 +02:00 |
Shinokuni
|
f6b9791bfd
|
Make xml adapters compile
|
2021-08-17 21:45:16 +02:00 |
Shinokuni
|
767662df59
|
Xml adapters now receive a Konsumer object instead of an input stream
|
2021-08-17 21:18:03 +02:00 |
Shinokuni
|
655ab2bc83
|
Guess RSS type by using konsume-xml instead of reading content by hand
|
2021-08-15 16:28:17 +02:00 |
Shinokuni
|
1533f67de8
|
Merge retrofit and retrofit services declarations in ApiModule
|
2021-08-14 19:46:54 +02:00 |
Shinokuni
|
137e591573
|
Migrate last java classes from API module to kotlin except data sources
|
2021-07-20 19:58:45 +02:00 |
Shinokuni
|
a5501b2524
|
Migrate java classes from services pacakge to Kotlin except data sources
|
2021-07-20 19:30:26 +02:00 |
Shinokuni
|
25ebc8305d
|
Add tests for FreshRSS adapters
|
2021-07-20 15:38:05 +02:00 |
Shinokuni
|
be90fa8d99
|
Add tests for Nextcloud News adapters
|
2021-07-19 18:52:54 +02:00 |
Shinokuni
|
7a51364f48
|
Migrate API module instrumented tests into simple unit tests
|
2021-07-19 17:30:10 +02:00 |
Shinokuni
|
3c752b777a
|
Remove moshi codegen, use manual adapters instead
|
2021-07-19 17:11:54 +02:00 |
Shinokuni
|
11011010bf
|
Merge branch 'master' into develop
|
2021-07-19 14:08:23 +02:00 |
Shinokuni
|
fb06990116
|
v1.3.0
|
2021-07-19 13:40:34 +02:00 |
Shinokuni
|
a07ac0adb8
|
Merge branch 'develop'
|
2021-07-19 13:26:48 +02:00 |