Block a user
Support editing tags
Changin the dark theme setting requires app restart
Trim username empty space
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…
Login not working
davidoskky
pushed to repository_tests at davidoskky/ReaderForSelfoss-multiplatform
2022-09-10 07:37:29 +00:00
60c24fc75a
Check that the api is being used rather than the db
davidoskky
pushed to repository_tests at davidoskky/ReaderForSelfoss-multiplatform
2022-09-10 07:08:43 +00:00
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
davidoskky
pushed to repository_tests at davidoskky/ReaderForSelfoss-multiplatform
2022-09-09 11:44:28 +00:00
99f2c04bf6
Initial testing setup
Repository tests
I have checked, the library can be mocked; I'll thus proceed by mocking all the dependencies of the repository.
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.
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.
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