Commit Graph

167 Commits

Author SHA1 Message Date
Ammar Githam b5e66e35bf Fix images not shown in dm 2020-09-26 18:14:06 +09:00
Ammar Githam 05c0937c6f Add Backup and restore. Update DirectoryChooser UI.
The updated backup and restore is backward compatible with old backup files. Just have updated the default file name and extension for newer backups.
2020-09-21 03:52:34 +09:00
Ammar Githam e89cf7af46 Keep follow requests at top in notification viewer 2020-09-19 17:17:43 +09:00
Ammar Githam cf974a74f3 Add favorites, also fixes the hashtag follow, and some theming 2020-09-19 04:18:14 +09:00
Ammar Githam 490956565a Update most of the png images to their xml counterparts and remove unused png 2020-09-13 20:28:40 +09:00
Ammar Githam c52f35bc3e Convert AccountSwitcher dialog to a DialogFragment as the AlertDialog was causing a leak (detected by LeakCanary) 2020-09-12 21:39:43 +09:00
Ammar Githam e560fd364b Migrate from Glide to Fresco 2020-09-12 01:44:34 +09:00
Ammar Githam 37912854d0 Add activity/notification view fragment 2020-09-11 22:27:09 +09:00
Ammar Githam 80044b5daf Break down Utils into separate utility classes as Utils was getting bloated 2020-09-10 20:44:25 +09:00
Ammar Githam 6fa13a6fbb Merge remote-tracking branch 'origin/task/update-feed-view' into task/update-feed-view 2020-09-10 19:40:19 +09:00
Ammar Githam 00762c85e6 Add account switcher in MorePreferencesFragment 2020-09-10 19:39:10 +09:00
Austin Huang 1cc21896b7
crash resolution 2020-09-09 15:59:16 -04:00
Ammar Githam 31f6f735f2 Resolve Doc warning 2020-09-09 00:39:08 +09:00
Austin Huang 2d44033d3c
small polishings (see description)
* General (makeshift): Set default first-tab to be profile, adjust search button appearance logic, add fragment labels
* DM inbox items: Adjust group chat avatar sizes, reinstate unread indicators
* DM thread: Swap buttons per spirit of #122
* Profile: Fix story fetcher logic
* Story: Fix bug where first story can't scroll to next user, unify subtitle to timestamp, swap buttons per #122
* Comment: Unfocus replying comment when X is pressed
2020-09-07 16:01:44 -04:00
Ammar Githam 4130026cad Fixing codacy warnings/issues (Ongoing) 2020-09-06 03:51:41 +09:00
Ammar Githam 4efd2cb6ac Add highlights back to ProfileFragment 2020-09-06 03:34:16 +09:00
Ammar Githam 89bb79a8fc Add search back! 2020-09-06 02:02:54 +09:00
Ammar Githam cc9348d8c5 Fix DM fragments, comment out deprecated activities 2020-09-05 16:16:11 +09:00
Ammar Githam c64ae3a101 Convert comment viewer activity to fragment and update layouts 2020-09-05 02:38:36 +09:00
Ammar Githam 034dbfa147 Add like and save actions to post viewer fragment 2020-09-03 20:08:04 +09:00
Austin Huang ce0302622e
final final resolution 2020-09-02 13:42:01 -04:00
Austin Huang b62dc66032
Merge branch 'master' of https://github.com/austinhuang0131/instagrabber into pr/77 2020-09-02 13:31:09 -04:00
Ammar Githam 13cacf43f9 Added post viewer fragment. Updated almost all places to use this
Remaining places are SavedViewer and DirectMessageThreadFragment
2020-09-03 02:02:31 +09:00
Austin Huang c87311a68e
address #74, fix #76, fix #90, fix #104, fix #106 2020-09-01 13:37:00 -04:00
Ammar Githam ded09ab237 Merge remote-tracking branch 'origin/task/update-feed-view' into task/update-feed-view 2020-08-30 23:29:31 +09:00
Austin Huang ac8481f247
Merge branch 'master' into task/update-feed-view 2020-08-30 10:13:36 -04:00
Ammar Githam 649115a665 Add Location fragment 2020-08-30 21:51:47 +09:00
Ammar Githam 40e810e88c Preferences! Check description
1. Added preferences screens.
2. Some DM changes.
3. Init profile actions using services
2020-08-30 15:47:04 +09:00
Austin Huang 40cb975384
support dm message type "clip" (which is glorified "media_share" for reels) 2020-08-29 21:34:14 -04:00
Ammar Githam 3f6c74d671 Tabs! Fragments! WIP! 2020-08-29 17:01:42 +09:00
Ammar Githam 3c94e827d3 Merge branch 'master' into task/separate-feed-item-views 2020-08-25 00:18:53 +09:00
Ammar Githam da98cff507 Update Feed view, check description
Changes:

