1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-04 11:31:35 +00:00

f-droid trial, fix #61, polish #65, fix invisible icon issue

This commit is contained in:
Austin Huang 2020-08-21 20:38:51 -04:00
parent c57fbd9d8e
commit 37cfba3666
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
37 changed files with 51 additions and 14 deletions

View file

@ -0,0 +1,7 @@
* You can now (un)follow/restrict/block people
* For this reason, "Open in Instagram" for following/follower list is removed
* Link in bio is now under bio text (like the actual Instagram app)
* Accounts with no posts will be indicated instead of having infinite refresh
* When searching, all other buttons will be hidden to expand suggestion width
* Remove AWAiS advertisement
* Implement LGTM advice to improve stability

View file

@ -0,0 +1,10 @@
* Full support on hashtags, including stories, "profile picture" (SD only), post count, and (un)following. Removed "Hashtag:" prefix.
* Non-logged-in users now have an "add/remove from favorites" button on the profile/hashtag page, alongside Quick Access.
* Update checker will now have a F-Droid button
* Updated Italian and Simplified Chinese translations
* Crash reporter now directs to `instagrabber@austinhuang.me`
* Adjusted grid size threshold at popular request
* Adjusted post viewer component sizes (to prevent the buttons being squished downwards, but the exact outcome depends on device)
* Fixed a bug where highlights of the viewed user gets carried to other users
* Fixed a bug where mentions in feeds were parsed incorrectly
* Removed Insta-Stalker (defunct) as an HD profile picture provider, existing users are moved to Instafullsize upon first run.

View file

@ -0,0 +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)
* Liked comments are shown with a pink background.
* 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
* 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)
* 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 where scrolling in full screen causes it to quit full screen

View file

@ -0,0 +1,5 @@
* You can now respond to question boxes in stories
* You can now check out story mentions (except non-Spotify music stickers, but you can hear them by playing the story)
* Above 2 does not apply to highlights
* You can now click on locations from feed
* Fixed a bug where you cannot access your own follower/following list when you are private and have no posts

View file

@ -0,0 +1,2 @@
* You can now respond to quizzes, plus you get to see correct answer beforehand (FYI: I will not support music questions)
* Fixed feed story fetch approach

View file

@ -0,0 +1,3 @@
* You can now use discover by topics
* You can now see posts you liked (it's in your own profile, also has a limit of 300)
* Some DM improvements

View file

@ -0,0 +1,8 @@
* You can now send text DMs
* You can now reply DM to stories
* DM title and (some) members are now shown on DM screen
* Seen stories (API) are now displayed transparently
* Story creation date is now shown on the story screen
* A new setting allows you to mark stories as seen (Default disabled)
* Fixed a bug related to the favourite button on profile
* Fixed a bug where liked/saved status does not carry over across slides

View file

@ -0,0 +1,4 @@
* You can now view public stories and highlights WITHOUT logging in, but only if you enable it in Settings
* Originally, viewing HD avatars without logging in automatically uses Instadp, now you have to enable it in Settings as well
* Consent is important! A button now tells you
* Highlights now support showing sticker infos

View file

@ -0,0 +1,8 @@
The Answer to the Ultimate Question of Life, the Universe, and Everything is 42.
* Implements #36 and #37, both massively improve the feed stories bar
* Story viewer will tell you to slow down if you scroll across users too fast (Instead of launching another window)
* Fixes a bug where emoji messages in DM crash the app
* Improvements on login/logout
(No new features in this version, sorry.)

View file

@ -0,0 +1,6 @@
* Added AMOLED dark mode (#45, Thanks @ammargitham)
* Various bug fixes, including
* #39 (Updater shows the next version instead of the latest version)
* Downloading stories still uses @... folder
* Story highlights not being shown
* Discover view being shown to non-logged-in users

View file

@ -0,0 +1,2 @@
* New profile view for visiting profiles from mention/post/comment without losing all previous screens
* Bug fixes (incl. #49 and #50)

View file

@ -0,0 +1,3 @@
* You can now upload images in DM
* You can now like messages
* Various bug fixes