Commit b0f73b6
zerox80
Feature: Thumbnail Cache Improvements & Critical Fixes
Comprehensive update addressing thumbnail caching, avatar display, and login state management:
## Thumbnail & Avatar Caching
- Dynamic credential retrieval for thumbnail loading
- Account-specific ImageLoaders with shared caches
- Removed deprecated AvatarManager
## Avatar Display Fixes
- Fixed invisible avatars
- Moved avatar loading off main thread
- Fixed startup crashes
## Build Improvements
- Removed duplicate methods
- Code cleanup and refactoring1 parent f093c8c commit b0f73b6
File tree
21 files changed
+312
-1021
lines changed- opencloudApp/src/main
- java/eu/opencloud/android
- datamodel
- dependecyinjection
- operations
- presentation
- accounts
- avatar
- files
- details
- filelist
- removefile
- sharing
- spaces
- thumbnails
- ui
- activity
- adapter
- res/layout
- opencloudData/src/main/java/eu/opencloud/android/data
- files/repository
21 files changed
+312
-1021
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
0 commit comments