{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":44804216,"defaultBranch":"master","name":"termux-app","ownerLogin":"termux","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-10-23T09:42:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8104776?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726691299.0","currentOid":""},"activityList":{"items":[{"before":"98e98c0be089836c54f1a7c27974514681bb33b3","after":"9a8dcd0961e15affbd7d763b0cf703851a0a9067","ref":"refs/heads/colon-separated-csi-parameters","pushedAt":"2024-09-18T20:43:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Implement colon separated CSI parameters","shortMessageHtmlLink":"Fixed: Implement colon separated CSI parameters"}},{"before":"66a1daf137e02848370cda58f83e106e68d5d034","after":null,"ref":"refs/heads/eat-apc","pushedAt":"2024-09-18T20:28:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"}},{"before":"c2d57f2ed810b6fa854a6c9ab0ecee4aac38a0cc","after":"36d811ea7d6b0e76a6860e58cd08b0a24bf9f69a","ref":"refs/heads/master","pushedAt":"2024-09-18T20:28:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Parse (but ignore for now) terminal APC sequences","shortMessageHtmlLink":"Fixed: Parse (but ignore for now) terminal APC sequences"}},{"before":"8acc8cc95543623a1da952afa24a776d1d590f16","after":"66a1daf137e02848370cda58f83e106e68d5d034","ref":"refs/heads/eat-apc","pushedAt":"2024-09-18T20:23:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Parse (but ignore for now) terminal APC sequences","shortMessageHtmlLink":"Fixed: Parse (but ignore for now) terminal APC sequences"}},{"before":"7b0a492118c1824c5f18d699bc5ca2c4d12b3e7d","after":"98e98c0be089836c54f1a7c27974514681bb33b3","ref":"refs/heads/colon-separated-csi-parameters","pushedAt":"2024-09-17T15:44:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Implement colon separated CSI parameters","shortMessageHtmlLink":"Fixed: Implement colon separated CSI parameters"}},{"before":"a9530276a47f1f613845971384a401d6defdf730","after":"8acc8cc95543623a1da952afa24a776d1d590f16","ref":"refs/heads/eat-apc","pushedAt":"2024-09-17T11:46:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Parse (but ignore for now) terminal APC sequences","shortMessageHtmlLink":"Fixed: Parse (but ignore for now) terminal APC sequences"}},{"before":null,"after":"a9530276a47f1f613845971384a401d6defdf730","ref":"refs/heads/eat-apc","pushedAt":"2024-09-17T11:45:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Parse (but ignore for now) Application Program-Control (APC) sequences","shortMessageHtmlLink":"Fixed: Parse (but ignore for now) Application Program-Control (APC) s…"}},{"before":null,"after":"7b0a492118c1824c5f18d699bc5ca2c4d12b3e7d","ref":"refs/heads/colon-separated-csi-parameters","pushedAt":"2024-09-17T11:19:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Implement colon separated CSI parameters","shortMessageHtmlLink":"Fixed: Implement colon separated CSI parameters"}},{"before":"c2d57f2ed810b6fa854a6c9ab0ecee4aac38a0cc","after":null,"ref":"refs/heads/autofill-improv","pushedAt":"2024-08-27T15:48:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"}},{"before":"661c37501f2f0d26a81c9d512e61d98ca05d987d","after":"c2d57f2ed810b6fa854a6c9ab0ecee4aac38a0cc","ref":"refs/heads/master","pushedAt":"2024-08-27T15:47:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Added|Fixed: Do not show AutoFill UI on Termux start and add support for usernames\n\n- The AutoFill type and hints are no longer hardcoded in `TerminalView` class and `TermuxActivity` layout xml. They are dynamically set to required values before making a manual AutoFill request and reverted back afterwards to default values. The hardcoded value `AUTOFILL_TYPE_TEXT` returned by `getAutofillType()` was causing the AutoFill UI to show on Activity starts, this will return `AUTOFILL_TYPE_NONE` by default now so that AutoFill UI isn't shown automatically.\n- The AutoFill importance is no longer hardcoded in `TermuxActivity` layout xml and is returned by `TerminalView` class itself by `getImportantForAutofill()`.\n- The AutoFill function in `TermuxActivity` for making a manual AutoFill request is moved to `TerminalView` class. This and moving of hardcoded values to `TerminalView` class mentioned above is done as complete logic of AutoFill should be handled by `TerminalView` class itself and not scattered in various places.\n- The Terminal context menu now supports AutoFilling a username. Note that GBoard/Google Password Manager seems to have a bug where it will still show `Pick a saved password` instead of username, even though `AUTOFILL_HINT_USERNAME` is being requested, however it will still AutoFill a username of selected entry correctly.\n- Pressing the back button to close the keyboard will also cancel the current manually requested AutoFill request and UI will not show when keyboard is opened again.\n\nCloses #3909","shortMessageHtmlLink":"Added|Fixed: Do not show AutoFill UI on Termux start and add support …"}},{"before":"f6e23003fe8972ef715d7363431706da16f7fe30","after":"c2d57f2ed810b6fa854a6c9ab0ecee4aac38a0cc","ref":"refs/heads/autofill-improv","pushedAt":"2024-08-27T15:44:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Added|Fixed: Do not show AutoFill UI on Termux start and add support for usernames\n\n- The AutoFill type and hints are no longer hardcoded in `TerminalView` class and `TermuxActivity` layout xml. They are dynamically set to required values before making a manual AutoFill request and reverted back afterwards to default values. The hardcoded value `AUTOFILL_TYPE_TEXT` returned by `getAutofillType()` was causing the AutoFill UI to show on Activity starts, this will return `AUTOFILL_TYPE_NONE` by default now so that AutoFill UI isn't shown automatically.\n- The AutoFill importance is no longer hardcoded in `TermuxActivity` layout xml and is returned by `TerminalView` class itself by `getImportantForAutofill()`.\n- The AutoFill function in `TermuxActivity` for making a manual AutoFill request is moved to `TerminalView` class. This and moving of hardcoded values to `TerminalView` class mentioned above is done as complete logic of AutoFill should be handled by `TerminalView` class itself and not scattered in various places.\n- The Terminal context menu now supports AutoFilling a username. Note that GBoard/Google Password Manager seems to have a bug where it will still show `Pick a saved password` instead of username, even though `AUTOFILL_HINT_USERNAME` is being requested, however it will still AutoFill a username of selected entry correctly.\n- Pressing the back button to close the keyboard will also cancel the current manually requested AutoFill request and UI will not show when keyboard is opened again.\n\nCloses #3909","shortMessageHtmlLink":"Added|Fixed: Do not show AutoFill UI on Termux start and add support …"}},{"before":"962f581087a336bd249a6909313a63fe4b5342e8","after":"f6e23003fe8972ef715d7363431706da16f7fe30","ref":"refs/heads/autofill-improv","pushedAt":"2024-08-26T23:49:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Added|Fixed: Do not show AutoFill UI on Termux start and add support for usernames\n\n- The AutoFill type and hints are no longer hardcoded in `TerminalView` class and `TermuxActivity` layout xml. They are dynamically set to required values before making a manual AutoFill request and reverted back afterwards to default values. The hardcoded value `AUTOFILL_TYPE_TEXT` returned by `getAutofillType()` was causing the AutoFill UI to show on Activity starts, this will return `AUTOFILL_TYPE_NONE` by default now so that AutoFill UI isn't shown automatically.\n- The AutoFill importance is no longer hardcoded in `TermuxActivity` layout xml and is returned by `TerminalView` class itself by `getImportantForAutofill()`.\n- The AutoFill function in `TermuxActivity` for making a manual AutoFill request is moved to `TerminalView` class. This and moving of hardcoded values to `TerminalView` class mentioned above is done as complete logic of AutoFill should be handled by `TerminalView` class itself and not scattered in various places.\n- The Terminal context menu now supports AutoFilling a username. Note that GBoard/Google Password Manager seems to have a bug where it will still show `Pick a saved password` instead of username, even though `AUTOFILL_HINT_USERNAME` is being requested, however it will still AutoFill a username of selected entry correctly.\n- Pressing the back button to close the keyboard will also cancel the current manually requested AutoFill request and UI will not show when keyboard is opened again.\n\nCloses #3909","shortMessageHtmlLink":"Added|Fixed: Do not show AutoFill UI on Termux start and add support …"}},{"before":null,"after":"962f581087a336bd249a6909313a63fe4b5342e8","ref":"refs/heads/autofill-improv","pushedAt":"2024-08-26T23:45:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Added|Fixed: Do not show AutoFill UI on Termux start and add support for usernames\n\n- The AutoFill type and hints are no longer hardcoded in `TerminalView` class and `TermuxActivity` layout xml. They are dynamically set to required values before making a manual AutoFill request and reverted back afterwards to default values. The hardcoded value `AUTOFILL_TYPE_TEXT` returned by `getAutofillType()` was causing the AutoFill UI to show on Activity starts, this will return `getAutofillType` by default now so that AutoFill UI isn't shown automatically.\n- The AutoFill importance is no longer hardcoded in `TermuxActivity` layout xml and is returned by `TerminalView` class itself by `getImportantForAutofill()`.\n- The AutoFill function in `TermuxActivity` for making a manual AutoFill request is moved to `TerminalView` class. This and moving of hardcoded values to `TerminalView` class mentioned above is done as complete logic of AutoFill should be handled by `TerminalView` class itself and not scattered in various places.\n- The Terminal context menu now supports AutoFilling a username. Note that GBoard/Google Password Manager seems to have a bug where it will still show `Pick a saved password` instead of username, even though `AUTOFILL_HINT_USERNAME` is being requested, however it will still AutoFill a username of selected entry correctly.\n- Pressing the back button to close the keyboard will also cancel the current manually requested AutoFill request and UI will not show when keyboard is opened again.\n\nCloses #3909","shortMessageHtmlLink":"Added|Fixed: Do not show AutoFill UI on Termux start and add support …"}},{"before":"f80b46487df539c7e9214550002f461e5c66131c","after":"661c37501f2f0d26a81c9d512e61d98ca05d987d","ref":"refs/heads/master","pushedAt":"2024-08-16T10:18:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Make Shift-PgUp and Shift-PgDn scroll by pages rather than lines\n\nIn other terminals, such as gnome-terminal, Shift-PgUp and Shift-PgDn\nscroll the screen by a full page, rather than a single line. Adjust\ntermux to match.","shortMessageHtmlLink":"Make Shift-PgUp and Shift-PgDn scroll by pages rather than lines"}},{"before":"49955f2c501c1cf0f69423b80f2f509e8b68d86b","after":null,"ref":"refs/heads/google-play","pushedAt":"2024-08-14T11:23:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"}},{"before":"4c4b84aad680480dcebec99a135b359dd4ed6001","after":null,"ref":"refs/heads/csi-semicolon","pushedAt":"2024-08-13T17:20:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"}},{"before":"a5de3d3a2bdaeff8c37c8df61059ae759a28a406","after":"f80b46487df539c7e9214550002f461e5c66131c","ref":"refs/heads/master","pushedAt":"2024-08-13T17:20:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Improve handling of empty ';' SGR sequences\n\nCurrently the Termux terminal emulator prints \"HI\" in red with:\n\n```sh\nprintf \"\\e[31;m HI \\e[0m\"\n```\n\nThis is not how other terminals (tested on xterm, gnome-terminal,\nalacritty and the mac built in terminal) handle it, since they parse\n\"\"\\e[31;m\" as \"\\e[31;0m\", where the \"0\" resets the colors.\n\nThis change aligns with other terminals, as well as improves performance\nby avoiding allocating a new int[] array for each byte processed by\n`parseArg()`, and most importantly simplifies things by removing the\n`mIsCSIStart` and `mLastCSIArg` state, preparing for supporting ':'\nseparated sub parameters such as used in\nhttps://sw.kovidgoyal.net/kitty/underlines/","shortMessageHtmlLink":"Fixed: Improve handling of empty ';' SGR sequences"}},{"before":"1e0d2f8980175b171c747725978fdbf1c9d28e95","after":null,"ref":"refs/heads/fix-bg-color-when-scrolling-with-horizontal-margins","pushedAt":"2024-08-13T17:14:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"}},{"before":"57e4ef456b9ad154eccc4b049e21513f1ac5ec06","after":"a5de3d3a2bdaeff8c37c8df61059ae759a28a406","ref":"refs/heads/master","pushedAt":"2024-08-13T17:14:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Use current bg color when scrolling with horizontal margins\n\nFixes https://github.com/termux/termux-packages/issues/12556\n\nIssue was also reported here:\nhttps://www.reddit.com/r/termux/comments/1df1dii/how_can_i_fix_this_annoying_screenfilling_thing/","shortMessageHtmlLink":"Fixed: Use current bg color when scrolling with horizontal margins"}},{"before":null,"after":"1e0d2f8980175b171c747725978fdbf1c9d28e95","ref":"refs/heads/fix-bg-color-when-scrolling-with-horizontal-margins","pushedAt":"2024-08-13T12:28:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Use current bg color when scrolling with horizontal margins\n\nFixes https://github.com/termux/termux-packages/issues/12556\n\nIssue was also reported here:\nhttps://www.reddit.com/r/termux/comments/1df1dii/how_can_i_fix_this_annoying_screenfilling_thing/","shortMessageHtmlLink":"Fixed: Use current bg color when scrolling with horizontal margins"}},{"before":"90b2fe5ef219b8b470fcf289d99fb2aab448069b","after":"4c4b84aad680480dcebec99a135b359dd4ed6001","ref":"refs/heads/csi-semicolon","pushedAt":"2024-06-24T07:31:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Improve handling of empty ';' SGR sequences\n\nCurrently the Termux terminal emulator prints \"HI\" in red with:\n\n```sh\nprintf \"\\e[31;m HI \\e[0m\"\n```\n\nThis is not how other terminals (tested on xterm, gnome-terminal,\nalacritty and the mac built in terminal) handle it, since they parse\n\"\"\\e[31;m\" as \"\\e[31;0m\", where the \"0\" resets the colors.\n\nThis change aligns with other terminals, as well as improves performance\nby avoiding allocating a new int[] array for each byte processed by\n`parseArg()`, and most importantly simplifies things by removing the\n`mIsCSIStart` and `mLastCSIArg` state, preparing for supporting ':'\nseparated sub parameters such as used in\nhttps://sw.kovidgoyal.net/kitty/underlines/","shortMessageHtmlLink":"Fixed: Improve handling of empty ';' SGR sequences"}},{"before":null,"after":"90b2fe5ef219b8b470fcf289d99fb2aab448069b","ref":"refs/heads/csi-semicolon","pushedAt":"2024-06-24T07:28:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Fixed: Improve handling of empty ';' SGR sequences\n\nCurrently the Termux terminal emulator prints \"HI\" in red with:\n\n```sh\nprintf \"\\e[31;m HI \\e[0m\"\n```\n\nThis is not how other terminals (tested on xterm, gnome-terminal,\nalacritty and the mac built in terminal) handle it, since they parse\n\"\"\\e[31;m\" as \"\\e[31;0m\", where the \"0\" resets the colors.\n\nThis change aligns with other terminals, as well as improves performance\nby avoiding allocating a new int[] array for each byte processed by\n`parseArg()`, and most importantly simplifies things by removing the\n`mIsCSIStart` and `mLastCSIArg` state, preparing for supporting ':'\nseparated sub parameters such as used in\nhttps://sw.kovidgoyal.net/kitty/underlines/","shortMessageHtmlLink":"Fixed: Improve handling of empty ';' SGR sequences"}},{"before":"5e22b2ec50bddc8cc2193b19c5ec512723ae463b","after":null,"ref":"refs/heads/0.118","pushedAt":"2024-06-18T00:26:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"}},{"before":"127bf5a1b51996e9162fb9c00e42396269622429","after":null,"ref":"refs/heads/0.118-update-bootstraps","pushedAt":"2024-06-18T00:25:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"}},{"before":null,"after":"7c5992d379f2e2a3bbf43a608147aaef57d0ca04","ref":"refs/heads/github-releases/v0.119.0-beta.1","pushedAt":"2024-06-17T23:36:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Release: v0.119.0-beta.1\n\nThe `versionCode` has been bumped to `1020` so that users who have installed from F-Droid or GitHub should not have the app attempted to be updated by Google PlayStore and failing and also shown in PlayStore app updates list due to non-collaborative `v0.120` app release on PlayStore that set the `versionCode` higher than the latest F-Droid or GitHub `118` release. Unlike F-Droid, PlayStore does not check for difference in app APK signature before attempting to download and then failing to install due to signature mismatch.\n\nThe `v0.118.1` was released under `versionCode` `1000`, we bump `versionCode` to `1020` so that there are `20` version codes in between that can be used as patch releases for `0.118.x` in case needed, like for `v0.118.2`.\n\n- https://github.com/termux/termux-app/discussions/4000\n- https://github.com/termux/termux-app/issues/4012","shortMessageHtmlLink":"Release: v0.119.0-beta.1"}},{"before":null,"after":"43317b78c920a48254f8846f5e14b5f873faa271","ref":"refs/heads/github-releases/v0.118.1","pushedAt":"2024-06-17T23:35:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Release: v0.118.1\n\nThe `versionCode` has been bumped to `1000` so that users who have installed from F-Droid or GitHub should not have the app attempted to be updated by Google PlayStore and failing and also shown in PlayStore app updates list due to non-collaborative `v0.120` app release on PlayStore that set the `versionCode` higher than the latest F-Droid or GitHub `118` release. Unlike F-Droid, PlayStore does not check for difference in app APK signature before attempting to download and then failing to install due to signature mismatch.\n\n- https://github.com/termux/termux-app/discussions/4000\n- https://github.com/termux/termux-app/issues/4012","shortMessageHtmlLink":"Release: v0.118.1"}},{"before":"d90be9cd508b26636d705cda95cbebaace3d9706","after":"57e4ef456b9ad154eccc4b049e21513f1ac5ec06","ref":"refs/heads/master","pushedAt":"2024-06-17T21:08:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"agnostic-apollo","name":null,"path":"/agnostic-apollo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31106828?s=80&v=4"},"commit":{"message":"Added: Add support for GitHub action builds for `github-releases/**` branches","shortMessageHtmlLink":"Added: Add support for GitHub action builds for github-releases/** …"}},{"before":"d56f0aef5446c38fc2064c9021f7a4264a00c190","after":null,"ref":"refs/heads/readme-google-play","pushedAt":"2024-06-15T23:26:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"}},{"before":"062c9771a9ca2efa23e8de109f880c10b93d3fe3","after":"d90be9cd508b26636d705cda95cbebaace3d9706","ref":"refs/heads/master","pushedAt":"2024-06-15T23:26:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Changed: Update information regarding Google Play in README","shortMessageHtmlLink":"Changed: Update information regarding Google Play in README"}},{"before":"989f6756a78b69259a29fd46c9cf0270885f3085","after":"d56f0aef5446c38fc2064c9021f7a4264a00c190","ref":"refs/heads/readme-google-play","pushedAt":"2024-06-15T23:08:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fornwall","name":"Fredrik Fornwall","path":"/fornwall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/277251?s=80&v=4"},"commit":{"message":"Changed: Update information regarding Google Play in README","shortMessageHtmlLink":"Changed: Update information regarding Google Play in README"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQyMDo0MzoyMC4wMDAwMDBazwAAAAS6JZHZ","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQyMDo0MzoyMC4wMDAwMDBazwAAAAS6JZHZ","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xNVQyMzowODo1Ni4wMDAwMDBazwAAAARmYWHv"}},"title":"Activity · termux/termux-app"}