1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-20 18:17:29 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Ammar Githam
9ba1893746 Add ViewModel to post view to maintain state. Update some ui 2021-01-09 20:24:16 +09:00
Ammar Githam
e1d8e02630 Update DM settings page 2021-01-03 18:55:19 +09:00
Ammar Githam
d42d4dd3ea Merge branch 'master' into dm-notifications-enhancements 2021-01-02 13:00:14 +09:00
Ammar Githam
343b2cf9d7 Update DM module. (WIP)
Remove left over images


DM update (WIP)

Update DM module. (WIP)


Update DM module. (WIP)
2021-01-02 11:54:32 +09:00
Austin Huang
975654961f
add suggested users feature 2020-12-30 13:26:16 -05:00
Austin Huang
6e4fa9fdbf
wip: archive and feed stories as a list 2020-12-29 15:19:00 -05:00
Austin Huang
8240829fa8
fix #385, fix #417, fix #429, cleanup, prep for splash 2020-12-19 16:59:09 -05:00
Austin Huang
b2e784deb8
close #306 and close #310 2020-11-30 12:29:41 -05:00
Ammar Githam
dccfcaf78a Handle multiple videos in PostViewV2Fragment. Should fix https://github.com/austinhuang0131/barinsta/issues/337 and also fix videos playing after closing view. 2020-11-30 22:09:42 +09:00
Austin Huang
45ddfe7659
resource sweep 2020-11-17 20:07:27 -05:00
Ammar Githam
d0bfe73ae6 Add downloaded indicator to Posts view 2020-11-06 21:46:31 +09:00
Ammar Githam
895cf15623 Add multi selection mode to all new post view fragments. Fix Delete action in download notification. 2020-11-03 17:23:20 +09:00
Ammar Githam
6bf59e83ad Initial commit for new posts layout 2020-10-17 19:07:03 +09:00
Austin Huang
6393bbc02b
fix id-load logic & location suggestions 2020-09-26 21:02:31 -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
837c6ba8ad Updated some icons and category in MorePreferencesFragment 2020-09-19 19:28:22 +09:00
Ammar Githam
cf974a74f3 Add favorites, also fixes the hashtag follow, and some theming 2020-09-19 04:18:14 +09:00
Austin Huang
7e52a94cb5
change of icon 2020-09-14 15:03:36 -04: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
00762c85e6 Add account switcher in MorePreferencesFragment 2020-09-10 19:39:10 +09: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
89bb79a8fc Add search back! 2020-09-06 02:02:54 +09:00
Ammar Githam
c64ae3a101 Convert comment viewer activity to fragment and update layouts 2020-09-05 02:38:36 +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
Austin Huang
c87311a68e
address #74, fix #76, fix #90, fix #104, fix #106 2020-09-01 13:37:00 -04: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
Ammar Githam
3f6c74d671 Tabs! Fragments! WIP! 2020-08-29 17:01:42 +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
Ammar Githam
68dbf59ef6 Add image upload icon to dms layout and handle click 2020-08-16 06:25:57 +09:00
ImgBotApp
bcad887d8b
[ImgBot] Optimize images
*Total -- 551.67kb -> 515.56kb (6.54%)

/app/src/main/res/drawable/ic_location.png -- 7.96kb -> 3.78kb (52.56%)
/fastlane/metadata/android/images/phoneScreenshots/3.jpg -- 94.86kb -> 88.05kb (7.18%)
/fastlane/metadata/android/images/phoneScreenshots/1.jpg -- 130.39kb -> 122.14kb (6.33%)
/fastlane/metadata/android/images/phoneScreenshots/2.jpg -- 153.00kb -> 144.38kb (5.63%)
/fastlane/metadata/android/images/phoneScreenshots/6.jpg -- 165.45kb -> 157.21kb (4.98%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-07-31 21:50:19 +00:00
Austin Huang
73795dac08
geotag time part 2 2020-07-28 15:30:57 -04:00
Austin Huang
394ffe19b7
v16.7 2020-07-24 14:33:10 -04:00
ImgBotApp
4dd84c0a68
[ImgBot] Optimize images
*Total -- 905.83kb -> 654.39kb (27.76%)

/app/src/main/res/drawable/zzz_tesv.png -- 29.88kb -> 6.20kb (79.24%)
/app/src/main/res/drawable/video.png -- 6.75kb -> 3.04kb (55.01%)
/app/src/main/res/drawable/zzz_rev.png -- 46.10kb -> 27.65kb (40.03%)
/app/src/main/res/drawable/zzz_revl.png -- 65.40kb -> 41.87kb (35.98%)
/app/web_hi_res_512.png -- 132.04kb -> 89.18kb (32.46%)
/app/src/main/res/drawable-night/comments.png -- 8.97kb -> 6.10kb (32.07%)
/app/src/main/res/drawable/zzz_ms.png -- 70.76kb -> 48.58kb (31.35%)
/app/src/main/res/drawable/zzz_lw.png -- 78.66kb -> 57.78kb (26.54%)
/app/play_icon.png -- 141.85kb -> 104.47kb (26.35%)
/app/src/main/res/drawable/check.png -- 24.73kb -> 18.94kb (23.41%)
/app/src/main/res/drawable/comments.png -- 5.96kb -> 4.64kb (22.06%)
/app/src/main/res/drawable/expired.png -- 5.36kb -> 4.21kb (21.54%)
/app/src/main/ic_launcher-playstore.png -- 70.14kb -> 55.20kb (21.3%)
/app/src/main/res/drawable/zzz_qdb.png -- 115.10kb -> 92.16kb (19.93%)
/app/src/main/res/drawable/slider.png -- 3.29kb -> 2.68kb (18.66%)
/app/src/main/res/drawable-night/expired.png -- 5.16kb -> 4.40kb (14.83%)
/app/src/main/res/drawable/mute.png -- 6.12kb -> 5.28kb (13.65%)
/app/src/main/res/drawable/vol.png -- 6.55kb -> 5.67kb (13.48%)
/app/src/main/res/drawable-night/video_views.png -- 11.63kb -> 10.10kb (13.15%)
/app/src/main/res/drawable/verified.png -- 6.30kb -> 5.48kb (12.93%)
/app/src/main/res/drawable-night/mute.png -- 7.69kb -> 6.79kb (11.77%)
/app/src/main/res/drawable-night/vol.png -- 8.27kb -> 7.34kb (11.32%)
/app/src/main/res/drawable/zzz_adm.png -- 42.60kb -> 40.22kb (5.58%)
/app/src/main/res/drawable/video_views.png -- 6.52kb -> 6.42kb (1.41%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-07-01 17:11:55 +00:00
Austin Huang
13beabf741
init 2020-07-01 13:08:28 -04:00