Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bc95ca2
Update pubspec.yaml
raldhafiri Jul 7, 2024
44a9700
Update open_filex.dart
raldhafiri Jul 7, 2024
ac2fe2d
Update web.dart
raldhafiri Jul 7, 2024
87d0f16
Refactor Android Gradle build configuration to use Plugin DSL
ishaquehassan Mar 7, 2025
4f2a234
Update permission_handler dependency to version 11.4.0 in example pub…
ishaquehassan Mar 7, 2025
f425208
Clean up AndroidManifest.xml by removing redundant package declaration
Muhammed-Ayad Mar 13, 2025
8fb1ba4
updated CHANGELOG.md and settings.gradle,
armin1440 Jan 5, 2026
812b8df
renamed files, final version 4.7.1
armin1440 Jan 5, 2026
ff1f409
fixed removing Android READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permissions
armin1440 Jan 5, 2026
43e864c
set version to 4.7.2
armin1440 Jan 5, 2026
c3f745a
renamed podspec file name and its s.name in it from "open_filex" to "…
armin1440 Feb 1, 2026
ad0b330
version 4.7.3
armin1440 Feb 1, 2026
4c3d70c
Migrate to Swift Package Manager
elitree Jun 9, 2026
609c1df
Merge PR #25
arahimli Aug 31, 2026
54be7cf
Merge PR #27
arahimli Aug 31, 2026
2fe6dfd
Merge PR #28
arahimli Aug 31, 2026
bd1c9f6
Merge PR #14
arahimli Aug 31, 2026
8cc2f88
done
arahimli Aug 31, 2026
16d88b2
Merge pull request #1 from arahimli/pr-28
arahimli Aug 31, 2026
1229210
Merge branch 'master' into pr-24
arahimli Aug 31, 2026
e46fd19
Merge pull request #2 from arahimli/pr-24
arahimli Aug 31, 2026
c37a07b
Merge branch 'master' into pr-14
arahimli Aug 31, 2026
1549d24
Merge pull request #3 from arahimli/pr-14
arahimli Aug 31, 2026
19a688c
Merge pull request #4 from arahimli/pr-25
arahimli Aug 31, 2026
62853f6
Add local open_filex package and remove unused media/web permissions
arahimli Aug 31, 2026
8c53c56
Merge branch 'master' into combined
arahimli Aug 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.7.3
* Fixed ios podspec

## 4.7.2
* Remove Android READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permissions. The previous had bugs.

## 4.7.1
* Remove Android READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permissions.

## 4.7.0
* Fix Android compatibility issues after Flutter 3.29.0 upgrade (Thanks to [mufassalhussain](https://github.com/mufassalhussain), PR[#19](https://github.com/javaherisaber/open_filex/pull/19))

Expand Down
9 changes: 2 additions & 7 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.crazecoder.openfile">
xmlns:tools="http://schemas.android.com/tools">

<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />

<application>
<provider
android:name="com.crazecoder.openfile.FileProvider"
Expand All @@ -23,4 +18,4 @@
/>
</provider>
</application>
</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,4 @@ private void result(int type, String message) {
isResultSubmitted = true;
}
}
}
}
47 changes: 0 additions & 47 deletions example/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions example/.metadata

This file was deleted.

89 changes: 0 additions & 89 deletions example/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions example/analysis_options.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions example/android/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions example/android/app/build.gradle

This file was deleted.

8 changes: 0 additions & 8 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

39 changes: 0 additions & 39 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading