{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":814164714,"defaultBranch":"main","name":"InkNest","ownerLogin":"p2devs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-06-12T13:13:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/96975521?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725711508.0","currentOid":""},"activityList":{"items":[{"before":"39b0a525ac220a04cdb0833230d23c92b539a822","after":"5db4d74a2fc6b0c448bb5efe92fb34b37b6537a4","ref":"refs/heads/main","pushedAt":"2024-09-07T18:43:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"3437dbaca497dd006f95a3df2e711b2c89606bf1","after":"39b0a525ac220a04cdb0833230d23c92b539a822","ref":"refs/heads/main","pushedAt":"2024-09-07T12:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"v1.1.3","shortMessageHtmlLink":"v1.1.3"}},{"before":"9408526cec8f562d78edb2de98f501c7b8f88021","after":"3437dbaca497dd006f95a3df2e711b2c89606bf1","ref":"refs/heads/main","pushedAt":"2024-09-07T11:58:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"chore: remove the telegram and add the discord link","shortMessageHtmlLink":"chore: remove the telegram and add the discord link"}},{"before":"3d591ee00b8d0e742566900d61882176a2f5b663","after":null,"ref":"refs/heads/ps/new-features","pushedAt":"2024-09-07T11:23:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"35d1b3e1a719d94d3a3c7fae1287f4e0b9814dea","after":"9408526cec8f562d78edb2de98f501c7b8f88021","ref":"refs/heads/main","pushedAt":"2024-09-07T11:23:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Enhance Comic Reading Experience and Add Community & App Sharing Features (#20)\n\nWhy is this change necessary?\r\n- Improve Reading Experience: Users requested a cleaner view while\r\nreading comics by hiding controls after inactivity.\r\n- Community Engagement: Users wanted a way to easily join the app's\r\ncommunity and get updates.\r\n- App Sharing: Users requested a simple method to share the app with\r\nfriends and family.\r\n\r\nHow does it address the issue?\r\n- Add a timeout to automatically hide controls after 5 seconds of inactivity.\r\n- Implement tap-to-show functionality for controls and added animations\r\nfor smooth transitions.\r\n- Included a Telegram channel link in the settings screen for community updates.\r\n- Add a share button in the settings screen to facilitate app sharing.\r\n\r\nDev Notes:\r\n- Implement a timeout and animations to hide/show controls.\r\n- Ensur controls reappear upon screen tap.\r\n- Add community link and share button functionality in the settings screen.","shortMessageHtmlLink":"Enhance Comic Reading Experience and Add Community & App Sharing Feat…"}},{"before":"d0ae3d8f7184d829433965b50963d22d7ee8d8cb","after":"7bf7a92157f41a922caf19df792077d7fe6c422c","ref":"refs/heads/gh-pages","pushedAt":"2024-09-07T11:14:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ p2devs/InkNest@35d1b3e1a719d94d3a3c7fae1287f4e0b9814dea 🚀","shortMessageHtmlLink":"Deploying to gh-pages from @ 35d1b3e 🚀"}},{"before":"03d3a7385084e0e8f3963efeaea20b793b265359","after":null,"ref":"refs/heads/ps/bugs-fixs","pushedAt":"2024-09-07T11:13:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"f77b962ea2dd3aeaceb7686f8fa5b00759450e2e","after":"35d1b3e1a719d94d3a3c7fae1287f4e0b9814dea","ref":"refs/heads/main","pushedAt":"2024-09-07T11:13:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Temporarily remove Watched Time updates to resolve app performance issues (#19)\n\nWhy is this change necessary?\r\n- The real-time updating of watched time every second was causing\r\nsignificant app lag and degrading the user experience.\r\n- Other app events were not functioning correctly due to the heavy\r\nprocessing load from the frequent updates.\r\n- To improve responsiveness, the watched time feature has been\r\ntemporarily disabled.\r\n\r\nHow does it address the issue?\r\n- Removed the functionality for updating watched time in real-time.\r\n- Will revisit and implement a better solution in the future when\r\nperformance can be optimized.\r\n\r\nDev Notes:\r\n- Tried using InteractionManager to manage the performance, but the app\r\nstill experienced lag.\r\n- Also attempted to introduce a delay using setTimeout to reduce\r\nprocessing load, but this approach did not resolve the issue.","shortMessageHtmlLink":"Temporarily remove Watched Time updates to resolve app performance is…"}},{"before":null,"after":"3d591ee00b8d0e742566900d61882176a2f5b663","ref":"refs/heads/ps/new-features","pushedAt":"2024-09-07T10:14:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PremSharma01","name":"Prem Kr. Sharma","path":"/PremSharma01","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61085310?s=80&v=4"},"commit":{"message":"Enhance Comic Reading Experience and Add Community & App Sharing Features\n\nWhy is this change necessary?\n- Improve Reading Experience: Users requested a cleaner view while\nreading comics by hiding controls after inactivity.\n- Community Engagement: Users wanted a way to easily join the app's\ncommunity and get updates.\n- App Sharing: Users requested a simple method to share the app with\nfriends and family.\n\nHow does it address the issue?\n- Add a timeout to automatically hide controls after 5 seconds of inactivity.\n- Implement tap-to-show functionality for controls and added animations\nfor smooth transitions.\n- Included a Telegram channel link in the settings screen for community updates.\n- Add a share button in the settings screen to facilitate app sharing.\n\nDev Notes:\n- Implement a timeout and animations to hide/show controls.\n- Ensur controls reappear upon screen tap.\n- Add community link and share button functionality in the settings screen.","shortMessageHtmlLink":"Enhance Comic Reading Experience and Add Community & App Sharing Feat…"}},{"before":null,"after":"03d3a7385084e0e8f3963efeaea20b793b265359","ref":"refs/heads/ps/bugs-fixs","pushedAt":"2024-09-07T09:57:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PremSharma01","name":"Prem Kr. Sharma","path":"/PremSharma01","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61085310?s=80&v=4"},"commit":{"message":"Temporarily remove Watched Time updates to resolve app performance issues\n\nWhy is this change necessary?\n- The real-time updating of watched time every second was causing\nsignificant app lag and degrading the user experience.\n- Other app events were not functioning correctly due to the heavy\nprocessing load from the frequent updates.\n- To improve responsiveness, the watched time feature has been\ntemporarily disabled.\n\nHow does it address the issue?\n- Removed the functionality for updating watched time in real-time.\n- Will revisit and implement a better solution in the future when\nperformance can be optimized.\n\nDev Notes:\n- Tried using InteractionManager to manage the performance, but the app\nstill experienced lag.\n- Also attempted to introduce a delay using setTimeout to reduce\nprocessing load, but this approach did not resolve the issue.","shortMessageHtmlLink":"Temporarily remove Watched Time updates to resolve app performance is…"}},{"before":"055d3725aafecf6fbe4204206e7bf0c2704edf81","after":"f77b962ea2dd3aeaceb7686f8fa5b00759450e2e","ref":"refs/heads/main","pushedAt":"2024-08-05T14:25:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"v1.1.2","shortMessageHtmlLink":"v1.1.2"}},{"before":"29310af13686d6b610e7cb9b13daa1979c9149b2","after":"d0ae3d8f7184d829433965b50963d22d7ee8d8cb","ref":"refs/heads/gh-pages","pushedAt":"2024-08-04T04:24:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ p2devs/InkNest@055d3725aafecf6fbe4204206e7bf0c2704edf81 🚀","shortMessageHtmlLink":"Deploying to gh-pages from @ 055d372 🚀"}},{"before":"51b0a5deb3ed18fc51a25679b8dbd73c820e8ab1","after":null,"ref":"refs/heads/ui-updates","pushedAt":"2024-08-04T04:22:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"21543efe15635fd8a06a3c4df8dc9d7871e2f28c","after":"055d3725aafecf6fbe4204206e7bf0c2704edf81","ref":"refs/heads/main","pushedAt":"2024-08-04T04:22:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Bug fixes and UI Update in Settings,History,Home,BookMarks and Server Down (#18)","shortMessageHtmlLink":"Bug fixes and UI Update in Settings,History,Home,BookMarks and Server…"}},{"before":null,"after":"51b0a5deb3ed18fc51a25679b8dbd73c820e8ab1","ref":"refs/heads/ui-updates","pushedAt":"2024-08-03T17:52:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PremSharma01","name":"Prem Kr. Sharma","path":"/PremSharma01","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61085310?s=80&v=4"},"commit":{"message":"Bug fixes and UI Update in Settings,History,Home,BookMarks and Server Down","shortMessageHtmlLink":"Bug fixes and UI Update in Settings,History,Home,BookMarks and Server…"}},{"before":"74899f419cbec3f2a0d5c112bcb613c8e482113f","after":"21543efe15635fd8a06a3c4df8dc9d7871e2f28c","ref":"refs/heads/main","pushedAt":"2024-07-27T17:04:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"fix: crash happening due to wrong import","shortMessageHtmlLink":"fix: crash happening due to wrong import"}},{"before":"0fe05e1f2d54332f7ac8a496499e1f7aea281166","after":null,"ref":"refs/heads/Local-Comic-Reader","pushedAt":"2024-07-27T16:41:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"2ff45a26dc4c4703c60d3ab9b93c4bd6a2cd711b","after":"74899f419cbec3f2a0d5c112bcb613c8e482113f","ref":"refs/heads/main","pushedAt":"2024-07-27T16:40:02.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Merge pull request #17 from p2devs/Local-Comic-Reader\n\nCBZ and CBR file reader","shortMessageHtmlLink":"Merge pull request #17 from p2devs/Local-Comic-Reader"}},{"before":null,"after":"0fe05e1f2d54332f7ac8a496499e1f7aea281166","ref":"refs/heads/Local-Comic-Reader","pushedAt":"2024-07-26T09:53:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PremSharma01","name":"Prem Kr. Sharma","path":"/PremSharma01","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61085310?s=80&v=4"},"commit":{"message":"Added CBZ and CBR file reader","shortMessageHtmlLink":"Added CBZ and CBR file reader"}},{"before":"eaa5a73ed8bd080697c57d84a932980da18467f0","after":null,"ref":"refs/heads/improvement/BottomTabbar","pushedAt":"2024-07-19T10:31:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"5c67029074770c8f7c657eda3c0e8b7226509af9","after":"2ff45a26dc4c4703c60d3ab9b93c4bd6a2cd711b","ref":"refs/heads/main","pushedAt":"2024-07-18T14:17:37.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Merge pull request #16 from p2devs/improvement/BottomTabbar\n\nchore: Replace with new bottom tabbar","shortMessageHtmlLink":"Merge pull request #16 from p2devs/improvement/BottomTabbar"}},{"before":"5c67029074770c8f7c657eda3c0e8b7226509af9","after":"eaa5a73ed8bd080697c57d84a932980da18467f0","ref":"refs/heads/improvement/BottomTabbar","pushedAt":"2024-07-18T14:14:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"chore: Replace with new bottom tabbar","shortMessageHtmlLink":"chore: Replace with new bottom tabbar"}},{"before":null,"after":"5c67029074770c8f7c657eda3c0e8b7226509af9","ref":"refs/heads/improvement/BottomTabbar","pushedAt":"2024-07-18T12:26:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Merge pull request #15 from p2devs/new-feature\n\nNew Features and Bug Fixes","shortMessageHtmlLink":"Merge pull request #15 from p2devs/new-feature"}},{"before":"812ac72cb9f3b37512c62df0e0cc8c12efb5e77b","after":"29310af13686d6b610e7cb9b13daa1979c9149b2","ref":"refs/heads/gh-pages","pushedAt":"2024-07-18T10:43:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ p2devs/InkNest@5c67029074770c8f7c657eda3c0e8b7226509af9 🚀","shortMessageHtmlLink":"Deploying to gh-pages from @ 5c67029 🚀"}},{"before":"3f8f93d0c410303f504af10c9927fca3cbd9f3bb","after":null,"ref":"refs/heads/new-feature","pushedAt":"2024-07-18T10:41:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"}},{"before":"95d20e6ed9e943ccf3a080c6311aa34bb4e9cca9","after":"5c67029074770c8f7c657eda3c0e8b7226509af9","ref":"refs/heads/main","pushedAt":"2024-07-18T10:41:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"Merge pull request #15 from p2devs/new-feature\n\nNew Features and Bug Fixes","shortMessageHtmlLink":"Merge pull request #15 from p2devs/new-feature"}},{"before":"078e6933980518476f300456f97d82fcf9b0632b","after":"812ac72cb9f3b37512c62df0e0cc8c12efb5e77b","ref":"refs/heads/gh-pages","pushedAt":"2024-07-18T10:14:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ p2devs/InkNest@95d20e6ed9e943ccf3a080c6311aa34bb4e9cca9 🚀","shortMessageHtmlLink":"Deploying to gh-pages from @ 95d20e6 🚀"}},{"before":"cfacff84c5fc9c5c46ac7cda91dfdf38ebfad470","after":"95d20e6ed9e943ccf3a080c6311aa34bb4e9cca9","ref":"refs/heads/main","pushedAt":"2024-07-18T10:12:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pushpender-singh-ap","name":"Pushpender Singh","path":"/pushpender-singh-ap","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73298854?s=80&v=4"},"commit":{"message":"chore: Update versionCode to 5 in build.gradle","shortMessageHtmlLink":"chore: Update versionCode to 5 in build.gradle"}},{"before":null,"after":"3f8f93d0c410303f504af10c9927fca3cbd9f3bb","ref":"refs/heads/new-feature","pushedAt":"2024-07-17T15:32:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PremSharma01","name":"Prem Kr. Sharma","path":"/PremSharma01","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61085310?s=80&v=4"},"commit":{"message":"Added Anime History, Improve Settings UIand Bug fixed","shortMessageHtmlLink":"Added Anime History, Improve Settings UIand Bug fixed"}},{"before":"b49d2cc023ca3083646bade087b4d1a4aa12df2f","after":"078e6933980518476f300456f97d82fcf9b0632b","ref":"refs/heads/gh-pages","pushedAt":"2024-07-15T12:21:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ p2devs/InkNest@cfacff84c5fc9c5c46ac7cda91dfdf38ebfad470 🚀","shortMessageHtmlLink":"Deploying to gh-pages from @ cfacff8 🚀"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEr8RP5QA","startCursor":null,"endCursor":null}},"title":"Activity · p2devs/InkNest"}