BarInsta/app/src/main/java/awais/instagrabber/viewmodels
Ammar Githam 29d2b894d8 Interchange UserService and UserRepository names. Check description.
As per the sample provided at https://github.com/android/architecture-components-samples/tree/main/GithubBrowserSample, the Retrofit interfaces should be named Services and the classes using the services are Repositories.

Once all are properly named, we can move the db repositories inside the repositories package.
2021-06-09 08:40:13 +09:00
..
factories Handle new created threads using inbox manager 2021-03-20 12:40:51 +09:00
AppStateViewModel.java Interchange UserService and UserRepository names. Check description. 2021-06-09 08:40:13 +09:00
ArchivesViewModel.java story archive, so half of #460 2020-12-29 17:33:44 -05:00
CommentsViewerViewModel.java fix various comments bugs 2021-06-07 18:10:48 -04:00
DirectInboxViewModel.kt More suspend funs 2021-05-31 22:16:18 +09:00
DirectPendingInboxViewModel.kt Convert to kotlin, suspend funs, and viewModelScope 2021-05-31 20:55:22 +09:00
DirectSettingsViewModel.kt Convert User to kotlin 2021-06-05 19:58:01 +09:00
DirectThreadViewModel.kt DirectMessagesRepository migrated to suspend functions 2021-06-01 06:45:36 +09:00
FavoritesViewModel.kt Convert FavoriteDao, FavoriteDataSource and FavoriteRepository to kotlin 2021-06-07 06:54:12 +09:00
FeedStoriesViewModel.java story read improvement (WIP) 2020-12-24 14:11:49 -05:00
FileListViewModel.java Add Backup and restore. Update DirectoryChooser UI. 2020-09-21 03:52:34 +09:00
FiltersFragmentViewModel.java Update DM module. (WIP) 2021-01-02 11:54:32 +09:00
FollowViewModel.java fix mentions (final), improve follower comparison 2020-12-21 14:27:15 -05:00
GifPickerViewModel.java Remove invalid gifs before submitting to adapter. Fixes https://github.com/austinhuang0131/barinsta/issues/1013 2021-04-09 19:36:11 +09:00
HighlightsViewModel.java Move viewmodels package to root directory 2020-09-06 15:06:36 +09:00
ImageEditViewModel.java more #1309 2021-05-23 21:34:19 -04:00
MediaPickerViewModel.java Update DM module. (WIP) 2021-01-02 11:54:32 +09:00
MediaViewModel.java Migrate FeedModel and ProfileModel to Media and User 2021-01-07 21:36:33 +09:00
NotificationViewModel.java reorganize responses 2021-03-22 14:51:44 -04:00
PostViewV2ViewModel.kt Migrate MediaService to object 2021-06-06 09:43:19 +09:00
ProfileFragmentViewModel.kt Preparation for adding ProfileFragmentViewModel 2021-06-05 19:36:00 +09:00
SavedCollectionsViewModel.java viewing saved collections, so half of #545 2021-01-17 14:11:15 -05:00
SearchFragmentViewModel.java Convert RecentSearchDao, RecentSearchDataSource and RecentSearchRepository to kotlin 2021-06-08 21:15:27 +09:00
StoriesViewModel.java Move viewmodels package to root directory 2020-09-06 15:06:36 +09:00
TopicClusterViewModel.java Merge remote-tracking branch 'origin/dm-notifications-enhancements' into dm-notifications-enhancements 2021-01-08 21:49:48 +09:00
UserSearchViewModel.java Interchange UserService and UserRepository names. Check description. 2021-06-09 08:40:13 +09:00