Skip to content

Commit 70134ef

Browse files
committed
chore: sync with microG unofficial installer
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 27e9447 commit 70134ef

File tree

4 files changed

+110
-36
lines changed

4 files changed

+110
-36
lines changed

.all-contributorsrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"projectName": "google-sync-addon",
33
"projectOwner": "micro5k",
44
"repoType": "github",
5-
"files": [
6-
"docs/CONTRIBUTORS.md"
7-
],
5+
"files": ["docs/CONTRIBUTORS.md"],
86
"imageSize": 100,
97
"commit": true,
108
"commitConvention": "angular",

.editorconfig

Lines changed: 56 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33

44
root = true
55

6-
[{cache,output,gradlew,gradlew.bat}]
7-
ignore = true
8-
9-
[{.git,.gradle,.local,.ash_history,.bash_history}]
10-
ignore = true
11-
12-
[{.git-hooks/post-checkout,.git-hooks/post-commit,.git-hooks/post-merge,.git-hooks/pre-push}]
13-
ignore = true
14-
15-
[*.{jar,apk,bin,exe}]
16-
ignore = true
17-
186
[*]
197
charset = utf-8
208
end_of_line = lf
@@ -24,7 +12,7 @@ indent_size = 2
2412
trim_trailing_whitespace = true
2513
insert_final_newline = true
2614

27-
max_line_length = 80
15+
max_line_length = 99
2816
quote_type = single
2917
curly_bracket_next_line = true
3018

@@ -33,9 +21,24 @@ switch_case_indent = true
3321
space_redirects = true
3422
function_next_line = true
3523

