Shinokuni
|
e37853a619
|
Replace Single<Boolean> by Completable for login call
|
2020-10-24 19:24:19 +02:00 |
Shinokuni
|
ecdc714316
|
Reorganize app module files by feature
|
2020-10-23 23:00:43 +02:00 |
Shinokuni
|
412ec3f1b8
|
Rename LibUtils to ApiUtils
|
2020-10-23 21:33:27 +02:00 |
Shinokuni
|
5e76eb4134
|
Reorganize api utils package
|
2020-10-23 21:30:34 +02:00 |
Shinokuni
|
738e201653
|
Update kotlin and android gradle plugins
|
2020-10-23 21:26:36 +02:00 |
Shinokuni
|
02a0702aac
|
Merge branch 'feature/di' into develop
|
2020-10-23 21:21:01 +02:00 |
Shinokuni
|
45c9121946
|
Inject SharedPreferences
|
2020-10-23 21:16:48 +02:00 |
Shinokuni
|
afce72bbe1
|
Add tests for AuthInterceptor
|
2020-10-23 19:44:13 +02: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
|
6294b5556f
|
Delete unused code
|
2020-10-21 21:42:22 +02:00 |
Shinokuni
|
89ff34fb01
|
Merge pull request #79 from Rigo-V/develop
Fix typo: newsest -> newest
|
2020-10-21 21:33:37 +02:00 |
Shinokuni
|
5c88a3f467
|
FIx koin context starting twice
|
2020-10-21 21:31:08 +02:00 |
Riku Viitanen
|
2d23369de7
|
Fix typo: newsest -> newest
|
2020-10-21 01:53:38 +03:00 |
Shinokuni
|
c780f26533
|
Fix broken tests
|
2020-10-20 22:43:49 +02:00 |
Shinokuni
|
aa59f890bb
|
Inject Glide
|
2020-10-20 22:04:00 +02:00 |
Shinokuni
|
f3330ba07d
|
Remove last references to the old http manager
|
2020-10-19 22:54:29 +02:00 |
Shinokuni
|
725cb291ef
|
Fix FreshRSS and Nextcloud News authentications
|
2020-10-16 12:36:24 +02:00 |
Shinokuni
|
950c8506ad
|
Inject viewModels in activities and fragments
|
2020-10-16 11:58:00 +02:00 |
Shinokuni
|
49c5ba06b3
|
Inject AuthInterceptor to deal with retrofit dynamic url and credentials
|
2020-10-15 19:04:50 +02:00 |
Shinokuni
|
add729f5e2
|
Add Koin with api, db and app modules
|
2020-10-13 22:11:13 +02:00 |
Shinokuni
|
9b5dddeff4
|
Don't build repositories and data sources dependencies in them
|
2020-10-11 22:31:55 +02:00 |
Shinokuni
|
343562657b
|
Fix test dependencies build error
|
2020-10-07 22:10:44 +02:00 |
Shinokuni
|
c26a2da6a7
|
Refactor and update gradle dependencies
|
2020-10-06 22:45:19 +02:00 |
Shinokuni
|
b8219b5dde
|
Clean LibUtils class
|
2020-10-06 22:20:53 +02:00 |
Shinokuni
|
b6d4f9296d
|
Move isRSSType() method to LocalRSSHelper
|
2020-10-06 22:15:19 +02:00 |
Shinokuni
|
52fda0f8d8
|
Remove local RSS header image manual parsing
|
2020-10-06 21:43:09 +02:00 |
Shinokuni
|
fb2e1de03b
|
Merge branch 'feature/rss-manual-parsing' into develop
|
2020-10-05 22:48:08 +02:00 |
Shinokuni
|
604ccb3544
|
Merge branch 'develop' into feature/rss-manual-parsing
|
2020-10-05 22:40:27 +02:00 |
Shinokuni
|
6874ef2452
|
If a response doesn't have a content-type header, throw UnknownFormatException instead of ParseException
|
2020-10-05 22:24:47 +02:00 |
Shinokuni
|
ec53cbd683
|
Fix content-type not being parsed when getting url rss type
|
2020-10-05 22:18:02 +02:00 |
Shinokuni
|
eb58311040
|
Log LocalFeedRepository.addFeeds() exceptions
|
2020-10-05 22:11:48 +02:00 |
Shinokuni
|
cc17c8884b
|
Add tests for JsonReaderExtensions
|
2020-10-04 23:13:37 +02:00 |
Shinokuni
|
8304e7709f
|
Add tests for method LocalRSSDataSource.handleSpecialCases()
|
2020-10-04 22:53:00 +02:00 |
Shinokuni
|
63497bd049
|
Always parse feed and items in the same time to detect malformed feeds
|
2020-10-04 22:17:52 +02:00 |
Shinokuni
|
101753a1a7
|
Improve some RSS2 items tests
|
2020-10-03 16:29:15 +02:00 |
Shinokuni
|
ca3efd4509
|
Add support for media:content element type attribute
|
2020-10-02 19:46:40 +02:00 |
Shinokuni
|
6733890c16
|
Improve jsonfeed items tests and fallback to current date time if it is missing
|
2020-10-02 19:08:12 +02:00 |
Shinokuni
|
5c4cc81628
|
Fallback to current date time if it is missing for RSS1 and ATOM items
|
2020-10-02 18:53:52 +02:00 |
Shinokuni
|
10a7b99e59
|
Fallback to current date time if a RSS2 item doesn't have any date
|
2020-10-01 21:17:51 +02:00 |
Shinokuni
|
e41ab29264
|
Rename DateUtils.stringToLocalDateTime() to parse()
|
2020-10-01 19:38:48 +02:00 |
Shinokuni
|
90071f5830
|
Merge branch 'master' into develop
|
2020-10-01 19:30:14 +02:00 |
Shinokuni
|
d4e546b6c1
|
Fix rss url parsing bug
|
2020-10-01 19:29:59 +02:00 |
Shinokuni
|
6f2ff36ece
|
Add tests for Konsumer.nullableTextRecursively()
|
2020-09-30 18:10:18 +02:00 |
Shinokuni
|
872a894db0
|
Replace RSS2 atom:link element value by response url, as atom:link element is unreliable
|
2020-09-29 23:30:51 +02:00 |
Shinokuni
|
7eecbc8e8b
|
Check item link nullabilty before validateItem() in RSS1ItemsAdapter as item link is used as guid
|
2020-09-29 23:16:26 +02:00 |
Shinokuni
|
9027a1c140
|
Add tests for Konsume-xml extensions
|
2020-09-29 23:08:22 +02:00 |
Shinokuni
|
2bfb061f48
|
Treat empty strings as null values in jsonfeed adapters
|
2020-09-29 22:37:16 +02:00 |
Shinokuni
|
d958dcbf04
|
Simplify ATOMItemsAdapter fromXml method
|
2020-09-29 22:23:54 +02:00 |
Shinokuni
|
2bbc8c3e10
|
Add test for RSS2 media:group element
|
2020-09-29 22:18:56 +02:00 |