capacitor-plugin-playlist 0.9.5 → 0.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/CapacitorPluginPlaylist.podspec +1 -1
  2. package/Package.swift +31 -0
  3. package/android/src/main/java/org/dwbn/plugins/playlist/PlaylistPlugin.kt +19 -15
  4. package/android/src/main/java/org/dwbn/plugins/playlist/RmxAudioPlayer.java +50 -10
  5. package/android/src/main/java/org/dwbn/plugins/playlist/manager/PlaylistManager.kt +4 -0
  6. package/android/src/main/java/org/dwbn/plugins/playlist/playlist/AudioPlaylistHandler.java +117 -0
  7. package/android/src/main/java/org/dwbn/plugins/playlist/service/MediaService.kt +19 -0
  8. package/dist/docs.json +7 -0
  9. package/dist/esm/definitions.d.ts +2 -0
  10. package/ios/{Plugin → Sources/PlaylistPlugin}/DispatchQueue.swift +3 -3
  11. package/ios/{Plugin → Sources/PlaylistPlugin}/Plugin.swift +32 -2
  12. package/ios/{Plugin → Sources/PlaylistPlugin}/RmxAudioPlayer.swift +4 -1
  13. package/ios/{PluginTests → Tests/PlaylistPluginTests}/PluginTests.swift +1 -1
  14. package/package.json +3 -2
  15. package/ios/Plugin/Info.plist +0 -24
  16. package/ios/Plugin/Plugin.h +0 -10
  17. package/ios/Plugin/Plugin.m +0 -29
  18. package/ios/Plugin.xcodeproj/project.pbxproj +0 -574
  19. package/ios/Plugin.xcworkspace/contents.xcworkspacedata +0 -10
  20. package/ios/Plugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  21. package/ios/PluginTests/Info.plist +0 -22
  22. package/ios/Podfile +0 -26
  23. package/ios/Podfile.lock +0 -22
  24. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +0 -32
  25. package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +0 -31
  26. package/ios/Pods/Manifest.lock +0 -22
  27. package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1641
  28. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/Capacitor-Capacitor.xcscheme +0 -58
  29. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -58
  30. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/CapacitorCordova-CapacitorCordova.xcscheme +0 -58
  31. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
  32. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
  33. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
  34. package/ios/Pods/Pods.xcodeproj/xcuserdata/philippmohrenweiser.xcuserdatad/xcschemes/xcschememanagement.plist +0 -41
  35. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +0 -26
  36. package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +0 -5
  37. package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +0 -12
  38. package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +0 -16
  39. package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +0 -8
  40. package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +0 -16
  41. package/ios/Pods/Target Support Files/Capacitor/ResourceBundle-Capacitor-Capacitor-Info.plist +0 -24
  42. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +0 -26
  43. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +0 -5
  44. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +0 -12
  45. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +0 -13
  46. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +0 -6
  47. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +0 -13
  48. package/ios/Pods/Target Support Files/CapacitorCordova/ResourceBundle-CapacitorCordova-CapacitorCordova-Info.plist +0 -24
  49. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +0 -26
  50. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +0 -53
  51. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +0 -91
  52. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +0 -5
  53. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +0 -16
  54. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +0 -15
  55. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +0 -6
  56. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +0 -15
  57. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +0 -26
  58. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +0 -53
  59. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +0 -91
  60. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +0 -5
  61. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +0 -188
  62. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +0 -16
  63. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +0 -16
  64. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +0 -6
  65. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +0 -16
  66. /package/ios/{Plugin → Sources/PlaylistPlugin}/AVBidirectionalQueuePlayer.swift +0 -0
  67. /package/ios/{Plugin → Sources/PlaylistPlugin}/AudioTrack.swift +0 -0
  68. /package/ios/{Plugin → Sources/PlaylistPlugin}/Constants.swift +0 -0
@@ -1,32 +0,0 @@
1
- {
2
- "name": "Capacitor",
3
- "version": "8.0.0",
4
- "summary": "Capacitor for iOS",
5
- "license": "MIT",
6
- "homepage": "https://capacitorjs.com/",
7
- "platforms": {
8
- "ios": "15.0"
9
- },
10
- "authors": {
11
- "Ionic Team": "hi@ionicframework.com"
12
- },
13
- "source": {
14
- "git": "https://github.com/ionic-team/capacitor.git",
15
- "tag": "8.0.0"
16
- },
17
- "source_files": "Capacitor/Capacitor/**/*.{swift,h,m}",
18
- "module_map": "Capacitor/Capacitor/Capacitor.modulemap",
19
- "resources": [
20
- "Capacitor/Capacitor/assets/native-bridge.js"
21
- ],
22
- "resource_bundles": {
23
- "Capacitor": [
24
- "Capacitor/Capacitor/PrivacyInfo.xcprivacy"
25
- ]
26
- },
27
- "dependencies": {
28
- "CapacitorCordova": []
29
- },
30
- "swift_versions": "5.1",
31
- "swift_version": "5.1"
32
- }
@@ -1,31 +0,0 @@
1
- {
2
- "name": "CapacitorCordova",
3
- "module_name": "Cordova",
4
- "version": "8.0.0",
5
- "summary": "Capacitor Cordova Compatibility Layer",
6
- "homepage": "https://capacitorjs.com",
7
- "license": "MIT",
8
- "authors": {
9
- "Ionic Team": "hi@ionicframework.com"
10
- },
11
- "source": {
12
- "git": "https://github.com/ionic-team/capacitor",
13
- "tag": "8.0.0"
14
- },
15
- "platforms": {
16
- "ios": "15.0"
17
- },
18
- "source_files": "CapacitorCordova/CapacitorCordova/**/*.{h,m}",
19
- "public_header_files": [
20
- "CapacitorCordova/CapacitorCordova/Classes/Public/*.h",
21
- "CapacitorCordova/CapacitorCordova/CapacitorCordova.h"
22
- ],
23
- "module_map": "CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap",
24
- "resource_bundles": {
25
- "CapacitorCordova": [
26
- "CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy"
27
- ]
28
- },
29
- "requires_arc": true,
30
- "frameworks": "WebKit"
31
- }
@@ -1,22 +0,0 @@
1
- PODS:
2
- - Capacitor (8.0.0):
3
- - CapacitorCordova
4
- - CapacitorCordova (8.0.0)
5
-
6
- DEPENDENCIES:
7
- - "Capacitor (from `../node_modules/@capacitor/ios`)"
8
- - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
9
-
10
- EXTERNAL SOURCES:
11
- Capacitor:
12
- :path: "../node_modules/@capacitor/ios"
13
- CapacitorCordova:
14
- :path: "../node_modules/@capacitor/ios"
15
-
16
- SPEC CHECKSUMS:
17
- Capacitor: 341ff7cf652ec695d1a8ebf604db448ac7b6d635
18
- CapacitorCordova: 5dc3912d25ef770a3fe0f431bb65c9fbfa2e92f9
19
-
20
- PODFILE CHECKSUM: 4088beb76fba1276dbeb50750c4d9a4b9f5821f2
21
-
22
- COCOAPODS: 1.16.2