36-
[Makefile]
24+
[*.{sh,xml,toml,license,dat,txt,yml,gradle}]
25+
max_line_length = 265 # ToDO: try to reduce to 99
26+
27+
[recovery-simulator/override/*]
28+
max_line_length = 150 # ToDO: try to reduce to 99
29+
30+
[*.{rst,js,mjs}]
31+
max_line_length = 80
32+
33+
[*.rst]
34+
indent_size = 3
35+
36+
[{Makefile,.tgitconfig}]
3737
indent_style = tab
3838

39+
[*.gpg]
40+
insert_final_newline = unset
41+
3942
[*.bat]
4043
end_of_line = crlf
4144

@@ -53,3 +56,42 @@ shell_variant = bash
5356

5457
[recovery-simulator/recovery.sh]
5558
shell_variant = bash
59+
60+
# Links cannot be shortened
61+
[README.rst]
62+
max_line_length = off
63+
64+
# Long lines cannot be avoided
65+
[{.mailmap,allowed_signers,conf-2.sh,docs/CONTRIBUTORS.md}]
66+
max_line_length = off
67+
68+
# Long lines cannot be avoided
69+
[zip-content/origin/etc/org.fdroid.fdroid/additional_repos.xml]
70+
max_line_length = off
71+
72+
# Long lines cannot be avoided
73+
[utils/test-files/Getprop-EMU-Pixel 4 API 33.txt]
74+
max_line_length = off
75+
76+
# Licenses
77+
[LICENSES/*.txt]
78+
indent_style = unset
79+
max_line_length = off
80+
81+
# Man pages
82+
[tools/win/man/cat1/*.1]
83+
indent_style = unset
84+
85+
# Skin binaries
86+
[*.{apk,bin,exe,gz,jar,zip}]
87+
ignore = true
88+
89+
[{cache,output,gradlew,gradlew.bat}]
90+
ignore = true
91+
92+
[{.git,.gradle,.local,.ash_history,.bash_history}]
93+
ignore = true
94+
95+
[{.git-hooks/post-checkout,.git-hooks/post-commit,.git-hooks/post-merge,.git-hooks/pre-push}]
96+
ignore = true
97+

docs/DONATE.rst

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
############################
22
Support the project |rocket|
33
############################
4+
45
..
56
SPDX-FileCopyrightText: (c) 2026 ale5000
67
SPDX-License-Identifier: GPL-3.0-or-later
@@ -9,23 +10,35 @@ Support the project |rocket|
910
.. |rocket| replace:: 🚀
1011
.. |coffee| replace::
1112

12-
This installer is a labor of love, built on the principles of **free and open-source software**.
13-
While the app will always be free to use, your support helps me dedicate more time to its evolution and ensures it stays stable across the fragmented Android ecosystem.
13+
This installer is a labor of love, built on the principles of **free and
14+
open-source software**. While the app will always be free to use, your support
15+
helps me dedicate more time to its evolution and ensures it stays stable across
16+
the fragmented Android ecosystem.
17+
1418

1519
Why donate?
1620
===========
1721

18-
* **Faster development:** Your support allows me to prioritize this project, speeding up bug fixes and the rollout of new features.
19-
* **Device Lab:** Android is vast. Contributions help me purchase physical test devices to debug hardware-specific issues and ensure compatibility.
20-
* **Sustainability:** Helping cover costs for development tools and maintaining the project long-term.
22+
- **Faster development:** Your support allows me to prioritize this project,
23+
speeding up bug fixes and the rollout of new features.
24+
- **Device Lab:** Android is vast. Contributions help me purchase physical
25+
test devices to debug hardware-specific issues and ensure compatibility.
26+
- **Sustainability:** Helping cover costs for development tools and
27+
maintaining the project long-term.
28+
2129

2230
Choose Your Impact |coffee|
2331
===========================
2432

25-
* **☕ Coffee break (€ 1):** A small gesture that keeps the code flowing during late-night sessions.
26-
* **🍕 Bug squashing Pizza (€ 15):** Fuel for a full weekend of intensive coding and optimization.
27-
* **🛠️ Debug Hero (€ 50):** Directly funds the "Device Lab" to help me buy hardware for specialized testing.
28-
* **🌟 Custom amount:** Every bit helps! Choose your own contribution to support the project's growth at your own pace.
33+
- **☕ Coffee break (€ 1):** A small gesture that keeps the code flowing
34+
during late-night sessions.
35+
- **🍕 Bug squashing Pizza (€ 15):** Fuel for a full weekend of intensive
36+
coding and optimization.
37+
- **🛠️ Debug Hero (€ 50):** Directly funds the "Device Lab" to help me
38+
buy hardware for specialized testing.
39+
- **🌟 Custom amount:** Every bit helps! Choose your own contribution to
40+
support the project's growth at your own pace.
41+
2942

3043
How to donate
3144
=============
@@ -34,23 +47,40 @@ We use different platforms depending on how you prefer to support us:
3447

3548
1. Liberapay: Recurring support
3649
-------------------------------
50+
3751
`Support us on Liberapay <https://liberapay.com/microg-unofficial-by-ale5000>`_
3852

39-
* **Best for:** Long-term sustainability.
40-
* **How it works:** Liberapay is a non-profit platform designed for **recurring weekly, monthly, or yearly donations**. It doesn't take a cut of your donation (only payment processing fees apply), making it the most efficient way to provide steady, predictable support.
53+
- **Best for:** Long-term sustainability.
54+
55+
- **How it works:** Liberapay is a non-profit platform designed for
56+
**recurring weekly, monthly, or yearly donations**. It doesn't take a cut of
57+
your donation (only payment processing fees apply), making it the most
58+
efficient way to provide steady, predictable support.
4159

4260
2. IssueHunt: Bounty-based support
4361
----------------------------------
62+
4463
`Fund specific issues on IssueHunt <https://oss.issuehunt.io/r/micro5k>`_
4564

46-
* **Best for:** Directing development toward specific features or bugs.
47-
* **How it works:** You can put a **bounty on a specific GitHub issue**. The funds are distributed to the developer who successfully solves that issue. It's a great way to "vote with your wallet" for the improvements you want to see most.
65+
- **Best for:** Directing development toward specific features or bugs.
66+
67+
- **How it works:** You can put a **bounty on a specific GitHub issue**. The
68+
funds are distributed to the developer who successfully solves that issue.
69+
It's a great way to "vote with your wallet" for the improvements you want to
70+
see most.
4871

4972
3. PayPal: One-Time donations
5073
-----------------------------
51-
`Send a tip via PayPal <https://www.paypal.com/donate/?hosted_button_id=GTSXQZ8HGFYAN>`_
5274

53-
* **Best for:** Quick, one-time "thank you" tips.
54-
* **How it works:** Ideal for users who want to make a **fast, single contribution** without setting up a subscription. It is the most widely recognized platform but generally has higher transaction fees than the options above.
75+
`Send a tip via PayPal
76+
<https://www.paypal.com/donate/?hosted_button_id=GTSXQZ8HGFYAN>`_
77+
78+
- **Best for:** Quick, one-time "thank you" tips.
79+
80+
- **How it works:** Ideal for users who want to make a **fast, single
81+
contribution** without setting up a subscription. It is the most widely
82+
recognized platform but generally has higher transaction fees than the
83+
options above.
5584

56-
*Thank you for your generosity! Every contribution, no matter the size, makes a difference.*
85+
*Thank you for your generosity! Every contribution, no matter the size, makes a
86+
difference.*

docs/SECURITY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
###############
22
Security policy
33
###############
4+
45
..
56
SPDX-FileCopyrightText: (c) 2022 ale5000
67
SPDX-License-Identifier: GPL-3.0-or-later
78
SPDX-FileType: DOCUMENTATION
89
10+
911
Supported versions
1012
==================
1113

1214
.. table::
1315
:widths: auto
1416

1517
================= =========
16-
Version Supported
18+
Version Supported
1719
================= =========
1820
Latest version ✔
1921
Previous versions ❌
2022
================= =========
2123

24+
2225
Reporting a vulnerability
2326
=========================
2427

25-
Since this is a flashable ZIP requiring manual installation, we encourage you to submit any security-related feedback by opening an **issue**.
28+
Since this is a flashable ZIP requiring manual installation, we encourage you
29+
to submit any security-related feedback by opening an **issue**.

0 commit comments

Comments
 (0)