Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Usage page] Fix typos #895

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9326ab1
Fix typos
d4rklynk Mar 12, 2024
7ab558d
Fix typos
d4rklynk Mar 14, 2024
4427ca3
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk Mar 14, 2024
18ac833
Add redirection for "system navigation" to "navigation-mode"
d4rklynk Mar 14, 2024
aeca20e
Missed a typo
d4rklynk Mar 14, 2024
0a216e1
other8026' reviews
d4rklynk Mar 14, 2024
b5f0501
other8026' review
d4rklynk Mar 14, 2024
9f0e807
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk Apr 18, 2024
040350e
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk May 2, 2024
f68872b
Merge branch 'main' into pr-fix-typos
d4rklynk Jun 13, 2024
5d40d1e
Fix html tag
d4rklynk Jun 13, 2024
1bb3bc6
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk Jun 13, 2024
e047dfa
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk Jun 17, 2024
635d94a
Fix typos
d4rklynk Mar 14, 2024
27ae167
other8026' reviews
d4rklynk Mar 14, 2024
e146274
Fix commit
d4rklynk Jun 17, 2024
00cbe41
Positon location service
thestinger Jul 10, 2024
9236307
publish new release notes
thestinger Jul 10, 2024
1461d6b
use proper case for BeaconDB
thestinger Jul 10, 2024
4bfc72f
reword
thestinger Jul 10, 2024
8937ea3
remove all but 1st note about ESR 14 QPR3 port
thestinger Jul 10, 2024
5e418d5
note that Positon is hiding the ties to /e/OS
thestinger Jul 10, 2024
5249272
Update static/usage.html
d4rklynk Jul 10, 2024
4603566
update documentation with the new OS update check interval
phmlumin Jul 10, 2024
b7e7f1b
Update static/usage.html
d4rklynk Jul 10, 2024
42696df
Update static/usage.html
d4rklynk Jul 10, 2024
473376d
Merge branch 'GrapheneOS:main' into pr-fix-typos
d4rklynk Jul 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions static/js/redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const redirects = new Map([
["/usage#sandboxed-play-services-installation", "/usage#sandboxed-google-play-installation"],
["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"],
["/usage#google-camera", "/usage#pixel-camera"],
["/usage#system-navigation", "/usage#navigation-mode"],

["/faq#dns", "/faq#custom-dns"],

Expand Down
2 changes: 1 addition & 1 deletion static/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -6161,7 +6161,7 @@ <h3><a href="#2021.05.16.04">2021.05.16.04</a></h3>
<p>Changes since the 2021.05.04.01 release:</p>

<ul>
<li>enable gesture navigation by default (see <a href="/usage#system-navigation">our guide on system navigation</a> for details on using gesture navigation and switching to a button-based navigation)</li>
<li>enable gesture navigation by default (see <a href="/usage#navigation-mode">our guide on system navigation</a> for details on using gesture navigation and switching to a button-based navigation)</li>
<li>System Updater: fix minor theme issue for light theme when pressing preferences</li>
<li>replace our workaround for an upstream user profile crash issue with a proper upstream fix from Sony</li>
<li>replace our workaround for another upstream user profile crash issue with a proper fix based on the approach of the fix from Sony</li>
Expand Down
Loading