mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-18 04:37:30 +00:00
L
This commit is contained in:
parent
0e83a757b3
commit
fdfc75655c
@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
InstaGrabber is an app that allows...
|
InstaGrabber is an app that allows...
|
||||||
|
|
||||||
* Viewing **and downloading** Instagram posts, stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it<sup>1</sup>! Works for followed private accounts\*!
|
* Viewing **and downloading** Instagram posts (including tagged, and your own saved posts\*), stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it<sup>1</sup>! Works for followed private accounts\*!
|
||||||
* Like/bookmark posts\*!
|
* Like/bookmark posts\*!
|
||||||
* Downloading multiple posts at once (hold & select)!
|
* Downloading multiple posts at once (hold & select)!
|
||||||
* (Un)follow/restrict/block people\*, and (un)follow hashtags\*! (Or you can add shortcuts to them, without logging in!)
|
* (Un)follow/restrict/block people\*, and (un)follow hashtags\*! (Or you can add shortcuts to them, without logging in!)
|
||||||
* **Copy** post captions, comments, DM messages\*, and profile bios.
|
* **View, copy, like\*, reply\*, & delete\*** comments!
|
||||||
|
* **Copy** post captions, DM messages\*, and profile bios.
|
||||||
* **Compare** follower/following list<sup>2</sup>!
|
* **Compare** follower/following list<sup>2</sup>!
|
||||||
* Searching usernames and hashtags.
|
* Searching usernames and hashtags.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ android {
|
|||||||
// 16.7 is 32, 16.9 is 35 (34 is public beta)
|
// 16.7 is 32, 16.9 is 35 (34 is public beta)
|
||||||
|
|
||||||
versionCode 36
|
versionCode 36
|
||||||
versionName '16.9'
|
versionName '17.0'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
|
* You can now see tagged/"saved" posts. Tagged will work without login.
|
||||||
* You can now write comments, and reply/like/delete comments through the menu (by clicking the comment)
|
* You can now write comments, and reply/like/delete comments through the menu (by clicking the comment)
|
||||||
* Liked comments are shown with a pink background
|
* Liked comments are shown with a pink background.
|
||||||
* You can now share posts in the post viewer
|
* You can now share posts in the post viewer.
|
||||||
|
* You can now respond to green/red polls in stories (you also get to see results before voting)
|
||||||
|
* You can now open Spotify if a story has linked it (non-playing ones)
|
||||||
* Geotag viewing/searching support
|
* Geotag viewing/searching support
|
||||||
* Search field is now empty if you're viewing your own profile while logged in
|
* Search field is now empty if you're viewing your own profile while logged in
|
||||||
* Post like counts are now displayed (The button texts are slightly reduced to accomodate @world_record_egg) (logged in only)
|
* Post like counts are now displayed (The button texts are slightly reduced to accomodate @world_record_egg) (logged in only)
|
||||||
* Mute buttons are changed to display the current status (i.e. muted icon when muted, sound icon when not muted)
|
* Mute buttons are changed to display the current status (i.e. muted icon when muted, sound icon when not muted)
|
||||||
|
* Added some new user guidance stuff
|
||||||
|
* Fixed bugs related to the "Downloaded" icon
|
||||||
* Fixed a bug relating to viewing feed stories
|
* Fixed a bug relating to viewing feed stories
|
||||||
* Fixed a bug where scrolling in full screen causes it to quit full screen
|
* Fixed a bug where scrolling in full screen causes it to quit full screen
|
Loading…
Reference in New Issue
Block a user