| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
remove prebuilt terminal (built-in terminal app can be activated in dev settings)
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Conflicts:
CHANGELOG.mkdn
CONTRIBUTORS.mkdn
config/cdma.mk
config/cm_audio.mk
config/common.mk
config/common_full.mk
config/common_full_phone.mk
config/gsm.mk
config/themes_common.mk
get-prebuilts
overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.jpg
overlay/common/frameworks/base/core/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg
overlay/common/frameworks/base/core/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg
overlay/common/frameworks/base/core/res/res/drawable-xhdpi/default_wallpaper.jpg
overlay/common/frameworks/base/core/res/res/values/config.xml
overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
prebuilt/common/bootanimation/1080.zip
prebuilt/common/bootanimation/1200.zip
prebuilt/common/bootanimation/240.zip
prebuilt/common/bootanimation/320.zip
prebuilt/common/bootanimation/360.zip
prebuilt/common/bootanimation/480.zip
prebuilt/common/bootanimation/540.zip
prebuilt/common/bootanimation/600.zip
prebuilt/common/bootanimation/720.zip
prebuilt/common/bootanimation/768.zip
prebuilt/common/bootanimation/800.zip
prebuilt/common/etc/apns-conf.xml
sepolicy/mac_permissions.xml
sepolicy/sepolicy.mk
vendorsetup.sh
Change-Id: I4fc2a5b00721cae8b3a36f33c36f006142bad44f
|
| |
| |
| |
| |
| |
| | |
* This is free on the Play Store, no need to bake it in.
Change-Id: Iffa24c3f2239ee06deee2fe7d1cec396200e1d79
|
| |
| |
| |
| |
| |
| |
| |
| | |
see https://github.com/jackpal/Android-Terminal-Emulator/issues/357
This reverts commit 6b6000d1cbd9b3b311301a5b26d65be721f8add8.
Change-Id: Iec140ddc77edee15bc5c3d6750d27bccdf9f93d4
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The group that maintains and builds the Terminal Emulator
have run into Google Play issues resulting in a package name change.
Update associated libraries for this change as well.
See also:
https://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates
Change-Id: Ib50a8d8435ea12d2c74ea9a68f5f9ddadc7601a5
|
| |
| |
| |
| |
| |
| |
| | |
* Use secure protocol when fetching prebuilt APKs to avoid a MITM attack
that could send a malicious APK instead.
Change-Id: If9dfc8bdc6f5a8ac360f40fe3fb423455082d224
|
| |
| |
| |
| |
| |
| | |
add prebuilt dir to gitignore
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When fetching prebuilt binaries from f-droid.org, we were using http,
but are now redirected to a https URI - unless a MITM attacker gets
there first...
Change to unconditionally use https to fetch prebuilt binaries.
While here, set -e so that failure to download any file is not ignored.
|
| |
| |
| |
| | |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
| |
| |
| |
| | |
Signed-off-by: Lukas Märdian <lukas@goldelico.com>
|
| |
| |
| |
| | |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
| |
| |
| |
| | |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|/
|
|
|
| |
Change-Id: I6f3249ff6f84862a5a1efee9a50e440381d6866a
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Change-Id: Id708e96981fe2c75f10022931518774b5f2df573
|
|
|
|
|
|
|
|
|
|
| |
Term.apk now contains JNI shared ojbects for all architectures.
Currectly, the script would only extract and copy armeabi object.
Change the script to extract all object and copy the correct ABI
object to the filesystem.
Change-Id: I167eafab523a4104063fec89b7ba136031c1d07c
Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
|
|
|
|
|
|
| |
And remove the now-redundant ROM Manager
Change-Id: I7664f8a3c21b2a7dd817a68e8ff38f1f96c029cc
|
|
|
|
|
|
| |
libjackpal-androidterm3.so is now libjackpal-androidterm4.so
Change-Id: I2506fe691fd385a131e3fbb4a06f776e02fa77bf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The unzip command in get-prebuilts assumed that the CWD
as ./vendor/cm. This changes allows it to work from any
CWD so now you can do
./vendor/cm/get-prebuilts
instead of
cd ./vendor/cm && ./get-prebuilts
Change-Id: I705191fd84c3ffda6b2e81b7ea7518327cce8081
|
|
|
|
| |
Change-Id: I600f785cbfab66810be28984770e8f818fe0735f
|
|
|
|
| |
Change-Id: Ic27876ebb96f2b15c7a0438495c290bd05140fc1
|
|
* Rename get-rommanager to get-prebuilts
* Add audio_effects.conf to the build
Change-Id: I1e98aeeada645d9588b6841de846e4e38a44756b
|