summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-08document native debugging notificationDmitry Muhomor
2024-01-07use path for hiring pageDaniel Micay
2024-01-07simplify process templates scriptsandbank52641
Python provides a high-level path object with `pathlib`[^1], which is included in the standard library[^2]. This makes it simpler to find all html files to process. [^1]: https://docs.python.org/3/library/pathlib.html#module-pathlib [^2]: https://peps.python.org/pep-0428/
2024-01-07update npm dependenciesDaniel Micay
2024-01-07drop explicit pyparsing version pinDaniel Micay
2024-01-07update python dependenciesDaniel Micay
2024-01-05update python dependenciesDaniel Micay
2024-01-05directly use custom Discord invite linkDaniel Micay
2024-01-056.1 GKI LTS updateDaniel Micay
2024-01-04add Linktree to organization metadataDaniel Micay
2024-01-04add specific date for non-profit incorporationDaniel Micay
2024-01-04adevtool cleanupDaniel Micay
2024-01-04publish new release notesDaniel Micay
2024-01-04update Android Studio packagesandbank52641
2024-01-03new build number 2024010400Daniel Micay
2024-01-03January monthly update release notesDaniel Micay
2024-01-03fix copy-paste mistakeDaniel Micay
2024-01-03gmscompat improvementsDaniel Micay
2024-01-03replace multi-local spell checking fixDaniel Micay
2024-01-03Vanadium 120.0.6099.193.0Daniel Micay
2024-01-03update Android Auto infoDaniel Micay
2024-01-02update copyright yearDaniel Micay
2024-01-02extend info on Network permissionDaniel Micay
2024-01-01update python dependenciesDaniel Micay
2024-01-01AppCompatConfig 3Daniel Micay
2023-12-31clarify location change refers to Android AutoDaniel Micay
2023-12-31clarify Google Search app changeDaniel Micay
2023-12-31clarify network ADB changeDaniel Micay
2023-12-31publish new release notesDaniel Micay
2023-12-31new build number 2023123100Daniel Micay
2023-12-31backport fix for Wi-Fi background scan crashDaniel Micay
2023-12-31fix spell checker crashDaniel Micay
2023-12-31work around crashlytics bugDaniel Micay
2023-12-31sensors and gmscompat improvementsDaniel Micay
2023-12-30fix typoDaniel Micay
2023-12-30fix link to AppCompatConfig release notesDaniel Micay
2023-12-30clarify wordingDaniel Micay
2023-12-30publish new release notesDaniel Micay
2023-12-30new build number 2023123000Daniel Micay
2023-12-30simplify supported Android OSes for installationDaniel Micay
2023-12-30mark Linux Mint as supported for installationDaniel Micay
2023-12-30drop end-of-life macOS Big SurDaniel Micay
2023-12-30update fwupd instructionsDaniel Micay
2023-12-30keyboard multi-locale support fixedDaniel Micay
2023-12-30AppCompatConfig 2Daniel Micay
2023-12-30revert keyboard multi locale fix for nowDaniel Micay
2023-12-29GmsCompatConfig 90Daniel Micay
2023-12-29add Android Auto supportDaniel Micay
2023-12-29Add maximum width for social link list in footersandbank52641
According to the Material Design 3 guidelines, the ideal line length is between 40 and 60 characters [1]. As the list of social links in the footer has become wide, we will simply wrap it to 60 characters here. Links: [1]: https://m3.material.io/foundations/layout/applying-layout/window-size-classes#:~:text=ideal%20line%20length%20for%20text%20is%2040%2D60%20characters
2023-12-27improve system UI themeDaniel Micay