1. Separate out view holders for feed post types.
2. Improve performance for binding.
4. Initiating migration from Glide to Fresco, as performance of Fresco is way better.
3. Prefetch feed view thumbnails to get aspect ratio, to improve layout performance.
4. If auto play is off, the videos in feed are not loaded until play is pressed.
5. Lots of optimizations here and there.
2020-08-25 00:05:54 +09:00
Austin Huang 4a439f74eb
optimize imports, add DM settings (init), add notification setting 2020-08-22 17:03:55 -04:00
Ammar Githam b8278c0f99 Fix videos auto playing even when auto play is set to false 2020-08-22 15:33:59 +09:00
Austin Huang 37cfba3666
f-droid trial, fix #61, polish #65, fix invisible icon issue 2020-08-21 20:38:51 -04:00
Ammar Githam 8e43519c5b Add mention click listener to reel share view 2020-08-21 22:44:24 +09:00
Ammar Githam f7fb374aca Add viewholder for default (unhandled) dm item types 2020-08-21 21:23:48 +09:00
Ammar Githam 51138f9db0 Separate out individual DM message types to their respective views 2020-08-20 22:05:23 +09:00
Austin Huang 072cd63776
like dm messages & some polishing 2020-08-18 16:47:43 -04:00
Ammar Githam 30695ae02f update direct messages
This commit sets up the base for future enhancements in direct messages. The changes are:

1. Introducing fragments and navigation using androidx.navigation.fragment.NavHostFragment.

2. Using ListAdapter and LiveData for the RecyclerViews.

3. Fixes a bug where a single direct message was lost when querying older messages.
2020-08-17 22:51:39 +09:00
Austin Huang 7ddf356de9
layout finalization 2020-08-11 14:14:30 -04:00
Austin Huang 4e0f837ff3
various bug fixes 2020-08-07 11:31:25 -04:00
Austin Huang 45bf250657
instagram wth??? and close #25 2020-08-06 13:06:50 -04:00
Austin Huang 14d3ea5c6c
v17.4 2020-08-06 12:48:52 -04:00
Austin Huang 440f6e2339
discovery topics are messed up tbh 2020-08-05 14:54:49 -04:00
Ammar Githam 2298a7fc0f change SpannableString to html, to fix serialization error 2020-08-05 21:39:42 +09:00
Austin Huang ecc1958a23
liked viewer 2020-08-04 22:18:38 -04:00
Austin Huang af458ce6c6
turkish, plus lgtm & compability fixes 2020-08-04 17:59:36 -04:00
Austin Huang eac0d9a5f7
story stickers and various bug fixes 2020-08-03 22:28:42 -04:00
Austin Huang 8726a924a0
notification viewer + hd avatar 2020-07-31 15:53:32 -04:00
Austin Huang 71402cd164
answering polls in stories 2020-07-30 18:19:44 -04:00
Austin Huang 73795dac08
geotag time part 2 2020-07-28 15:30:57 -04:00
Austin Huang 2f30eec0a3
v16.9 part whatever 2020-07-27 11:29:13 -04:00
Austin Huang 7af96bf591
v16.9 part 1 2020-07-26 18:23:24 -04:00
Austin Huang 6ea6a4b951
fix natgeotravel 2020-07-24 15:37:00 -04:00
Austin Huang 394ffe19b7
v16.7 2020-07-24 14:33:10 -04:00
Austin Huang f7e5914df8
v16.6-a6 this time the proper version 2020-07-14 20:35:41 -04:00
Austin Huang fb2ba29b4a
maybe simpler is better 2020-07-06 14:52:47 -04:00
Austin Huang 0164516343
fix avatar persistence 2020-07-06 14:36:21 -04:00
Austin Huang 5952bf4b60
why does java mandates catching exception bruh 2020-07-06 14:23:31 -04:00
Austin Huang ac770877ee
v16.6-a6 fix bug related to "Gone" thumbnail 2020-07-06 14:16:19 -04:00
Austin Huang 07dd0e12a1
v16.6-a4 2020-07-02 20:27:54 -04:00
Austin Huang f85d438066
v16.6-a3: Invite/kick actions now visible, preparations on message actions 2020-07-01 23:20:54 -04:00
Austin Huang 42a945574a
v16.6-a2: Expired stories now covered 2020-07-01 16:20:10 -04:00
Austin Huang 9d49b937e4
Type story_share is now covered 2020-07-01 16:00:26 -04:00
Austin Huang 19763f3edd
v16.6-a1 2020-07-01 13:58:58 -04:00
Austin Huang 13beabf741
init 2020-07-01 13:08:28 -04:00