Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all database queries off the ui thread & add a ViewModel for MainActivity #4786

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0a4117e
Rename .java to .kt
connyduck Oct 8, 2024
eae29b4
Make AccountManager async and add a ViewModel for MainActivity
connyduck Oct 9, 2024
3b7d79f
Merge branch 'develop' into async-accountmanager
connyduck Dec 3, 2024
a3b3bff
Merge branch 'develop' into async-accountmanager
connyduck Dec 3, 2024
fde604a
fix code formatting
connyduck Dec 3, 2024
70a6ade
fix MainActivityTest
connyduck Dec 4, 2024
489eb22
Merge branch 'develop' into async-accountmanager
connyduck Dec 6, 2024
f12a5be
revert BottomSheetActivity changes
connyduck Dec 7, 2024
ee403d7
fix ComposeActivityTest
connyduck Dec 7, 2024
d8c8d96
fix code formatting
connyduck Dec 7, 2024
a614949
code cleanup
connyduck Dec 8, 2024
f1cafe6
Merge branch 'develop' into async-accountmanager
connyduck Dec 11, 2024
a2ad892
introduce an active account flow
connyduck Dec 14, 2024
4a969d0
improve account handling in timelines
connyduck Dec 21, 2024
05aebc9
Merge branch 'develop' into async-accountmanager
connyduck Dec 21, 2024
3912a16
fix code formatting
connyduck Dec 21, 2024
8539977
fix notifications tab
connyduck Dec 23, 2024
89555c1
Merge branch 'develop' into async-accountmanager
connyduck Dec 28, 2024
5a5aa8f
improve ConversationsViewModel
connyduck Dec 28, 2024
57383d6
fix tests
connyduck Dec 28, 2024
14c8984
Merge branch 'develop' into async-accountmanager
connyduck Jan 6, 2025
273da1d
improve AccountManager code
connyduck Jan 6, 2025
a5cb918
improve AccountManager and MainViewModel
connyduck Jan 6, 2025
6f11cba
fix code formatting
connyduck Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,346 changes: 1,346 additions & 0 deletions app/schemas/com.keylesspalace.tusky.db.AppDatabase/66.json

Large diffs are not rendered by default.

294 changes: 0 additions & 294 deletions app/src/main/java/com/keylesspalace/tusky/BaseActivity.java

This file was deleted.

Loading
Loading