Commit Graph

1141 Commits

Author SHA1 Message Date
Austin Huang 390b3c384b
follow-up on merge (story directions) 2021-07-06 17:22:53 -04:00
Austin Huang f0a2feeaa8
Merge branch 'master' into pr/1542 2021-07-06 17:05:01 -04:00
Austin Huang fef2552bdf
actually support highlights and user stories
properly, meaning not trying to init another ProfileFragmentViewModel
2021-07-06 16:56:45 -04:00
Austin Huang 7e9e3b0fbf
re-implement viewing individual user stories 2021-07-06 15:30:37 -04:00
Austin Huang 379468d577
re-implement viewing highlights 2021-07-06 15:08:10 -04:00
Austin Huang cd1b1d5da2
some profile viewmodel refactoring 2021-07-06 12:35:19 -04:00
Austin Huang 7522b5f083
finish up stories viewer UI
close #537, close #1554
2021-07-06 11:26:24 -04:00
Austin Huang cade09aceb
remove SHOW_CAPTION setting 2021-07-06 11:23:53 -04:00
Austin Huang bb5244665b
story viewmodel (wip)
hiding the storylist doesn't work yet but everything else should be good
2021-07-05 20:11:58 -04:00
Ammar Githam 606fb986a2 Handle ActivityNotFoundException for OPEN_DOCUMENT_TREE. Fixes austinhuang0131/barinsta#1467 2021-07-06 07:48:12 +09:00
Ammar Githam 383485abec Handle invalid custom date time format. Fixes austinhuang0131/barinsta#1499 2021-07-06 07:40:25 +09:00
Ammar Githam 82d7555eee Change input setup flow. Fixes austinhuang0131/barinsta#1529 2021-07-06 06:50:18 +09:00
Ammar Githam 49780a61b0 Fix swipe to reply not working. Fixes austinhuang0131/barinsta#1570 2021-07-06 06:40:50 +09:00
Ammar Githam 65f46e4ca7 Add username check to prevent unnecessary fetch in ProfileFragmentViewModel 2021-07-06 06:22:06 +09:00
Austin Huang 31ea42d105
fix sticker properties 2021-07-05 16:33:25 -04:00
Austin Huang 1bba8dc065
share story via dm (backend) 2021-07-05 16:31:47 -04:00
Austin Huang 06f679608c
fix download extension parsing 2021-07-05 14:16:29 -04:00
Ammar Githam 0d35f37bbc Merge branch 'master' into feature/multistack-navigation 2021-07-04 22:05:27 +09:00
Ammar Githam 506e0c5685 Fix saved collections not refreshing properly on delete. Fixes austinhuang0131/barinsta#966 2021-07-04 20:32:46 +09:00
Ammar Githam e67e8516cd Fix favorite tab missing for anonymous 2021-07-04 19:05:37 +09:00
Ammar Githam da637bf04e Merge branch 'master' into feature/multistack-navigation 2021-07-04 18:22:54 +09:00
Austin Huang d4b6ca23cd
remove slider video view count
those don't exist anymore
2021-07-03 14:14:22 -04:00
Ammar Githam 55e9b17563 Remove 'Disable animation' from Posts layout preferences as it is not used 2021-07-04 02:57:42 +09:00
Ammar Githam a41d2a2f73 Make comments to animation follow disable transition preference 2021-07-04 02:52:37 +09:00
Ammar Githam 97490d5c0b Add back screen transitions with option to disable them 2021-07-04 02:40:38 +09:00
Ammar Githam 05f8b1b8e3 Migrate Navigation to 2.4.0-alpha4
1. 2.4.0 introduces multistack navigation. Which removes the need for NavigationExtensions
2. Organised all nav graphs into a single graph to remove global action redundancy.
2021-07-03 21:36:34 +09:00
Austin Huang 4984db4c5c
remove some unused resources 2021-07-01 20:38:14 -04:00
Austin Huang 0e788c9889
improve downloading (creating files)
* creating files is offloaded to task thread so it doesn't hang the ui
* add notification to inform the above happening
2021-07-01 20:26:34 -04:00
Austin Huang b1f31ab736
remove unused code 2021-07-01 20:26:05 -04:00
Austin Huang 6fba483bd0
use ContentResolver instead of findFile/listFiles
seems to have made the downloaded badge much smoother although it did not improve downloading en masse...
2021-07-01 16:16:09 -04:00
Austin Huang 8dc128563a
close #517 2021-06-30 18:13:51 -04:00
Austin Huang a6b2031950
more efficient way to search subdirs 2021-06-30 17:44:48 -04:00
Austin Huang 80787c7e5e
various story fixes, closes #1496 2021-06-30 11:32:39 -04:00
Austin Huang 19d3434dbf
convert stuff to kotlin 2021-06-29 22:43:17 -04:00
Austin Huang 49e348765b
Rename .java to .kt 2021-06-29 22:43:16 -04:00
Austin Huang 1c710f1bd4
make profile shares look better; close #1378 2021-06-29 21:47:23 -04:00
Austin Huang 5593860e6c
close #998 2021-06-29 17:10:39 -04:00
Austin Huang da82759d19
close #1064 2021-06-29 16:59:42 -04:00
Austin Huang 4d9494cbcf
convert StoryModel to StoryMedia
close #1151, close #1208
2021-06-29 16:56:12 -04:00
Austin Huang 53b0301385
Merge branch 'master' of https://github.com/austinhuang0131/instagrabber 2021-06-29 12:58:23 -04:00
Ammar Githam e23f72f4d1 Remove unused param 2021-06-30 00:46:07 +09:00
Ammar Githam 16f0a34f55 Merge branch 'master' of https://github.com/austinhuang0131/instagrabber 2021-06-30 00:43:30 +09:00
Austin Huang 9e711638c4
remove hashtag and location stories
r/instagram said they were removed during the us election and never came back
2021-06-29 11:42:43 -04: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