davidoskky
  • Joined on 2022-08-16
davidoskky pushed to badges at davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 20:35:15 +00:00
ac4c4b9441 Merge branch 'master' into badges
16b10dc1b7 Merge pull request 'Show all sources in the sources list' (#90) from davidoskky/ReaderForSelfoss-multiplatform:sources into master
6d610ed61a Fix repeating items in recyclerview
792950be7c Remove unreachable condition
Compare 4 commits »
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#91 2022-11-01 20:35:01 +00:00
Immediately update bottom badges after reading or starring articles
davidoskky deleted branch sources from davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 20:31:21 +00:00
davidoskky created branch badges in davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 20:31:07 +00:00
davidoskky pushed to badges at davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 20:31:07 +00:00
02d734eee8 Do not edit the repository items from outside the repository
c5cdfc0d53 Update bottom bar badges through a state flow
Compare 2 commits »
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#90 2022-11-01 19:30:13 +00:00
Show all sources in the sources list

Yes, these are the changes that actually solve the problem. The position keeps getting reset otherwise and that was why we would get a repeating list.

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#90 2022-11-01 19:29:14 +00:00
Show all sources in the sources list

This is unrelated to the issue, I just removed it since I stumbled upon it while finding a solution.

Just above:

if (response.isNotEmpty()) {
	items = response

It is thus…

davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#90 2022-11-01 18:57:54 +00:00
Show all sources in the sources list
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 18:53:51 +00:00
af8969ce4a Merge pull request 'Cleaning.' (#88) from cleaning into master
27c55e59a1 Cleaning still.
94a0747947 More cleaning.
d862bfba4f Still cleaning.
b0d1d9c29a No daemon
Compare 8 commits »
davidoskky created branch sources in davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 18:53:50 +00:00
davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2022-11-01 18:53:50 +00:00
6d610ed61a Fix repeating items in recyclerview
792950be7c Remove unreachable condition
af8969ce4a Merge pull request 'Cleaning.' (#88) from cleaning into master
27c55e59a1 Cleaning still.
94a0747947 More cleaning.
Compare 10 commits »
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#88 2022-10-31 08:14:47 +00:00
Cleaning.

Since DateUtils does not need to store any data, wouldn't it be better to just have it as two expect functions?

davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#79 2022-10-30 20:23:40 +00:00
Edit sources doesn't show all the sources

This is actually quite bad when you have a large number of sources: only a limited amount of sources are shown and then they start again from the beginning. Thus you get a list of a few of your…

davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2022-10-29 14:24:13 +00:00
6076eb1cee Merge pull request 'chore/mock-multiplatform' (#86) from chore/mock-multiplatform into master
131101d2ee Date api issues.
62ad1f45ba Unit tests are on the android side.
402d18b889 Versions update. SettingsKey constants.
e32699c93f Merge pull request 'ios/init' (#85) from ios/init into master
Compare 11 commits »
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#87 2022-10-29 14:22:37 +00:00
Resolve dateutils api issues

Is this not addressed by the library desugaring?

davidoskky deleted branch login_crash from davidoskky/ReaderForSelfoss-multiplatform 2022-10-23 01:57:40 +00:00
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#11 2022-10-21 21:11:41 +00:00
Media spouts open when not selected

I'm not able to reproduce this anymore, I guess it got fixed somewhere in the transition to v2.

davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#83 2022-10-21 21:00:33 +00:00
Unread counts aren't updated after reading an article
davidoskky pushed to login_crash at davidoskky/ReaderForSelfoss-multiplatform 2022-10-21 20:56:44 +00:00
667e9c1a5d Adjust tests to changes in the repository
53b1d1f8b2 Rework repository initialization
Compare 2 commits »
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#82 2022-10-19 06:45:17 +00:00
Change shared dependencies that are not multiplatform ones.

I'm sorry, when I searched for it I had understood that the fact that it contained a shared module meant it supported iOS. I can create a fake implementation of those libraries or alternatively I…