davidoskky
  • Joined on 2022-08-16
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#56 2022-09-13 10:42:27 +00:00
Support editing tags
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#55 2022-09-13 08:59:07 +00:00
Changin the dark theme setting requires app restart
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#52 2022-09-13 08:37:57 +00:00
Login not working

Works for me.

davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#54 2022-09-13 08:37:41 +00:00
Trim username empty space
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#53 2022-09-13 08:32:28 +00:00
Use POST /login to authenticate users

Perfect; if we're also going to use cookies rather than sending the login parameters with each request then we should implement a way to check that the cookie did not expire and in case request a…

davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#52 2022-09-13 07:08:11 +00:00
Login not working
60c24fc75a Check that the api is being used rather than the db
5853a19937 Normal items fetch test
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#50 2022-09-09 11:46:06 +00:00
WIP: Repository Unit Tests
davidoskky created branch repository_tests in davidoskky/ReaderForSelfoss-multiplatform 2022-09-09 11:44:28 +00:00
99f2c04bf6 Initial testing setup
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#49 2022-09-09 09:08:57 +00:00
Repository tests

I have checked, the library can be mocked; I'll thus proceed by mocking all the dependencies of the repository.

davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#49 2022-09-07 11:15:01 +00:00
Repository tests

I had a first look and there are some difficulties: the repository depends on the ConnectivityStatus library which cannot be directly mocked as far as I can see.

davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2022-09-07 10:30:36 +00:00
815f00e764 Merge pull request 'Correctly handle the back button in settings' (#48) from davidoskky/ReaderForSelfoss-multiplatform:Settings_back into master
bdc77ab8ef Remove unused lambda
6bd06cb458 Correctly handle the back button in settings
e9e8bee6c9 Disable all the backups.
Compare 4 commits »
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#49 2022-09-07 07:06:19 +00:00
Repository tests
davidoskky deleted branch Settings_back from davidoskky/ReaderForSelfoss-multiplatform 2022-09-07 07:00:38 +00:00
davidoskky pushed to Settings_back at davidoskky/ReaderForSelfoss-multiplatform 2022-09-06 10:36:53 +00:00
bdc77ab8ef Remove unused lambda
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#48 2022-09-06 10:30:46 +00:00
Correctly handle the back button in settings
davidoskky created branch Settings_back in davidoskky/ReaderForSelfoss-multiplatform 2022-09-06 10:28:50 +00:00
davidoskky pushed to Settings_back at davidoskky/ReaderForSelfoss-multiplatform 2022-09-06 10:28:50 +00:00
6bd06cb458 Correctly handle the back button in settings