Commit Graph

167 Commits

Author SHA1 Message Date
Ammar Githam 16f0a34f55 Merge branch 'master' of https://github.com/austinhuang0131/instagrabber 2021-06-30 00:43:30 +09:00
Ammar Githam 27d919e6b2 Migrate ProfileFragment to kotlin and use viewmodel 2021-06-30 00:21:10 +09:00
Austin Huang c326356acc
some story touch-ups 2021-06-29 11:07:38 -04:00
Austin Huang 7ead5046d9
convert HighlightModel usages (as archives) to Story 2021-06-29 11:07:01 -04:00
Austin Huang f7ce2eeea2
convert HighlightModel usages (as highlights) to Story 2021-06-29 11:04:43 -04:00
Austin Huang dbf0c66b41
convert stuff to kotlin 2021-06-29 10:12:07 -04:00
Austin Huang 7efe8aeee5
Rename .java to .kt 2021-06-29 09:54:13 -04:00
Austin Huang 817a16873c
convert FeedStoryModel to Story and Broadcast response data classes
there seems to be a toolbar problem with live stories, will check tomorrow
2021-06-28 22:34:02 -04:00
Austin Huang aa175c5101
Rename .java to .kt 2021-06-28 22:34:01 -04:00
Austin Huang 8bf9f5f2cc
reading exact child from dm media shares
https://t.me/barinsta_app/21890
2021-06-28 16:14:28 -04:00
Austin Huang 3f6ed5f78b
sending dm media shares with exact child
https://t.me/barinsta_app/21890
2021-06-28 15:29:37 -04:00
Ammar Githam edb03ba3d8 Update ProfileFragmentViewModel and tests 2021-06-24 20:12:37 +09:00
Austin Huang 3db95163f8
fix not detecting downloaded video 2021-06-20 15:07:15 -04:00
Austin Huang 808c841e65
possible anonymous fix? 2021-06-19 17:25:40 -04:00
Austin Huang 8edac65015
prepare broadcast options for profile/story 2021-06-14 21:54:14 -04:00
Austin Huang e89c1ac9ef
pluralize dm recipient options
as used in the official client
2021-06-14 21:12:52 -04:00
Ammar Githam 69b685ae0d Interchange GraphQLService and GraphQLRepository names. 2021-06-12 12:34:50 +09:00
Ammar Githam b2cbc18dbb Interchange MediaService and MediaRepository names. 2021-06-12 09:53:38 +09:00
Ammar Githam 1191b416ce Interchange StoriesService and StoriesRepository names. 2021-06-12 08:37:22 +09:00
Ammar Githam 0126fca36d Interchange FriendshipService and FriendshipRepository names. 2021-06-10 16:16:41 +09:00
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
Ammar Githam 003beec5b6 Convert RecentSearchDao, RecentSearchDataSource and RecentSearchRepository to kotlin 2021-06-08 21:15:27 +09:00
Austin Huang 544d9f87bc
fix various comments bugs
1. redo ChildCommentsFetchResponse structure, stress-tested
2. navigation on more graph again
3. proper "next page" handling
2021-06-07 18:10:48 -04:00
Ammar Githam cae457aa9a Convert StoriesRepository and StoriesService to kotlin 2021-06-06 19:29:21 +09:00
Ammar Githam a2cc4573e1 Rename .java to .kt 2021-06-06 19:29:21 +09:00
Ammar Githam cf65ed0fc5 Convert FriendshipRepository and FriendshipService to kotlin 2021-06-06 14:18:27 +09:00
Ammar Githam 7769aa220f Rename .java to .kt 2021-06-06 14:18:26 +09:00
Ammar Githam 143a0ce259 Convert GraphQLRepository and GraphQLService to kotlin 2021-06-06 13:14:29 +09:00
Ammar Githam dd3562116b Rename .java to .kt 2021-06-06 13:14:28 +09:00
Ammar Githam a2bd2e4b53 Convert UserRepository and UserService to kotlin 2021-06-06 10:11:30 +09:00
Ammar Githam 6b24c907dd Rename .java to .kt 2021-06-06 10:11:30 +09:00
Ammar Githam 3f09c7d173 Convert User to kotlin 2021-06-05 19:58:01 +09:00
Ammar Githam 04aae488d9 Rename .java to .kt 2021-06-05 19:58:01 +09:00
Ammar Githam b997504602 Convert MediaRepository and MediaService to kotlin. 2021-06-04 07:17:24 +09:00
Ammar Githam cc1741005b DirectMessagesRepository migrated to suspend functions 2021-06-01 06:45:36 +09:00
Ammar Githam 741a997424 More suspend funs 2021-05-31 22:16:18 +09:00
Ammar Githam 538a1406a6 Merge remote-tracking branch 'upstream/master' 2021-05-31 20:56:06 +09:00
Ammar Githam 87e6e4440f Convert to kotlin, suspend funs, and viewModelScope 2021-05-31 20:55:22 +09:00
Austin Huang 972f71c480
convert some to kotlin 2021-05-30 19:07:58 -04:00
Austin Huang 37b4817bd7
Rename .java to .kt 2021-05-30 18:06:40 -04:00
Austin Huang 890139a287
comments redo (logged-in endpoint) 2021-05-29 10:46:23 -04:00
Ammar Githam a19d16a26e Convert some web repo and service classes to kotlin 2021-05-29 01:30:01 +09:00
Ammar Githam b179fb66c0 Rename .java to .kt 2021-05-29 01:30:01 +09:00
Austin Huang 83ac47b04a
Merge remote-tracking branch 'origin/master' 2021-05-25 22:47:42 -04:00
Austin Huang b26cdb3d68
new story models 2021-05-25 22:47:27 -04:00
Austin Huang af8111edad
convert wrappeduser 2021-05-25 22:13:48 -04:00
Austin Huang 23d35e7f52
Rename .java to .kt 2021-05-25 22:13:47 -04:00
Ammar Githam ce31554687 Fix Caption de-serialization 2021-05-25 02:08:46 +09:00
Ammar Githam 841c3bdbda Convert to kotlin 2021-05-25 01:58:37 +09:00
Ammar Githam ebe6a176f1 Rename .java to .kt 2021-05-25 01:58:37 +09:00