mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 22:57:29 +00:00
parent
9bf96cfe73
commit
bdb8ee6d75
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@ -3,10 +3,10 @@
|
|||||||
github: austinhuang0131
|
github: austinhuang0131
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: austinhuang
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
liberapay: austinhuang
|
liberapay: austinhuang
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
custom: https://austinhuang.me/donate
|
custom: ["https://austinhuang.me/donate","https://flattr.com/@austinhuang"]
|
||||||
|
@ -14,11 +14,9 @@ For documentation, visit [InstaGrabber.AustinHuang.me](https://instagrabber.aust
|
|||||||
|
|
||||||
**By installing, you indicate your acceptance of [Disclosure and Privacy Policy](https://instagrabber.austinhuang.me/disclosure).**
|
**By installing, you indicate your acceptance of [Disclosure and Privacy Policy](https://instagrabber.austinhuang.me/disclosure).**
|
||||||
|
|
||||||
Download from [GitHub releases](https://github.com/austinhuang0131/instagrabber/releases/latest) (recommended). Expand "Assets" and download the APK file. Or...
|
|
||||||
|
|
||||||
<a href="https://f-droid.org/en/packages/me.austinhuang.instagrabber/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75"></a>
|
<a href="https://f-droid.org/en/packages/me.austinhuang.instagrabber/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75"></a>
|
||||||
|
|
||||||
(...[but they're slow.](https://instagrabber.austinhuang.me/faq#f-droid))
|
Or, download from [GitHub releases](https://github.com/austinhuang0131/instagrabber/releases/latest). Expand "Assets" and download the APK file.
|
||||||
|
|
||||||
Version status: ![F-Droid](https://img.shields.io/f-droid/v/me.austinhuang.instagrabber.svg) vs. ![GitHub](https://img.shields.io/github/release/austinhuang0131/instagrabber.svg?logo=github)
|
Version status: ![F-Droid](https://img.shields.io/f-droid/v/me.austinhuang.instagrabber.svg) vs. ![GitHub](https://img.shields.io/github/release/austinhuang0131/instagrabber.svg?logo=github)
|
||||||
|
|
||||||
@ -37,7 +35,7 @@ Version status: ![F-Droid](https://img.shields.io/f-droid/v/me.austinhuang.insta
|
|||||||
* Telegram: [@Grabber_App](https://t.me/grabber_app)
|
* Telegram: [@Grabber_App](https://t.me/grabber_app)
|
||||||
* Discord: [https://discord.gg/YtEDzN2](https://discord.gg/YtEDzN2)
|
* Discord: [https://discord.gg/YtEDzN2](https://discord.gg/YtEDzN2)
|
||||||
* Gitter: [InstaGrabber/General](https://gitter.im/instagrabber/general)
|
* Gitter: [InstaGrabber/General](https://gitter.im/instagrabber/general)
|
||||||
* Above 4 are bridged to each other
|
* Above 4 are bridged to each other.
|
||||||
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ public final class SavedViewer extends BaseLanguageActivity implements SwipeRefr
|
|||||||
@Override
|
@Override
|
||||||
public void onResult(final PostModel[] result) {
|
public void onResult(final PostModel[] result) {
|
||||||
final int oldSize = allItems.size();
|
final int oldSize = allItems.size();
|
||||||
if (result != null) {
|
if (result != null && result.length > 0) {
|
||||||
allItems.addAll(Arrays.asList(result));
|
allItems.addAll(Arrays.asList(result));
|
||||||
|
|
||||||
postsAdapter.notifyItemRangeInserted(oldSize, result.length);
|
postsAdapter.notifyItemRangeInserted(oldSize, result.length);
|
||||||
|
Loading…
Reference in New Issue
Block a user