{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":767423190,"defaultBranch":"main","name":"portal-uad","ownerLogin":"IRedDragonICY","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-05T09:14:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/98265563?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710838578.0","currentOid":""},"activityList":{"items":[{"before":"151c4e6264f86f5e6e300418a1ba706924fb1501","after":"91ce44f08da2f0074c9707c2ec521e4621ab717b","ref":"refs/heads/main","pushedAt":"2024-03-26T06:07:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: enhance notification handling and lower minSdk\n\nThis commit includes several changes:\n- Removed redundant comment in AttendanceWorker.kt\n- Added auto-cancel feature to notification when it is clicked\n- Lowered the minSdk from 33 to 28 in build.gradle.kts to support more devices\n- Added code to cancel the notification once the attendance is marked successfully in AttendanceReceiver.kt","shortMessageHtmlLink":"feat: enhance notification handling and lower minSdk"}},{"before":"d2c5cd89bf89caa54c1032101136699940ca0d53","after":"151c4e6264f86f5e6e300418a1ba706924fb1501","ref":"refs/heads/main","pushedAt":"2024-03-19T08:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: improve home view layout and add games activity dependency\n\nThis commit revamps the home view layout for better user experience by adding more interactive elements such as clickable cards and icon buttons. It also includes a new dependency for games activity. The changes include:\n\n- Replaced text elements with cards to display user IPK and total SKS.\n- Added clickable functionality to the IPK card to toggle visibility.\n- Replaced navigation buttons with icon buttons for better visual appeal.\n- Added games-activity:3.0.0 to the app dependencies in the build.gradle file.","shortMessageHtmlLink":"feat: improve home view layout and add games activity dependency"}},{"before":"a26596c82fdd0faa481e6c42ef6466ace95ec873","after":"d2c5cd89bf89caa54c1032101136699940ca0d53","ref":"refs/heads/main","pushedAt":"2024-03-19T07:09:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add AttendanceService for handling attendance notifications\n\nThis commit introduces AttendanceService.java which handles the attendance notifications in the app. It also includes necessary changes in AttendanceWorker.kt and updates in AndroidManifest.xml to declare the service.","shortMessageHtmlLink":"feat: add AttendanceService for handling attendance notifications"}},{"before":"84cbc8c73fe4aedff72dd96ec354f52e1d4058a3","after":"a26596c82fdd0faa481e6c42ef6466ace95ec873","ref":"refs/heads/main","pushedAt":"2024-03-18T02:28:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main'"}},{"before":"144c87264572b1ee75af57d30a8cdc0e8366afff","after":"84cbc8c73fe4aedff72dd96ec354f52e1d4058a3","ref":"refs/heads/main","pushedAt":"2024-03-17T19:46:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"Update issue templates","shortMessageHtmlLink":"Update issue templates"}},{"before":"d29c3702ebf10f63709334d11126ed4727bf10ca","after":"144c87264572b1ee75af57d30a8cdc0e8366afff","ref":"refs/heads/main","pushedAt":"2024-03-17T19:22:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: implement NetworkHandler to manage network status\n\nThis commit introduces the `NetworkHandler` class which is now responsible for managing network status. This new implementation simplifies the `MainViewModel` class as the network status related logic is now moved to `NetworkHandler`.\n\nThe `MainViewModel` now has a `networkHandler` property and it registers/unregisters the network callback in the `MainActivity`'s lifecycle methods.\n\nThe `LoginView` and `AttendanceService` have been updated to use the `networkHandler`.\n\nThis change enhances the readability of the code and ensures a clear separation of concerns.","shortMessageHtmlLink":"feat: implement NetworkHandler to manage network status"}},{"before":"2aa2add7767c3e85ff63eb5022589f3b89b42128","after":"d29c3702ebf10f63709334d11126ed4727bf10ca","ref":"refs/heads/main","pushedAt":"2024-03-17T18:39:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: enhance network availability check in MainViewModel and MainActivity\n\nThis commit introduces enhancement in network availability checks in MainViewModel.kt and MainActivity.kt. The application now correctly observes network changes and reacts accordingly. A toast message is displayed to indicate the network status.","shortMessageHtmlLink":"feat: enhance network availability check in MainViewModel and MainAct…"}},{"before":"28de0b5da51bb0639c85884b9e2dceb3f79237c3","after":"2aa2add7767c3e85ff63eb5022589f3b89b42128","ref":"refs/heads/main","pushedAt":"2024-03-17T18:31:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add network availability check in MainViewModel\n\nThis commit includes changes in MainViewModel and MainActivity. In MainViewModel, a method was added to check if the network was previously available. The checkNetworkAvailability method was also refactored to improve readability and efficiency. In MainActivity, a coroutine was added to observe the network availability and show a toast message accordingly.","shortMessageHtmlLink":"feat: add network availability check in MainViewModel"}},{"before":"fcff6bb0a52e173668358ab58cdfe8f9e2f2fe8b","after":"28de0b5da51bb0639c85884b9e2dceb3f79237c3","ref":"refs/heads/main","pushedAt":"2024-03-17T18:16:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: refactor network availability observer in MainActivity\n\nThis commit moves the observer for network availability from the `onCreate` method to the `onStart` method in the MainActivity. The observer is also removed when the activity stops. This ensures the observer only runs when the activity is in the foreground, improving the app's performance and user experience.","shortMessageHtmlLink":"feat: refactor network availability observer in MainActivity"}},{"before":"5e49ae019df1378ccbb5e6128d2575c11a299dd3","after":"fcff6bb0a52e173668358ab58cdfe8f9e2f2fe8b","ref":"refs/heads/main","pushedAt":"2024-03-17T18:07:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat(SessionManager): refactor session management\n\nImprove efficiency and code readability in the SessionManager class. This update includes:\n- Using lazy initialization for masterKey, sharedPref, and gson.\n- Replacing hardcoded keys with constants.\n- Refactoring saveSession and loadSession to use generic types for better reusability.\n- Updating save and load methods for portal session, reglab session, and credentials to use new saveSession and loadSession methods.","shortMessageHtmlLink":"feat(SessionManager): refactor session management"}},{"before":"3de2764ea729a56e15464322405ee75960e10a37","after":"5e49ae019df1378ccbb5e6128d2575c11a299dd3","ref":"refs/heads/main","pushedAt":"2024-03-17T17:54:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: Add network availability check and error handling\n\nThis commit introduces the following changes:\n\n- Enabled login button only when network is available.\n- Improved error handling in AttendanceWorker.\n- Added ACCESS_NETWORK_STATE permission in the AndroidManifest file.\n- Implemented network availability check using BroadcastReceiver in MainViewModel.\n- Registered and unregistered BroadcastReceiver in MainActivity onStart() and onStop() respectively.","shortMessageHtmlLink":"feat: Add network availability check and error handling"}},{"before":"89a8dc3b1d961c951f9c7367266e8450ea27b479","after":"3de2764ea729a56e15464322405ee75960e10a37","ref":"refs/heads/main","pushedAt":"2024-03-17T16:48:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: Refactor code and separate portal API calls\n\n- Moved portal API calls to a separate class for better code organization.\n- Updated `AttendanceWorker`, `AttendanceService`, and `MainViewModel` to use the new `portal` class.\n- Removed unused imports in several files.\n- Renamed `AttendanceView` and `Screen` classes to match the new file structure.","shortMessageHtmlLink":"feat: Refactor code and separate portal API calls"}},{"before":"76844390d82c93a64f3699a07dd7f34ec8bfefe4","after":"89a8dc3b1d961c951f9c7367266e8450ea27b479","ref":"refs/heads/main","pushedAt":"2024-03-17T10:38:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: refactor file structure and rename files\n\n- Rename Auth.kt to auth.kt\n- Move SettingsView.kt to views package\n- Adjust imports due to file relocation in MainActivity.kt","shortMessageHtmlLink":"feat: refactor file structure and rename files"}},{"before":"fd484bed8e1f12eb3d3184ce33bd7b6021070975","after":"76844390d82c93a64f3699a07dd7f34ec8bfefe4","ref":"refs/heads/main","pushedAt":"2024-03-17T10:37:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: extract Reglab related functionalities to separate class\n\nThis commit includes the extraction of Reglab related functionalities from the MainViewModel into a separate Reglab class. This separation of concerns improves readability and maintainability. Changes were also made to the ReglabView to use the new Reglab class for fetching schedule data.","shortMessageHtmlLink":"feat: extract Reglab related functionalities to separate class"}},{"before":"b6c7c9552401b0d5d7322fbcd20493dabff72942","after":"fd484bed8e1f12eb3d3184ce33bd7b6021070975","ref":"refs/heads/main","pushedAt":"2024-03-17T10:11:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add fetch schedule data function in MainViewModel\n\nThis commit adds a new function `fetchScheduleData` in the file `MainViewModel.kt`. This function retrieves the schedule data for a user's practicum. A Gson library is also imported to parse the JSON response.","shortMessageHtmlLink":"feat: add fetch schedule data function in MainViewModel"}},{"before":"a60aaa6456936bce8c18357e85c56e55f370a01e","after":"b6c7c9552401b0d5d7322fbcd20493dabff72942","ref":"refs/heads/main","pushedAt":"2024-03-17T10:10:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: optimize MainViewModel in PortalUAD\n\nRemoved the unused Gson import and tryInitAttendanceWorker method from MainViewModel. Also removed the fetchScheduleData method as it was not used in the application.","shortMessageHtmlLink":"feat: optimize MainViewModel in PortalUAD"}},{"before":"a4cbc80a81d6bce75fda2d9d419bdd315fc2136b","after":"a60aaa6456936bce8c18357e85c56e55f370a01e","ref":"refs/heads/main","pushedAt":"2024-03-17T09:52:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: disable minify for release build type in build.gradle.kts","shortMessageHtmlLink":"feat: disable minify for release build type in build.gradle.kts"}},{"before":"d50216597c985d6c7a5e7e56ba4ddf2951570f30","after":"a4cbc80a81d6bce75fda2d9d419bdd315fc2136b","ref":"refs/heads/main","pushedAt":"2024-03-17T09:36:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: update ProGuard and build configuration\n\nThis commit removes unnecessary ProGuard rules and disables resource shrinking in release build type.","shortMessageHtmlLink":"feat: update ProGuard and build configuration"}},{"before":"8a43e7839771d4a295a7bbbc2306400bd91e9c58","after":"d50216597c985d6c7a5e7e56ba4ddf2951570f30","ref":"refs/heads/main","pushedAt":"2024-03-17T09:20:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add more classes to proguard-rules configuration\n\nThis commit adds several classes to the proguard-rules.pro configuration in the app. These additions prevent warnings from these classes when building the application. The classes are mainly from Google's API client and errorprone annotations.","shortMessageHtmlLink":"feat: add more classes to proguard-rules configuration"}},{"before":"be04474081d8a662b2ba3a15661260d83f75aee2","after":"8a43e7839771d4a295a7bbbc2306400bd91e9c58","ref":"refs/heads/main","pushedAt":"2024-03-17T08:54:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add proguard rules for errorprone and crypto tink libraries","shortMessageHtmlLink":"feat: add proguard rules for errorprone and crypto tink libraries"}},{"before":"6470042228e2b6bee4d608cd9171313f066dd784","after":"be04474081d8a662b2ba3a15661260d83f75aee2","ref":"refs/heads/main","pushedAt":"2024-03-17T08:44:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: enable minify and shrink resources in release build type","shortMessageHtmlLink":"feat: enable minify and shrink resources in release build type"}},{"before":"98ce999657906a6d08d964258c469b3576dae5f2","after":"6470042228e2b6bee4d608cd9171313f066dd784","ref":"refs/heads/main","pushedAt":"2024-03-17T08:21:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: Refactor codebase and organize imports\n\nThis commit includes reorganizing the codebase by relocating certain classes to their appropriate packages. It also involves adjusting imports accordingly across various files. A few changes to some classes are included as well.","shortMessageHtmlLink":"feat: Refactor codebase and organize imports"}},{"before":"4cea43f906f0e8b804cf72076ae659b359224830","after":"98ce999657906a6d08d964258c469b3576dae5f2","ref":"refs/heads/main","pushedAt":"2024-03-17T07:22:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add network availability check\n\n- Added check for network availability before initializing attendance worker\n- Included network availability check before marking attendance\n- Displayed toast message when network is not available in MainActivity\n- Added network availability check in MainViewModel\n- Added retry mechanism in Auth.kt for handling network timeouts and disconnections","shortMessageHtmlLink":"feat: add network availability check"}},{"before":"51db594bb82e97b838a7c980bac32557b7b42bf9","after":"4cea43f906f0e8b804cf72076ae659b359224830","ref":"refs/heads/main","pushedAt":"2024-03-15T23:58:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add tester recruitment section in README.md","shortMessageHtmlLink":"feat: add tester recruitment section in README.md"}},{"before":"e5c0c7020ae355ba532aa1dcd8c01067bda7ebfa","after":"51db594bb82e97b838a7c980bac32557b7b42bf9","ref":"refs/heads/main","pushedAt":"2024-03-15T23:32:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat(README.md): update images and layout","shortMessageHtmlLink":"feat(README.md): update images and layout"}},{"before":"95522acdcbb841e8e493c7077c0f2d12bec84840","after":"e5c0c7020ae355ba532aa1dcd8c01067bda7ebfa","ref":"refs/heads/main","pushedAt":"2024-03-15T22:44:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: add privacy policy and update .gitignore\n\nAdded a new Privacy Policy document for the Portal UAD mobile application. This policy includes details on types of data collected, usage, storage, sharing, and disclosure. Also, updated the .gitignore file to ignore the app-release.aab file generated during release builds.","shortMessageHtmlLink":"feat: add privacy policy and update .gitignore"}},{"before":"9d424d3b45efadc0c8415d0f46a80106677303f7","after":"95522acdcbb841e8e493c7077c0f2d12bec84840","ref":"refs/heads/main","pushedAt":"2024-03-15T19:30:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: refactored and optimized various classes\n\nThe main changes in this commit include:\n\n- Refactored SessionManager and made its methods more generic.\n- Simplified the logout method in MainViewModel.\n- Updated the AttendanceService, AttendanceReceiver and Auth classes for better error handling and code readability.\n- Made minor adjustments in MainActivity and SettingsView for better UI management.\n- Optimized Auth class for better data handling during login and logout operations.\n\nThis commit is aimed at improving overall code quality and efficiency.","shortMessageHtmlLink":"feat: refactored and optimized various classes"}},{"before":"7e1d24df908768784c29bc27df64d5ba7c527200","after":"9d424d3b45efadc0c8415d0f46a80106677303f7","ref":"refs/heads/main","pushedAt":"2024-03-15T16:14:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: enhance login functionality for portal and reglab\n\nThis commit enhances the login functionality for both the portal and reglab. It includes a refactor of the login methods to a more efficient and streamlined process. The code is simplified and improved for better readability and performance. This commit also includes the addition of new data classes for handling login credentials and results.","shortMessageHtmlLink":"feat: enhance login functionality for portal and reglab"}},{"before":"0308a2d826b56aa06f21e272181841b19301ff45","after":"7e1d24df908768784c29bc27df64d5ba7c527200","ref":"refs/heads/main","pushedAt":"2024-03-15T14:40:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"feat: Update SessionManager to differentiate portal and reglab sessions\n\n1. Renamed the saveSession() and loadSession() methods in SessionManager to savePortalSession() and loadPortalSession() respectively.\n2. Added a new method saveReglabSession() to save Reglab sessions separately.\n3. Updated the saveReglabSession() and loadReglabSession() to use a different shared preference key.\n4. Updated the calls to the renamed methods in MainViewModel and Auth classes.","shortMessageHtmlLink":"feat: Update SessionManager to differentiate portal and reglab sessions"}},{"before":"4af9aa9a4ee6e588931c28d2bfc903b41db5c056","after":"0308a2d826b56aa06f21e272181841b19301ff45","ref":"refs/heads/main","pushedAt":"2024-03-15T06:28:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"IRedDragonICY","name":"Ndik","path":"/IRedDragonICY","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98265563?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main'","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main'"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEH0gXYwA","startCursor":null,"endCursor":null}},"title":"Activity · IRedDragonICY/portal-uad"}