0ceb5810eb
Update TorBrowser's version to 9.0.1
2019-11-28 01:46:04 +00:00
2d9f983776
Revert "Replaced Tor Browser with Tor Browser Alpha."
...
This reverts commit d30e86b75c
.
After all stable also works.
2019-11-16 04:22:49 +00:00
d60cfebbb3
Customize home screen with ADHOC's curated apps.
2019-11-16 03:07:40 +00:00
da75d23918
[ closes #15 ] Add SnooperStopper as pre-installed app.
2019-11-16 00:58:38 +00:00
5f90b5a184
[ closes #14 ] Add Silence as pre-installed app.
2019-11-16 00:57:31 +00:00
a03a01c52a
[ closes #1 ] Add Orbot as pre-installed app.
2019-11-16 00:07:27 +00:00
d30e86b75c
Replaced Tor Browser with Tor Browser Alpha.
...
Stable Tor Browser does not work on Replicant.
2019-11-15 23:30:26 +00:00
1847b1e408
Add WebView from Bromite's F-Droid repository
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-15 02:15:47 +00:00
Andrés Domínguez
a6405de22d
Fix configuration for default libGLES overlays
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-14 20:29:57 +00:00
Andrés Domínguez
511a858b5b
Add configuration files for default libGLES overlays
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-14 20:29:49 +00:00
330cea57b3
Add bundled app Greyscale
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-14 20:28:36 +00:00
a9ccc26291
Include bundled apps
...
Conversations
OpenKeyChain
K9
DocumentViewer
VLC
WifiPrivacyPolice
Linphone
SimpleGallery
PrivacyBrowser
TorBrowser
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-13 23:08:55 +00:00
56e05f08d7
Refactor get-prebuilts for easier addition of apps
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-13 23:08:55 +00:00
807ac0c72c
Remove apps RepWifi and ReplicantWallpapers
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-13 23:08:47 +00:00
a39010740d
Replace Replicant's bootanimation and remove unsupported resolutions
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-13 22:56:47 +00:00
dce7134381
Replace Replicant's wallpapers
...
Signed-off-by: Velsoth <velsoth@adhoc.zone>
2019-11-13 22:55:56 +00:00
Joonas Kylmälä
530fa89ec0
Use new name of FDroidPrivilegedExtension package
...
The FDroidPrivilegedExtension package was updated in the manifest to
0.2.8 version. In this new version the package name is
F-DroidPrivilegedExtension.
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-10-10 13:18:26 -04:00
Denis 'GNUtoo' Carikli
79c21f1b92
Add build script to simplify the build procedure.
...
Once the source code is downloaded and the dependencies are
installed, it makes it easier for people to build Replicant.
It also saves the builds logs, to enable to later look at why
the build failed without needing to re-run the build.
However users still have to take care of running repo --sync
if necessary. This ensure that the local modifications are not
lost and also simplifies the procedure for testing patches.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-09-04 16:45:06 +02:00
Denis 'GNUtoo' Carikli
950958a74c
Remove F-Droid until we can make a FSDG compliant version
...
It's been more than one year that Replicant is aware that
shipping F-Droid as-is is not compliant with the Free System
Distrbution Guidelines(FSDG)[1].
This is beacause we hoped to resolve the issue upstream in
a timely manner, but that didn't happen.
As we now focus on a longer term solution[2], it doesn't make
any sense to keep F-Droid as-is in Replicant.
That new approach would enable to have an extremely low
maintenance cost for both F-Droid and Replicant if it
is merged upstream.
It would also enable users and developers of other
Android distributions to use it.
References:
-----------
[1]https://www.gnu.org/distros/free-system-distribution-guidelines.html
[2]https://gitlab.com/fdroid/fdroidclient/issues/564#note_162158449
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
2019-07-24 17:16:46 +02:00
doak
c1c94e5fec
Do not leave certificates creation in undefined state
...
Create either all or none keys and certificates.
Signed-off-by: doak <doak+dev@posteo.net>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-06 00:39:17 +01:00
doak
1d677d9f9f
Make creation of certificates more robust
...
This fixes several issues:
* Mostly all fields have to be set (at least it seems like this)
to create certificates using 'make_key' successfully.
* Handle default values.
* Avoid unwanted whitespaces in 'SUBJECT' due of linebreak.
Signed-off-by: doak <doak+dev@posteo.net>
[GNUtoo@cyberdimension.org: added linebreak in commit message]
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-06 00:35:20 +01:00
doak
d6448fbb8a
Formatting: Split all arguments into seperate lines
...
Signed-off-by: doak <doak+dev@posteo.net>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-06 00:32:11 +01:00
doak
d4eea619b9
Add output messages
...
Signed-off-by: doak <doak+dev@posteo.net>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-06 00:31:24 +01:00
Wolfgang Wiedmeyer
8f93ac90e6
Replicant 6.0 0003 images release
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-12-10 06:13:30 +01:00
Wolfgang Wiedmeyer
a6cdc8eab3
Replicant 6.0 0002 images release
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-09-09 20:49:50 +02:00
Wolfgang Wiedmeyer
ae7ec245c8
targets: add n5100 and n5110
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-09-08 22:50:23 +02:00
Wolfgang Wiedmeyer
06f71dd1a4
readd setup wizard to product packages
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-07-09 15:33:36 +02:00
Wolfgang Wiedmeyer
da76a3e288
simplify (and fix) boot animation selection
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-06-23 13:04:25 +02:00
Wolfgang Wiedmeyer
fbea83bdb5
softwaregl overlay: update default workspaces
...
Add workspace layouts for tablets and show RepWifi on the workspace.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-06-23 01:32:20 +02:00
Wolfgang Wiedmeyer
f14027ae6b
sepolicy: set fsck_untrusted to permissive in recovery
...
Breaks installation from SD card in some cases otherwise.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-06-16 23:32:12 +02:00
Wolfgang Wiedmeyer
f02a8d59a5
targets: add n7000 and espresso variants
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-06-12 22:26:17 +02:00
Wolfgang Wiedmeyer
665eb3985c
sign-build: detect n7000
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-06-12 20:25:57 +02:00
Wolfgang Wiedmeyer
ec44b9092c
targets: add maguro
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-13 13:37:50 +02:00
Wolfgang Wiedmeyer
c1a7ee8deb
Replicant 6.0 0001 images release
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-06 20:26:35 +02:00
Wolfgang Wiedmeyer
c606cc8a80
targets: only list devices that are currently supported
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-04 21:15:18 +02:00
Wolfgang Wiedmeyer
39598b2466
Include live wallpapers only when USE_OPENGL_RENDERER is enabled
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-03 19:10:21 +02:00
Wolfgang Wiedmeyer
016bb5b919
remove obsolete settings overlay
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-03 16:06:45 +02:00
Wolfgang Wiedmeyer
7983ebafbb
CONTRIBUTORS and README: https urls for redmine domains
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-02 23:58:17 +02:00
Wolfgang Wiedmeyer
180780e30b
readd mac_permissions.xml from LineageOS
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-02 20:01:24 +02:00
Wolfgang Wiedmeyer
801e730e7e
Merge branch 'cm-13.0' of https://github.com/LineageOS/android_vendor_cm into replicant-6.0
2017-05-02 19:56:19 +02:00
Wolfgang Wiedmeyer
2b5008db43
config: more vendor/cm -> vendor/replicant path fixes
...
Makes sure that these configs can be used for potential Replicant
targets.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-01 22:49:59 +02:00
Gabriele M
109fef9e1e
su: Don't start daemon for adb only mode
...
adb root doesn't rely on su to work, so the daemon shouldn't
be started.
Change-Id: Ice9131b7efe9344df5d77fdbc465ce0b82dbe07f
2017-05-01 23:31:39 +03:00
Wolfgang Wiedmeyer
652c57c520
sign-build: save images in subdirectory with the name of the device
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-04-30 19:42:51 +02:00
Michael Bestas
c30dc1b5ea
addonsu: Add Lineage version to zip name
...
* Avoid confusion
Change-Id: I823d77e037b0d0dc2a4b9f0466d594213c72e179
2017-04-28 20:55:59 +00:00
Wolfgang Wiedmeyer
57366d354a
README: use two spaces for line-breaks
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-04-26 23:52:13 +02:00
Tim Schumacher
116515991c
Fix lunch names in vendorsetup.sh
...
Change-Id: Ic2daf7ae920126fa6af420225bf9eac101c534e3
2017-04-17 09:47:26 +02:00
Sean McCreary
4a53e9a7d0
sepolicy: com.cyanogenmod.updater -> org.lineageos.updater
...
Update seapp_contexts and mac_permissions.xml for the new
LineageOS updater
Change-Id: I171b35ad5578202724efc3f823f7e7a461e5e5cd
2017-03-26 14:58:55 -06:00
Wolfgang Wiedmeyer
6c85ea5648
add RepWifi app to product packages
...
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-03-16 15:19:06 +01:00
Simon Josefsson
1ad1f1a341
Work around that 'make-key' has rc 1 on success.
...
The 'make_key' script returns rc 1 on both failure and success, so work
around by ignoring exit code from that script.
2017-03-04 10:26:45 +01:00
Gabriele M
5f124ae55b
Add target to make a flashable su addon
...
Run 'make addonsu' to make a flashable zip to install the addon and
'make addonsu-remove' for a flashable zip that removes it.
Change-Id: I5b2fe67f98f2474b923c074dc6025b47c6db2ae0
2017-02-27 23:33:02 -05:00