Commit Graph

  • cf06426301 Changes to be committed: modified: android/build.gradle modified: android/src/main/kotlin/com/morbit/photogallery/PhotoGalleryPlugin.kt master steevedevops 2025-04-29 14:10:22 -03:00
  • 9c6648f162 fixing kotlin reference isue Abdulraheem Ahmad 2025-04-09 23:40:29 +01:00
  • aad761dc3d fixing kotlin reference isue Abdulraheem Ahmad 2025-04-09 23:21:40 +01:00
  • 5e3df961e6
    Update AndroidManifest.xml Abdulraheem Ahmad 2024-08-30 06:07:51 +01:00
  • 441b95e20e
    Update build.gradle Abdulraheem Ahmad 2024-08-29 12:35:57 +01:00
  • 96f487bf99 update .gitignore Wenqi Li 2024-05-23 22:59:53 +08:00
  • e026f68e80 remove library identifier Wenqi Li 2024-03-27 03:42:32 +08:00
  • 924dc92946 reformat code Wenqi Li 2024-03-25 21:17:22 +08:00
  • 4be94e2058 release version 2.2.1 Wenqi Li 2024-03-25 03:40:53 +08:00
  • e8c1d71d0a Upgrade flutter_lints dependency. Lint code according to the use_string_in_part_of_directives rule. Wenqi Li 2024-03-25 03:37:31 +08:00
  • 88f50f1406 Lint code according to the public_member_api_docs rule. Make AlbumPageState widget private. Wenqi Li 2024-03-25 03:37:29 +08:00
  • 2d347c0ad0 release version 2.2.0 Wenqi Li 2024-03-25 03:36:51 +08:00
  • a5c8e6f310 add GitHub Actions configuration to automatically publish to pub.dev from Github Wenqi Li 2024-03-25 02:13:53 +08:00
  • 72a0f5931d remove warning of non_nullable_equals_parameter Wenqi Li 2024-03-25 02:13:46 +08:00
  • ce6185ae1a add dart-doc on PhotoGallery api Wenqi Li 2024-03-24 22:09:50 +08:00
  • c8ad489c65 upgrade iOS versions Wenqi Li 2024-03-24 21:45:36 +08:00
  • 0ec4144c5f Merge remote-tracking branch 'Ashhad08/master' Wenqi Li 2024-03-24 16:50:26 +08:00
  • 61ceb95dd8 Fixed Crashing in IOS #69 org 2024-02-19 13:16:04 +05:00
  • 2887edc455 remove Objective-C code and rename PhotoGalleryPlugin.swift Wenqi Li 2023-08-14 01:06:39 +08:00
  • 8b2269a125 update flutter and dart version constraints Wenqi Li 2023-08-02 13:36:50 +08:00
  • 1ea3498491 release version 2.1.1 Wenqi Li 2023-08-01 19:25:45 +08:00
  • 5ff97adc56 use an initializing formal to assign a parameter to a field. Wenqi Li 2023-08-01 19:21:38 +08:00
  • c152bb6bbd remove unnecessary 'const', 'new' keyword and 'this.' qualifier. Wenqi Li 2023-08-01 19:21:15 +08:00
  • 1b9f6a0de0 add flutter_lints dependency and analysis_options.yaml Wenqi Li 2023-07-30 01:04:11 +08:00
  • 84cad566db add public APIs' dartdoc comments Wenqi Li 2023-07-30 00:54:28 +08:00
  • e9ecd562f5 remove unused code Wenqi Li 2023-07-30 00:53:46 +08:00
  • 9f8f929a0b add flutter SDK constraints in pubspec.yaml Wenqi Li 2023-07-29 21:36:16 +08:00
  • 4da063342e release version 2.1.0 Wenqi Li 2023-07-27 22:35:23 +08:00
  • a1f80f7bc3 add storage permission back for iOS versions before iOS14 Wenqi Li 2023-07-27 22:33:06 +08:00
  • 7c48244058 reformat iOS code Wenqi Li 2023-07-27 20:28:38 +08:00
  • d21edf5cac update iOS code of getting medium info Wenqi Li 2023-07-27 16:16:15 +08:00
  • 9f8e0aefca update getting medium info from asset on iOS platform Wenqi Li 2023-07-27 00:26:16 +08:00
  • 977c2ca2c6 update iOS code to improve performance Wenqi Li 2023-07-26 22:56:30 +08:00
  • 8e6ac397a7 update getting album thumbnail and album thumbnail provider Wenqi Li 2023-07-25 22:36:41 +08:00
  • ce01bdb79e catch exception of getting medium thumbnail to show default image Wenqi Li 2023-07-25 22:35:53 +08:00
  • 607a8d6f70 add tap event of medium to move it into trash in example app Wenqi Li 2023-07-24 00:58:56 +08:00
  • e3ad9b637e simplify code of loading image file Wenqi Li 2023-07-24 00:58:15 +08:00
  • 3bfd2bf74b add requestLegacyExternalStorage flag in AndroidManifest.xml to compatible with Android 10 Wenqi Li 2023-07-24 00:57:30 +08:00
  • 0141329350 add PERMISSION_PHOTOS in CocoaPods build configuration to use Permission.photos correctly on iOS Wenqi Li 2023-07-24 00:53:28 +08:00
  • 9f457f5e0a
    Merge pull request #65 from brand17/patch-1 Wenqi Li 2023-07-24 00:49:37 +08:00
  • 25b119c92b Merge remote-tracking branch 'origin/master' Wenqi Li 2023-07-24 00:47:26 +08:00
  • a015bf1b29
    Merge pull request #62 from william8012/master Wenqi Li 2023-07-24 00:43:44 +08:00
  • fe0e80e32a rearrange and clean up code Wenqi Li 2023-07-24 00:42:07 +08:00
  • 2d80702f09 optimize iOS code Wenqi Li 2023-07-24 00:40:57 +08:00
  • 7635a8243f simplify deleting medium method in iOS code Wenqi Li 2023-07-24 00:38:25 +08:00
  • 185628470a add light weight support in Album and MediaPage Wenqi Li 2023-07-24 00:36:28 +08:00
  • 2db4d8901e add android support for deleting medium and listing media with light weight option Wenqi Li 2023-07-24 00:33:23 +08:00
  • 6aba4fb6c2
    ios permissions changed brand17 2023-07-13 19:37:47 +03:00
  • cbe3150ef0 LightWeight option for iOS Kwanwoo Kim 2023-06-25 22:41:36 -07:00
  • 9fc637fa50 Delete Medium for iOS Kwanwoo Kim 2023-06-25 17:29:58 -07:00
  • b3bf868ae9 release version 2.0.2 Wenqi Li 2023-06-12 01:21:11 +08:00
  • 45c943b910 update Podfile.lock Wenqi Li 2023-06-12 01:20:42 +08:00
  • f72778a5d3 add default value to models Wenqi Li 2023-06-12 00:59:30 +08:00
  • 94e39e8714 set default value of start property of mediaPage in Android kotlin code Wenqi Li 2023-06-12 00:32:10 +08:00
  • 3cb591fc5c release version 2.0.1 Wenqi Li 2023-05-18 01:01:15 +08:00
  • eea47a3b4b update Android and iOS auto generated code Wenqi Li 2023-05-18 01:01:12 +08:00
  • e1bde97e91 update flutter sdk version range Wenqi Li 2023-05-18 00:36:13 +08:00
  • 6793ab5a48 update initializing mock method call handler in test cases Wenqi Li 2023-05-18 00:35:12 +08:00
  • 33defb2fec 'DecoderBufferCallback' is deprecated. Use "ImageDecoderCallback" with ImageProvider.loadImage instead. Wenqi Li 2023-05-16 00:30:33 +08:00
  • 615c7e7cdc release version 2.0.0 Wenqi Li 2023-05-15 01:41:15 +08:00
  • e708c0a964 update test cases Wenqi Li 2023-05-15 01:41:02 +08:00
  • a68059733d fix bugs that always return null Wenqi Li 2023-05-15 00:49:03 +08:00
  • 4735075797 optimize code Wenqi Li 2023-05-15 00:11:49 +08:00
  • 96d756c8f0 update README Wenqi Li 2023-05-14 03:35:32 +08:00
  • c43961ba94 update build.gradle file Wenqi Li 2023-05-14 03:35:10 +08:00
  • 4a2b9dcf1c optimize code Wenqi Li 2023-05-14 02:23:53 +08:00
  • eafedcb225 upgrade "permission_handler" dependency in example app and request correct permission after android 33 Wenqi Li 2023-05-14 02:23:49 +08:00
  • 88e0ad714b *Break changes: • move "newest" parameter from "listMedia" to "listAlbums" API • move "newest" property from "MediaPage" to "Media" • add "newest" parameter of getAlbumThumbnail API • update album parameter of AlbumThumbnailProvider Wenqi Li 2023-05-13 15:49:58 +08:00
  • 7898c4bde3 remove unnecessary "total" parameter of "listMedia" API, remove unnecessary "total" property of "MediaPage", use "total" of "Album" instead. Wenqi Li 2023-05-12 18:08:16 +08:00
  • 6976ab8d3b update "mediumType" to be optional parameter of "listAlbums" to allow fetch both type of media Wenqi Li 2023-05-11 21:56:25 +08:00
  • 1db9b6966e release version 1.2.2 Wenqi Li 2023-05-09 22:40:20 +08:00
  • 0ee933a94e upgrade Android compileSdkVersion Wenqi Li 2023-05-09 21:08:53 +08:00
  • a5e5543b3d upgrade deprecated code Wenqi Li 2023-05-09 21:08:38 +08:00
  • f8842c89a8 update contentResolver.query calling and fix bugs Wenqi Li 2023-05-09 21:07:53 +08:00
  • 73f91d5c00 use QUERY_ARG_SQL_SORT_ORDER in contentResolver.query after android 30 Wenqi Li 2023-05-09 21:05:16 +08:00
  • c79a684879 use DecoderBufferCallback instead of DecoderCallback in ImageProviders Wenqi Li 2023-05-07 20:03:01 +08:00
  • b9daf27c62 release version 1.2.1 Wenqi Li 2023-05-07 02:01:33 +08:00
  • 340636ce33 remove deprecated splash screen metadata in AndroidManifest.xml Wenqi Li 2023-05-07 02:01:28 +08:00
  • 090d9e00e9 change DATE_TAKEN to DATE_ADDED of media column Wenqi Li 2023-05-06 03:06:28 +08:00
  • 702ae7a5e3 upgrade video_player version in example app Wenqi Li 2023-05-06 02:21:25 +08:00
  • 7f2a48f224 update AndroidManifest.xml by removing requestLegacyExternalStorage flag and adding uses-permission tag Wenqi Li 2023-05-06 01:20:13 +08:00
  • ab0f81607b add size property of medium Wenqi Li 2023-05-06 00:06:55 +08:00
  • dce3b48e90 release version 1.2.0 Wenqi Li 2023-05-05 23:52:26 +08:00
  • 3db02aa2ec remove unused imports Wenqi Li 2023-05-05 23:38:02 +08:00
  • 27044f4f15 upgrade gradle version Wenqi Li 2023-05-05 23:10:26 +08:00
  • 558fc0a182 remove "enableR8" attribute in gradle.properties Wenqi Li 2023-05-05 23:09:22 +08:00
  • 7ebbd66c53 remove jcenter repository in build.gradle Wenqi Li 2023-05-05 23:06:47 +08:00
  • 6a68b22df0 update getting album thumbnail service and AlbumThumbnailProvider to show all grey image when album is empty Wenqi Li 2023-05-03 18:55:29 +08:00
  • f4d3b45070 add all grey image asset Wenqi Li 2023-05-03 18:55:09 +08:00
  • 5eaecce783 remove MediaStore.Video.Media.ORIENTATION field of video metadata Wenqi Li 2023-05-03 18:54:41 +08:00
  • f4ca41daa1 clean up code Wenqi Li 2023-05-03 18:54:23 +08:00
  • 4b5463cfa1 add gradle build repositories Wenqi Li 2023-05-03 02:28:08 +08:00
  • c7db355a12 update versions of flutter, android, kotlin, gradle, CocoaPods, iOS and so on Wenqi Li 2023-05-02 23:05:24 +08:00
  • 366b4c361c correct typo in docs Wenqi Li 2021-11-15 15:10:57 +08:00
  • 5a5052001a release version 1.1.1 Wenqi Li 2021-10-21 23:37:19 +08:00
  • 54a5f6bad9 add "filename" and "title" property of Medium Wenqi Li 2021-10-21 23:04:36 +08:00
  • 330fd1929e update README.md Wenqi Li 2021-10-21 19:01:52 +08:00
  • 077690a43f fix a bug that "newest" is not working on Android sdk 29 or below Wenqi Li 2021-10-21 13:30:05 +08:00
  • 476d9f2837 release version 1.1.0 Wenqi Li 2021-10-21 10:22:43 +08:00
  • 79df5c21ea update album name property to nullable Wenqi Li 2021-10-20 21:27:32 +08:00