Austin Huang
262375b145
Merge branch 'master' into new-posts-grid
2020-10-24 11:48:01 -04:00
Ammar Githam
9b83c5e832
More updated. Handle clicks. Updated comments viewer, etc
2020-10-24 18:10:21 +09:00
Ammar Githam
6bf59e83ad
Initial commit for new posts layout
2020-10-17 19:07:03 +09:00
Austin Huang
84fd88024d
#214
2020-10-03 15:55:49 -04:00
Austin Huang
03f52d5058
highlight fix, also better verified badge
2020-09-26 21:33:41 -04:00
Austin Huang
a0b43ce388
restore copy bio
2020-09-26 14:52:28 -04:00
Austin Huang
99a8e03578
dm media layout finalization
2020-09-26 14:42:35 -04:00
Austin Huang
1713ae2573
add vietnamese and other house chores
2020-09-26 12:36:45 -04:00
Ammar Githam
b5e66e35bf
Fix images not shown in dm
2020-09-26 18:14:06 +09:00
Austin Huang
6bd0b811b1
restore location & hashtag stories
2020-09-25 20:15:46 -04:00
Austin Huang
ab37c2d72b
dm button on profile?! (quick & dirty warning)
2020-09-22 23:15:57 -04: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
d2b2e4e428
Replace expired.png with vector drawable
2020-09-19 19:42:50 +09:00
Ammar Githam
0e881ba7c5
Fix layout problem in notification item
2020-09-19 17:03:01 +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
15eed4137a
Fix previous themes and add Material Dark theme (needs improvements)
2020-09-14 23:17:35 +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
ad36331a06
No need for Image assets (.png) as Vector assets (.xml) work with AppCompat views
2020-09-13 19:27:46 +09:00
Ammar Githam
ebdaae94d1
Initial commit for updated flow of themes. (Check description)
...
Removed DayNight theme. Added a 'white' theme for Light, and 'black' theme for Dark.
Users will have to set the type of Light or Dark theme they want to use.
Default is white for light, black for dark.
More themes will be added later.
2020-09-13 19:21:14 +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
ee7f0a5c95
Remove unused layouts and rename StoryViewerFragment layout
2020-09-12 17:22:11 +09:00
Ammar Githam
5c0ba88210
Make profile view appbar non elevated, and better scrolling effect
2020-09-12 17:17:36 +09:00
Ammar Githam
01fe50fa7d
Convert profile view top from nested layout to flat constraint view
2020-09-12 16:51:22 +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
00762c85e6
Add account switcher in MorePreferencesFragment
2020-09-10 19:39:10 +09:00
Ammar Githam
8e51773085
Fix parent and child comments view.
...
Separated out parent comment and dm item view to reduce handling of view visibility. Added the likes in parent and matched styles with child comments.
2020-09-09 01:47:46 +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
c9d342471b
Add update checker back, with updated handling. Check description.
...
FlavorTown will check if current app was installed from F-droid and not show the update dialog if true.
You can now skip an update.
You can now force check for an update by clicking More -> Version (even if you set to skip the update).
2020-09-06 22:27:41 +09:00
Ammar Githam
7e8fdda81b
Add updated profile pic viewer, and view stories from profile.
2020-09-06 18:25:27 +09:00
Ammar Githam
4efd2cb6ac
Add highlights back to ProfileFragment
2020-09-06 03:34:16 +09:00
Ammar Githam
d967463493
Move fragments to their proper place
2020-09-06 02:05:43 +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
290ed50287
Convert follower activity to fragment
2020-09-05 03:19:06 +09:00
Ammar Githam
c64ae3a101
Convert comment viewer activity to fragment and update layouts
2020-09-05 02:38:36 +09:00
Austin Huang
7807fe7f59
eye candy and settings compatibility
2020-09-03 15:07:43 -04:00
Ammar Githam
93fc9d82b9
Converted SavedViewer activity to fragment
2020-09-04 00:15:53 +09:00
Ammar Githam
034dbfa147
Add like and save actions to post viewer fragment
2020-09-03 20:08:04 +09: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
fd629aab7f
ok
2020-09-01 21:44:32 -04:00
Austin Huang
01f8d1ca80
dumb mistake
2020-09-01 14:25:56 -04:00
Austin Huang
8cf98c2c0c
accommodate bad text sizes
2020-09-01 14:20:21 -04: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
Austin Huang
a6c912c5d5
post location optimizations
2020-08-30 10:06:15 -04:00
Ammar Githam
649115a665
Add Location fragment
2020-08-30 21:51:47 +09:00
Ammar Githam
5c273d18a4
Add HashTag fragment
2020-08-30 20:45:37 +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
c3d92b8fc0
implement swipe-up sticker + refresh inbox list after sending message
2020-08-29 16:42:08 -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
0b183c5ab5
Rename main activity to MainActivity
2020-08-22 16:34:52 +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
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
Ammar Githam
066a453aa8
move dm related Activities to their own package
2020-08-16 06:33:59 +09:00
Ammar Githam
68dbf59ef6
Add image upload icon to dms layout and handle click
2020-08-16 06:25:57 +09:00
Austin Huang
392b3f6510
separated profile view activity
2020-08-13 17:08:27 -04:00
Austin Huang
7ddf356de9
layout finalization
2020-08-11 14:14:30 -04:00
Ammar Githam
31d02b3e12
Make Appbar in profile view scrollable
2020-08-11 20:44:51 +09:00
Ammar Githam
c1b113e275
Add AMOLED dark theme
2020-08-10 16:33:19 +09:00
Austin Huang
8c9a9b39e7
layout adjustments
2020-08-07 17:02:31 -04:00
Ammar Githam
8ef3cc9293
scroll stories with feeds
2020-08-07 23:22:23 +09:00
Ammar Githam
53e4c4807b
extract profile view and feed view in separate layout files
2020-08-07 23:14:58 +09:00
Austin Huang
d48bc32a15
v17.5
2020-08-06 22:26:23 -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
Austin Huang
ecc1958a23
liked viewer
2020-08-04 22:18:38 -04:00
Austin Huang
3fb404fa20
v17.2
2020-08-04 12:51:30 -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
69b0fb162a
saved viewer
2020-07-31 11:53:30 -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
e71faf3f20
geotag time
2020-07-27 15:48:26 -04:00
Austin Huang
7af96bf591
v16.9 part 1
2020-07-26 18:23:24 -04:00
Austin Huang
da8cd6bc9e
v16.8
2020-07-25 19:12:13 -04:00
Austin Huang
1827ed85ee
v16.8
2020-07-25 17:10:26 -04:00
Austin Huang
394ffe19b7
v16.7
2020-07-24 14:33:10 -04:00
Austin Huang
06d2614680
v16.6: yes
2020-07-23 12:00:09 -04:00
Austin Huang
13beabf741
init
2020-07-01 13:08:28 -04:00