Skip to content

Commit

Permalink
bug fixed, right cookies on api call
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidWithRossyn committed Sep 29, 2024
1 parent d59f376 commit dcc2466
Show file tree
Hide file tree
Showing 23 changed files with 145 additions and 425 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

Binary file modified InInsta-debug.apk
Binary file not shown.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Instagram Downloader</h1>

<h4 align="center">InInsta helps you save Video, Photo, Storys, reels and Highlight from Instagram
<h4 align="center">InInsta helps you save Video, Photo, Story's, reels and Highlight from Instagram
</h4>


Expand Down Expand Up @@ -72,17 +72,6 @@ Also, [follow me on GitHub](https://github.com/AndroidWithRossyn/) for my next c
- Any unauthorized reloading or downloading of content and/or violations of intellectual property. The rights are the sole responsibility of the user. and the user can Download and re upload and photo and videos.


### Professional Reskinning Service!
- **Custom Design**: We customize the app’s UI/UX to align with your brand identity, including colors, icons, fonts, and layouts.
- **Feature Integration**: Add new features or modify existing ones to meet your specific needs and preferences.
- **App Optimization**: Ensure your app looks great and performs optimally across all devices and screen sizes.
- **Quick Turnaround**: Fast and efficient reskinning service to get your app ready for launch in no time.
- **Play Store Ready**: We ensure your reskinned app meets Google Play Store guidelines and is ready for publishing.





### Copyright & License
```
© 2024 Rossyn. All rights reserved.
Expand Down
9 changes: 3 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.banrossyn.ininsta.story.downloader"
minSdk 24
targetSdk 34
versionCode 2
versionName "1.2.0.11"
versionCode 3
versionName "1.2.1.04"
setProperty("archivesBaseName", "InInsta")
vectorDrawables.useSupportLibrary true
renderscriptSupportModeEnabled true
Expand All @@ -26,7 +26,6 @@ android {
}
buildFeatures {
viewBinding true
// dataBinding true
buildConfig true
}
lintOptions {
Expand Down Expand Up @@ -56,6 +55,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.activity:activity:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand All @@ -74,9 +74,6 @@ dependencies {

implementation 'com.github.bumptech.glide:glide:4.16.0'

//implementation 'com.anjlab.android.iab.v3:library:1.1.0'
// implementation 'com.github.florent37:shapeofview:1.3.2'
// implementation 'com.amitshekhar.android:android-networking:1.0.2'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation project(':bubblenavigation')

Expand Down
Loading

3 comments on commit dcc2466

@moodeezz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downloading stories is not working
I logged into my Instagram account, and when I tried to download stories, it did not work and did not display the photo or video of the story.

[[](https://user-images.githubusercontent.com/97843190/183115464-adeb59d2-e982-45f3-99c1-2e7f61668c71.png)](https://user-images.githubusercontent.com/97843190/183115464-adeb59d2-e982-45f3-99c1-2e7f61668c71.png)

@moodeezz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

@moodeezz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pro ?

Please sign in to comment.