davidoskky
  • Joined on 2022-08-16
davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-08-22 14:56:21 +00:00
42e1c1ebbd Downgrade gradle version
davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-08-21 21:26:34 +00:00
a67a2a0927 Use forEachIndexed to support older apis
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-08-19 10:39:45 +00:00
Tentative self signed ssl support

I have reverted to Java 11. I have substituted forEachIndexed with forEach; it builds and works on emulated android 21 but the CI build fails.

davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-08-19 09:57:23 +00:00
24beee070c Remove unused indexed function call
1e6bc57751 Revert to Java version 11
Compare 2 commits »
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-08-10 20:10:01 +00:00
Tentative self signed ssl support

I have checked, it is not necessary. I can revert it if it is preferable.

davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-08-10 20:08:36 +00:00
85d966f54b Fix naming and reintroduce the xmlns
3fff8eeeb6 Handle most HTTP client creation in common code
Compare 2 commits »
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#147 2023-07-24 01:14:18 +00:00
The app is using GET requests
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#146 2023-07-23 09:31:05 +00:00
Support editing source filters
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-23 09:26:35 +00:00
Tentative self signed ssl support

Indeed, I'll try to see if there is any way to use a shared http client among Android and iOS; as far as I understood okHTTP can only be used in Android; I can check if any of the other ones…

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-23 09:25:12 +00:00
Tentative self signed ssl support

I believe I can refactor it so that most things stay in common code.

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-23 09:24:27 +00:00
Tentative self signed ssl support

This had to do with forEach not being supported on older Android versions.

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-23 09:23:52 +00:00
Tentative self signed ssl support

I will check, I did upgrade for a reason related to the gradle upgrade but didn't note down the exact motivation.

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#145 2023-07-23 09:22:43 +00:00
Delete unused preference setting

Oh, I stand corrected. Funny since I was the one who implemented those checks...

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-15 13:04:02 +00:00
Tentative self signed ssl support

Fixed the build problem

davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-07-15 11:48:40 +00:00
5eb5a5658f Add translations
davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-07-15 11:26:01 +00:00
3646658cb1 Fix R8 compilation problem
davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-07-15 11:12:15 +00:00
042089e78a Fix R8 compilation problem
davidoskky pushed to self_ssl at davidoskky/ReaderForSelfoss-multiplatform 2023-07-15 10:52:21 +00:00
f900d456a1 Fix R8 compilation problem
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#145 2023-07-14 09:25:36 +00:00
Delete unused preference setting
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#141 2023-07-14 09:24:03 +00:00
Tentative self signed ssl support

I cannot reproduce the build error, it compiles correctly on my system. Did you try rebuilding the project? It definitely is something related with the gradle upgrade.