davidoskky
  • Joined on 2022-08-16
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#129 2023-01-27 13:22:24 +00:00
Complete the disconnection before redirecting to the login screen
davidoskky created branch disconnect in davidoskky/ReaderForSelfoss-multiplatform 2023-01-27 13:21:36 +00:00
davidoskky pushed to disconnect at davidoskky/ReaderForSelfoss-multiplatform 2023-01-27 13:21:36 +00:00
389a04d250 Complete the disconnection before redirecting to the login screen
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2023-01-27 13:03:13 +00:00
40e1d1478b Changelog for v123010241 [CI SKIP]
2154ff3c33 Merge pull request 'feat: swipe down to close images' (#122) from davidoskky/ReaderForSelfoss-multiplatform:swipe_down into master
2245565f95 Remove unnecessary definition
014858f06b Remove unused import
3f1f86a78e Adjust the image closing animation
Compare 12 commits »
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#126 2023-01-27 13:01:54 +00:00
Handle public instances

I'll rectify to explain what I mean. In the settings I am not storing the remote value of the configuration, I am directly storing whether we connected through public mode or not; in this way in…

davidoskky pushed to public at davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 23:25:35 +00:00
ec0fd2faee Cleaning
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#126 2023-01-26 20:54:18 +00:00
Handle public instances

No, public mode might be enabled but we could still log into the instance with username and password. Public mode has limitations, thus if one had the credentials to access the instance, that…

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#126 2023-01-26 20:51:48 +00:00
Handle public instances

Yes, it is the normal case in fact; the weird condition is actually isAuthEnabled false and isPublicModeEnabled true. Authentication is enabled because the administrator user can log in…

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#126 2023-01-26 20:47:10 +00:00
Handle public instances

The button order stays the same in the application as it currently is. This change allows the buttons to disappear dynamically and still align to the end of the layout.

davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#128 2023-01-26 17:10:56 +00:00
Cardview changes require restart
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#127 2023-01-26 17:09:56 +00:00
Problems with disconnection
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#126 2023-01-26 17:09:02 +00:00
Handle public instances
davidoskky pushed to public at davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 17:04:07 +00:00
c80177377c Handle public access in the article fragment
0dc511ebe6 Handle public access in the article reader screen
eeea5b1e06 Hide the favourite button in card items when accessing a public instance
04f3937095 Handle public access in the home screen
e3e8cc8a79 Add tests for the public access determination logic
Compare 6 commits »
davidoskky pushed to public at davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 17:01:07 +00:00
84f190ac2e Merge remote-tracking branch 'origin/public' into public
e7ecc6f4d3 Handle public access in the article fragment
95ce7c3739 Handle public access in the article reader screen
4cd2812130 Hide the favourite button in card items when accessing a public instance
2cd48e3a65 Handle public access in the home screen
Compare 7 commits »
davidoskky created branch public in davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 16:20:33 +00:00
davidoskky pushed to public at davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 16:20:33 +00:00
c4b6874e7c Add tests for the public access determination logic
badd6bfc6d Fix broken tests
b69e0ae6bc Handle public access in the article fragment
993a630d88 Handle public access in the article reader screen
ece1e5cbe6 Handle public access in the home screen
Compare 6 commits »
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#106 2023-01-26 11:53:23 +00:00
Handle public selfoss instances

I'm working on this

davidoskky deleted branch swipe_down from davidoskky/ReaderForSelfoss-multiplatform 2023-01-26 11:52:58 +00:00
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#122 2023-01-25 20:25:51 +00:00
Swipe down to close images

Ops, sorry didn't even notice that...

davidoskky pushed to swipe_down at davidoskky/ReaderForSelfoss-multiplatform 2023-01-25 20:25:34 +00:00
2245565f95 Remove unnecessary definition