-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor code to work with the latest refactor.
* Separate the login sequence for each backend into their own type so they can apply domain specific logic. All the routes are still shared, but at least one can express different requirements that were not possible before. * Remove usage of service in favor of Android WorkManager workers. The new setup works entirely from the database and presists all relevant state into it. * Fix proxy settings not saved between tests. * Improve reporting by displaying the last polled time for this account. * Improve log outputs. * Add small space between refresh and settings buttons. * Improve account details area. * Clean up code and add comments. * Fix invalid https proxy mode.
- Loading branch information
Leander Beernaert
authored and
Leander Beernaert
committed
Aug 3, 2024
1 parent
e0a92ec
commit 8f5e5a2
Showing
50 changed files
with
3,083 additions
and
5,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
you-have-mail-android/app/src/main/java/dev/lbeernaert/youhavemail/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
youhavemail.kt |
19 changes: 0 additions & 19 deletions
19
you-have-mail-android/app/src/main/java/dev/lbeernaert/youhavemail/AppState.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.