-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename from HashbangOS to HashbangMobile. Closes: #48
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ SPDX-FileCopyrightText: 2020-2021 Robin Schneider <[email protected]> | |
SPDX-License-Identifier: MIT | ||
Daniel Micay is listed here because HashbangOS is based on GrapheneOS so this | ||
Daniel Micay is listed here because HashbangMobile is based on GrapheneOS so this | ||
documentation either links to https://grapheneos.org/ to avoid redundancy or | ||
parts are copied from the GrapheneOS docs and then adapted here. Daniel Micay | ||
did not contribute those parts himself and his copyright does not endorse | ||
HashbangOS. | ||
HashbangMobile. | ||
--> | ||
|
||
# #!os # | ||
# #!mobile (HashbangMobile) # | ||
|
||
<http://github.com/hashbang/os> | ||
|
||
|
@@ -49,7 +49,7 @@ Testers, builders, and hosting bandwidth needed. | |
|
||
## Support ## | ||
|
||
Please join us on IRC: ircs://irc.hashbang.sh/#!os | ||
Please join us on IRC: ircs://irc.hashbang.sh/#!mobile | ||
|
||
## Features ## | ||
|
||
|
@@ -232,7 +232,7 @@ the following changes: | |
#### Notes | ||
|
||
* Release process does not yet include OTA updates or binary hosting. | ||
* Volunteers needed! Join #!os on irc.hashbang.sh/6697 to help. | ||
* Volunteers needed! Join #!mobile on irc.hashbang.sh/6697 to help. | ||
|
||
|
||
## Questions ## | ||
|
@@ -320,8 +320,8 @@ native app. | |
|
||
| App | Alternative(s) | Notes | | ||
|:--------:|:---------------------:|:---------------------------------------| | ||
| Chrome | Chromium, OrFox | Chromium is built-in to #!os | | ||
| Play | F-Droid, Aurora Store | F-Droid is built-in to #!os | | ||
| Chrome | Chromium, OrFox | Chromium is built-in to #!mobile | | ||
| Play | F-Droid, Aurora Store | F-Droid is built-in to #!mobile | | ||
| GMail | K9Mail | | | ||
| Drive | Nextcloud | | | ||
| Music | D-Sub | Will need a Subsonic capable server | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version: '11' | ||
name: HashbangOS | ||
name: HashbangMobile | ||
type: release | ||
variant: user | ||
# variant: userdebug | ||
|