Commit 17aff35
Develop (#62)
* -Enabled actual circular crop
-Optimized the attributes
* Upgrade lib version and README.md
* Updated dependencies versions, Minor changes in style (#18)
- Used ViewModelProvider constructor to build the ViewModel instead of ViewModelProviders
* Update library version and README.md
* Added file size limit restriction to display in grid
* Optional crop (#23)
Make single image selection cropping optional
* Update library version and README.md
* Update README.md
* Feature/latest version support (#26)
* Latest Android 11 support
- Gradle version updated to v4.1.3 instead of v4.1.1
- Kotlin version updated to v1.4.32 instead of v1.4.21
- Multidex added
- CompileSdkVersion updated to android-S instead of 30
- buildToolVersion 30.0.3 added
- ViewModelProviders code changes due to deprecation
- request permission and start activity for result code changes in docsFragment and FolderFragment
* PDF and other non media files not listing issue solved for Android 11 and 12
* Camera not working issue resolved and Camera permission changes applied
* Android 10 Non media file choose from system file explorer feature implementation
- Gradle version updated to v4.2.0 instead of 4.1.3
- Kotlin version updated to v1.5.0 instead of 1.4.32
* Lassi picker version updated to v0.2.0 instead of v0.1.7
* CompileSdkVersion changed to 30 instead of android-S due to APK file not installed issue
- BuildToolVersion changed to v30.0.3 instead of v31.0.0 rc3
* Cropping image URI not working issue resolved
* Feature/latest version support (#28)
* Added file size limit restriction to display in grid (#22)
* -Enabled actual circular crop
-Optimized the attributes
* Upgrade lib version and README.md
* Updated dependencies versions, Minor changes in style (#18)
- Used ViewModelProvider constructor to build the ViewModel instead of ViewModelProviders
* Update library version and README.md
* Added file size limit restriction to display in grid
Co-authored-by: Bhoomi Shah <bhoomishah20495@gmail.com>
Co-authored-by: AKASH PATEL <akash.mindinventory@gmail.com>
Co-authored-by: milanvadhel-mi <73939866+milanvadhel-mi@users.noreply.github.com>
* Optional crop (#23)
Make single image selection cropping optional
* Update library version and README.md
* Update README.md
* Latest Android 11 support [WIP]
- Gradle version updated to v4.1.3 instead of v4.1.1
- Kotlin version updated to v1.4.32 instead of v1.4.21
- Multidex added
- CompileSdkVersion updated to android-S instead of 30
- buildToolVersion 30.0.3 added
- ViewModelProviders code changes due to deprecation
- request permission and start activity for result code changes in docsFragment and FolderFragment
* PDF and other non media files not listing issue solved for Android 11 and 12
* Camera not working issue resolved and Camera permission changes applied
* Android 10 Non media file choose from system file explorer feature implementation
- Gradle version updated to v4.2.0 instead of 4.1.3
- Kotlin version updated to v1.5.0 instead of 1.4.32
* Lassi picker version updated to v0.2.0 instead of v0.1.7
* CompileSdkVersion changed to 30 instead of android-S due to APK file not installed issue
- BuildToolVersion changed to v30.0.3 instead of v31.0.0 rc3
* Cropping image URI not working issue resolved
Co-authored-by: Malik Motani <mjmotani@gmail.com>
Co-authored-by: Bhoomi Shah <bhoomishah20495@gmail.com>
Co-authored-by: AKASH PATEL <akash.mindinventory@gmail.com>
Co-authored-by: milanvadhel-mi <73939866+milanvadhel-mi@users.noreply.github.com>
Co-authored-by: Faiyaz meghreji <50236417+faiyaz92@users.noreply.github.com>
* - Resolved albumId exception in audio picker (#36)
- Added selectionDrawable attribute option in xml
- Updated UI
- Updated library version and plugins
- Updated README.md
* Update README.md
* fixed crash on reject permission. (#48)
* ANR issue resolved for Folder listing
* Library version updated to 0.3.0 instead of 0.2.2
- target sdk version updated to 32
* Feature/doc enhancement (#54)
* Develop (#52)
- ANR issue was resolved.
- Reject permission crash issue resolved.
- Library version updated to 0.3.0
- Target SDK version updated, Android 12 support.
* - System default view support given with defined view type
- Min SDK version updated to 19
- Lassi version updated to v0.4.0
Co-authored-by: milanvadhel-mi <73939866+milanvadhel-mi@users.noreply.github.com>
Co-authored-by: Chirag Prajapati <chirag.prajapati@mindinventory.com>
Co-authored-by: Nkgohil007 <89060719+Nkgohil007@users.noreply.github.com>
Co-authored-by: AKASH PATEL <akash.patel@mindinventory.com>
* Bug fixes (#59)
Co-authored-by: Akash Patel<akash.patel@mindinventory.com>
* - version upgrade
* - version upgrade to 1.0.0 from 0.5.0
Co-authored-by: Bhoomi Shah <bhoomishah20495@gmail.com>
Co-authored-by: AKASH PATEL <akash.mindinventory@gmail.com>
Co-authored-by: Malik Motani <mjmotani@gmail.com>
Co-authored-by: milanvadhel-mi <73939866+milanvadhel-mi@users.noreply.github.com>
Co-authored-by: Faiyaz meghreji <50236417+faiyaz92@users.noreply.github.com>
Co-authored-by: Chirag Prajapati <chirag.prajapati@mindinventory.com>
Co-authored-by: Chirag Prajapati <87471481+chiragmi@users.noreply.github.com>
Co-authored-by: Nkgohil007 <89060719+Nkgohil007@users.noreply.github.com>
Co-authored-by: AKASH PATEL <akash.patel@mindinventory.com>
Co-authored-by: vrajendraBhavsar <84775226+vrajendraBhavsar@users.noreply.github.com>
Co-authored-by: Vrajendra <vrajendra.bhavsar@mindinventory.com>1 parent 4d37779 commit 17aff35
31 files changed
Lines changed: 939 additions & 205 deletions
File tree
- app/src/main/java/com/lassi/app
- adapter
- lassi
- src/main
- java/com/lassi
- common
- extenstions
- utils
- data
- database
- mediadirectory
- media
- entity
- repository
- domain/media
- presentation
- docs
- mediadirectory
- adapter
- media
- adapter
- videopreview
- res
- layout
- values
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
75 | 86 | | |
76 | 87 | | |
77 | 88 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments