davidoskky
  • Joined on 2022-08-16
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2023-03-26 20:46:07 +00:00
0277fb507c Changelog for v123030851 [CI SKIP]
8d7d3174aa chore: replace textDrawable library (#136)
00eb3333fe refactor: Remove slow login check. Closes #135.
Compare 3 commits »
davidoskky deleted branch textDrawable from davidoskky/ReaderForSelfoss-multiplatform 2023-03-26 12:59:37 +00:00
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#136 2023-03-25 21:04:43 +00:00
textDrawable

Alright, this should do.

davidoskky pushed to textDrawable at davidoskky/ReaderForSelfoss-multiplatform 2023-03-25 21:02:51 +00:00
10ab67d071 CircleImageView: directly transform the text into appropriate Drawable String
davidoskky pushed to textDrawable at davidoskky/ReaderForSelfoss-multiplatform 2023-03-25 20:58:49 +00:00
ea6261c975 Use the text itself as a color identifier
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#136 2023-03-25 20:53:54 +00:00
textDrawable

The color generator was provided by the library we're removing. I simply copied the relevant part of the code from there.

davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#136 2023-03-25 15:45:57 +00:00
textDrawable
davidoskky created branch textDrawable in davidoskky/ReaderForSelfoss-multiplatform 2023-03-25 15:42:14 +00:00
davidoskky pushed to textDrawable at davidoskky/ReaderForSelfoss-multiplatform 2023-03-25 15:42:14 +00:00
1ad529067d Remove unused function
554b25698f Remove unused dependency
f01e616369 Use the circular image view in the item list
9536e6e465 Use the circular image view in the Source list
6ef6743527 Use the circular image view in the card adapter
Compare 7 commits »
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#135 2023-03-25 12:35:26 +00:00
Slow login process
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2023-03-25 11:59:40 +00:00
629ca01d99 ci: send the mapping file after a release.
c2d8681ce8 Changelog for v123030751 [CI SKIP]
08f79cb148 debug: added a lot to pinpoint the url issue.
e21906e70d feat: Use /sources/stats in the home (#133)
9d2cc32bc9 Changelog for v123030681 [CI SKIP]
Compare 27 commits »
davidoskky deleted branch sources from davidoskky/ReaderForSelfoss-multiplatform 2023-03-13 18:52:39 +00:00
davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2023-03-12 20:12:04 +00:00
2ae32794be Cleanup
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#133 2023-03-12 20:10:21 +00:00
Use /sources/stats in the home

It was definitely overcomplicated, I removed most of that update logic. I meant to merge the two information sources to get a complete view, but we're not really using the information anyway so…

davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2023-03-12 20:09:06 +00:00
23c44487ca Cleanup
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#133 2023-03-12 16:30:18 +00:00
Use /sources/stats in the home

This should address all the comments. Finally the tests have been useful to spot some logical errors I had introduced.

davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2023-03-12 16:26:31 +00:00
4966fb704e Fix sources tests
davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2023-03-12 16:26:15 +00:00
0c942f7a80 Implement the different Source types through an interface
davidoskky pushed to sources at davidoskky/ReaderForSelfoss-multiplatform 2023-03-12 15:53:31 +00:00
c127271ede Implement the different Source types through an interface
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#133 2023-02-13 08:44:59 +00:00
Use /sources/stats in the home

I did find the tags unread count useful. I will not add this here; we can always implement it later.