{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":506656610,"defaultBranch":"master","name":"Audiofy","ownerLogin":"iZakirSheikh","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-23T13:42:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/46754437?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719152541.0","currentOid":""},"activityList":{"items":[{"before":"6963925544dfbb2af0f2e0dd3a6be1b9886930c0","after":"e8fbd90d81ba54f6538c1a07e67ce93bd576f7d1","ref":"refs/heads/dev","pushedAt":"2024-06-23T15:44:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[FIX] Downgraded Unity-ADS to 4.10.0; because these idiots still didnt fixed the crash in 4.12.0","shortMessageHtmlLink":"[FIX] Downgraded Unity-ADS to 4.10.0; because these idiots still didn…"}},{"before":"3b9374df6eda243a56b7aa428e1c3e36ae59b2cd","after":"6963925544dfbb2af0f2e0dd3a6be1b9886930c0","ref":"refs/heads/dev","pushedAt":"2024-06-23T14:11:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[CHORE] Dependency Updates: Updated various dependencies, including Unity Ads and Google Fonts.\n[UPDATE] Release Workflow: Instead of the GitHub release_workflow.yml emitting regular releases, it now emits pre-releases. Admins can decide whether to promote these pre-releases to full releases.\n[UPDATE] Refactored the logic of Pulsate and Shimmer to Modifier.Node. This change addresses performance issues observed in the release APK, as the previous approach using Modifier.composed was known to cause such issues.\n[DROP] Removed the Promotions section from the Library. Early uninstalls on the Play Store may have been related to this section. However, improvements in in-app purchases might mitigate this.","shortMessageHtmlLink":"[CHORE] Dependency Updates: Updated various dependencies, including U…"}},{"before":"3d889d7fe6539b767516eff541dd2576536c8b88","after":"3b9374df6eda243a56b7aa428e1c3e36ae59b2cd","ref":"refs/heads/dev","pushedAt":"2024-06-22T13:45:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"**[CHORE]** Updated Compose to the latest version, `1.7.0-beta03`. Once this becomes stable, the app will depend only on stable releases. Also updated Gradle to `8.5.0`.\n\n**[FEAT]** Introduced two new modifiers:\n - `Shimmer.kt`: Adds a shimmer effect to components.\n - `Modifier.pulse`: Adds a pulsating effect to components, drawing user attention.\n - **[FIX]** Corrected the issue where the `Material.backgroundColorAt` function was using `surface` instead of `background` internally.\n - Added a new property to `SystemFacade.kt` called `inAppProductDetails`, exposing in-app product details for use in the app.\n - Added a new function to `SystemFacade` that helps launch an intent without the need to call `context`.\n - Added a new parameter called `onAction` to the `showSnackbar` function in `SystemFacade`.\n\n**[FEAT]** Added content to `AboutUs`, including different buttons, brand info, donate button, in-app purchases, and My App List showcases.\n - Instead of using a dull color in dark mode for the snackbar, it now uses `Material.colors.backgroundColorAt(1.dp)` (inspired by Material3).\n\n**[FEAT]** Created the new destination, `AboutUs`, where information related to the app will be displayed, including offers and in-app purchases. This separation aims to improve retention on the Play Store.","shortMessageHtmlLink":"**[CHORE]** Updated Compose to the latest version, 1.7.0-beta03. On…"}},{"before":null,"after":"3d889d7fe6539b767516eff541dd2576536c8b88","ref":"refs/heads/dev","pushedAt":"2024-06-11T07:17:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #70 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #70 from iZakirSheikh/dev"}},{"before":"0000fce8342c778bb1a012d915b56ab5dab99767","after":null,"ref":"refs/heads/dev","pushedAt":"2024-06-11T07:17:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"}},{"before":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","after":"3d889d7fe6539b767516eff541dd2576536c8b88","ref":"refs/heads/master","pushedAt":"2024-06-11T07:16:54.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #70 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #70 from iZakirSheikh/dev"}},{"before":"6d43d6ed6cebfb7dbd4a219961aa9b30a80f11b8","after":"0000fce8342c778bb1a012d915b56ab5dab99767","ref":"refs/heads/dev","pushedAt":"2024-06-10T16:55:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[REFACTOR] Removed FontScale from Settings.kt temporarily\n- This change will be reintroduced in a future version.\n[FIX] Fixed an issue with Console immersiveMode\n- Now immersiveMode is enabled only when the current media is a video and restored when closing ConsoleView.kt.\n[FIX] Fixed an issue causing Controller to remain stuck in VISIBLE state when a new video is first played.","shortMessageHtmlLink":"[REFACTOR] Removed FontScale from Settings.kt temporarily"}},{"before":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","after":"6d43d6ed6cebfb7dbd4a219961aa9b30a80f11b8","ref":"refs/heads/dev","pushedAt":"2024-06-10T07:37:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"**[FEAT] Re-introduced FONT_SCALE:**\n - This feature allows users to set custom scaling for fonts, regardless of the system value.\n**[FEAT] Added a new PlaybackSpeed Layout:**\n - The new layout enables users to change playback speed between 0.2 and 3.0.\n - It includes predefined buttons for easy speed adjustments.\n**[FIX] Fixed a bug with `MediaMetaDataArtFetcher`:**\n - Previously, artwork retrieval was failing for API levels below 29.\n - The issue was related to `MediaMetaDataRetriever` not implementing the `AutoClosable` interface below `API 29`.\n**[FEAT] Added `animateContentChanges` in `ConsoleView.kt` `MainContent`:**\n - This enhancement provides smoother animations when replacing content, avoiding sudden changes.\n**[FIXED] Replaced `default_art.png` with actual error representation:**\n - The old generic image has been replaced with a more meaningful error representation.\n**[FIXED] Animation behavior when the player is not playing:**\n - The wavy slider animation now stops appropriately when the player is not active.\n**[CHORE] Migrated to `Kotlin 2.0.0`:**\n - The project has been updated to use `Kotlin 2.0.0`.\n**[CHORE] Updated various dependencies:**\n - Keeping dependencies up-to-date is essential for stability and security.\n**[CHORE] Dropped the idea of adding video dest. for now:**\n - The plan to add video destinations has been put on hold.\n**[FEAT] Removed the drawer display:**\n - The app will now consistently show the `NavRail`, regardless of the device type.\n**[FIX] Addressed color issues in `Placeholder` for dark theme:**\n - Colors in the `Placeholder` component have been fixed for better visibility in dark mode.","shortMessageHtmlLink":"**[FEAT] Re-introduced FONT_SCALE:**"}},{"before":null,"after":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","ref":"refs/heads/dev","pushedAt":"2024-06-07T12:38:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #68 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #68 from iZakirSheikh/dev"}},{"before":"3410edb37c1f70aaf651e8d5a8ea0a3f300c6174","after":null,"ref":"refs/heads/dev","pushedAt":"2024-06-07T12:37:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"}},{"before":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","after":"3410edb37c1f70aaf651e8d5a8ea0a3f300c6174","ref":"refs/heads/dev","pushedAt":"2024-06-04T09:20:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[CHORE]: Updated dependencies to latest versions.\n[FIX]: Fixed minor issues in `Promotions.kt`.\n[FEAT]: Added necessary extension methods for querying `MediaStore`: `ContentResolver.getVideos`.\n[FEAT]: Added required permission for videos.\n[FEAT]: Removed the drawer display; now the app will show the NavRail regardless of the device type.\n[FEAT]: Added Videos Destination - Now, instead of opening the Android system video file selector, users can utilize the built-in one.\n[FEAT]: Implemented corresponding methods in `ContentResolver.kt` and `Repository.kt` for fetching video content from the device.\n[FEAT]: Permission Update - To fetch videos, users must provide an additional permission called `READ_VIDEOS`.\n[FEAT]: Added dependency on Coil for fetching video thumbnails.","shortMessageHtmlLink":"[CHORE]: Updated dependencies to latest versions."}},{"before":null,"after":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","ref":"refs/heads/dev","pushedAt":"2024-05-27T05:26:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #68 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #68 from iZakirSheikh/dev"}},{"before":"58a6b51dab596b06bf73a7ff27eb15162caa4a7a","after":null,"ref":"refs/heads/dev","pushedAt":"2024-05-27T05:26:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"}},{"before":"53dc5dc7aac3aeb753d16a9abe5cd6a4cd8d203f","after":"8f1a1bc30b68ab3f24858753c4af6c27b663e925","ref":"refs/heads/master","pushedAt":"2024-05-27T05:25:14.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #68 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #68 from iZakirSheikh/dev"}},{"before":"94547b78372921e9e6b84d7ff7a87873fc2c8375","after":"58a6b51dab596b06bf73a7ff27eb15162caa4a7a","ref":"refs/heads/dev","pushedAt":"2024-05-26T06:07:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* [FIX] Downgraded Untiy lib as it was causing crash in release version of app.\n[FEAT] Added PagerIndicator in Horizontal Pager of Library.\n[FIX] Fixed some minor bugs etc.","shortMessageHtmlLink":"* [FIX] Downgraded Untiy lib as it was causing crash in release versi…"}},{"before":"7515068855b2fe96cb76d395fa36ccf4f8bd1235","after":"94547b78372921e9e6b84d7ff7a87873fc2c8375","ref":"refs/heads/dev","pushedAt":"2024-05-26T05:33:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* [FIX] Downgraded Untiy lib as it was causing crash in release version of app.\n[FEAT] Added PagerIndicator in Horizontal Pager of Library.\n[FIX] Fixed some minor bugs etc.","shortMessageHtmlLink":"* [FIX] Downgraded Untiy lib as it was causing crash in release versi…"}},{"before":"c7dbd3f19e664808a1d26bc4b21f64219d562f6c","after":null,"ref":"refs/heads/temp","pushedAt":"2024-05-26T05:18:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"}},{"before":"55eb9a5a872283a3b693ec12189172f742c55faf","after":"c7dbd3f19e664808a1d26bc4b21f64219d562f6c","ref":"refs/heads/temp","pushedAt":"2024-05-24T07:25:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Update release_workflow.yml","shortMessageHtmlLink":"Update release_workflow.yml"}},{"before":"7515068855b2fe96cb76d395fa36ccf4f8bd1235","after":"55eb9a5a872283a3b693ec12189172f742c55faf","ref":"refs/heads/temp","pushedAt":"2024-05-24T07:22:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Update release_workflow.yml","shortMessageHtmlLink":"Update release_workflow.yml"}},{"before":null,"after":"7515068855b2fe96cb76d395fa36ccf4f8bd1235","ref":"refs/heads/temp","pushedAt":"2024-05-24T07:20:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* [UPDATE] Updated library versions to the latest, including Compose to beta08 and Gradle to 8.4.0\n* [FEATURE] Set default UI mode to Night Mode\n* [FEATURE] Added \"Buy Me a Coffee\" banner to support our work\n* [FEATURE] Added \"Install Codex\" banner for extended app functionality with Codex.","shortMessageHtmlLink":"* [UPDATE] Updated library versions to the latest, including Compose …"}},{"before":"447edad13cfe72913445bd6183dbecf52a829d18","after":"7515068855b2fe96cb76d395fa36ccf4f8bd1235","ref":"refs/heads/dev","pushedAt":"2024-05-24T07:04:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* [UPDATE] Updated library versions to the latest, including Compose to beta08 and Gradle to 8.4.0\n* [FEATURE] Set default UI mode to Night Mode\n* [FEATURE] Added \"Buy Me a Coffee\" banner to support our work\n* [FEATURE] Added \"Install Codex\" banner for extended app functionality with Codex.","shortMessageHtmlLink":"* [UPDATE] Updated library versions to the latest, including Compose …"}},{"before":"ece38693becb2187e174f1778d7cffaf5dbafd71","after":"447edad13cfe72913445bd6183dbecf52a829d18","ref":"refs/heads/dev","pushedAt":"2024-05-06T05:53:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* Updated different library versions to latest like compose to beta08, gradle to 8.4.0 etc.\n* Added new What's New section to Library; Here new messages, tips tricks and offers will be shown to user.","shortMessageHtmlLink":"* Updated different library versions to latest like compose to beta08…"}},{"before":"80e13e4729ad2775eb53d3c2a6bbf62f090e33d0","after":"ece38693becb2187e174f1778d7cffaf5dbafd71","ref":"refs/heads/dev","pushedAt":"2024-02-24T17:27:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[FIX] Removed `proguard-android-optimize`\n- Removed `proguard-android-optimize` from `build.gradle.kts` of `codex` as gradle reported error while building the app.","shortMessageHtmlLink":"[FIX] Removed proguard-android-optimize"}},{"before":"53dc5dc7aac3aeb753d16a9abe5cd6a4cd8d203f","after":"80e13e4729ad2775eb53d3c2a6bbf62f090e33d0","ref":"refs/heads/dev","pushedAt":"2024-02-24T17:13:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[FEAT] Added Dynamic Feature Module for Media File Playback\n\n- This change introduces a new dynamic feature module named `codex`. This module enhances the app's capabilities by enabling the playback of media files that are not natively supported by the device. Users may need to download this feature separately from the Play Store.","shortMessageHtmlLink":"[FEAT] Added Dynamic Feature Module for Media File Playback"}},{"before":null,"after":"53dc5dc7aac3aeb753d16a9abe5cd6a4cd8d203f","ref":"refs/heads/dev","pushedAt":"2024-02-24T15:57:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #65 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #65 from iZakirSheikh/dev"}},{"before":"ae0042e4f65d25b66955420a0bc21c46c08180de","after":null,"ref":"refs/heads/dev","pushedAt":"2024-02-24T15:55:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"}},{"before":"add99aa90578a3e5e471558ecb750f897e4ea768","after":"53dc5dc7aac3aeb753d16a9abe5cd6a4cd8d203f","ref":"refs/heads/master","pushedAt":"2024-02-24T15:54:56.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"Merge pull request #65 from iZakirSheikh/dev\n\nDev","shortMessageHtmlLink":"Merge pull request #65 from iZakirSheikh/dev"}},{"before":"16272873e412f7278c62cfa618b3ca7bad96e26c","after":"ae0042e4f65d25b66955420a0bc21c46c08180de","ref":"refs/heads/dev","pushedAt":"2024-02-23T12:56:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"* Fixed some minor issues.\n* Added scrren tracking thorugh firebase.","shortMessageHtmlLink":"* Fixed some minor issues."}},{"before":"b86955658d056019396be0ab714eac86c7cf8460","after":"16272873e412f7278c62cfa618b3ca7bad96e26c","ref":"refs/heads/dev","pushedAt":"2024-02-22T07:21:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[FIX][UPDATE]Improved UI and size of MediaLibrary.\n - Fixed a crash issue with MediaItem creation in `onNewIntent`.\n - Refactored and renamed NavigationSuitItem.kt and `NavigationSuitScaffold`.\n - Added a NavDrawer for large screens.\n - Made some minor improvements.\n - Set `useLegacyArtworks` to true to address artwork fetching issues on some devices.\n - Fixed a minor issue in the `MediaLibrary` screen.**\n - Added a `noise` effect to the topBar image and the artwork of `NewlyAddedItem`.","shortMessageHtmlLink":"[FIX][UPDATE]Improved UI and size of MediaLibrary."}},{"before":"35b46d417e8a3237860e2e566ac79872c5a47ac4","after":"b86955658d056019396be0ab714eac86c7cf8460","ref":"refs/heads/dev","pushedAt":"2024-02-17T17:27:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"iZakirSheikh","name":"Zakir Sheikh","path":"/iZakirSheikh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46754437?s=80&v=4"},"commit":{"message":"[FIX] Dependency Updates and UI Enhancements\n- Replaced `app_theme` and splash icon from API 24 onwards.\n- Changed the primary color to MetroGreen.\n- Fixed the issue with the `snackbar` showing when clicking an item in the Media Library screen.\n- Updated and fixed the UI of the Media Library.\n- Fixed the issue with the name regex in playlists, which was not accepting name strings from other languages.","shortMessageHtmlLink":"[FIX] Dependency Updates and UI Enhancements"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbNDjAwA","startCursor":null,"endCursor":null}},"title":"Activity · iZakirSheikh/Audiofy"}