Commit graph

2857 commits

Author SHA1 Message Date
Sean hoyt
fc9a4c5793 Make a data only config
Change-Id: I99d60de61384aa413f64fbd60842c42ee1a169af
2017-03-24 19:59:47 +00:00
Michael W
12ee4592b9 APN: Fix TalkTalk
* https://help2.talktalk.co.uk/manually-entering-mobile-phone-settings

BUGBASH-265

Change-Id: Ie52976ff9df0e755ceebcee9260140e32b56f274
2017-03-24 19:58:32 +00:00
Michael Stucki
84582dd5c5 apns: Update Swiss APNs
* Remove duplicates
* Rename Orange to Salt

Change-Id: Ia2fc82d119e202da5d31383d340ad3ccae48c0ec
2017-03-22 23:32:28 +00:00
isimobile
024efe791d apn: Updating TelkomSA from 8ta South Africa APN
8ta has been rebranded to TelkomSA

Change-Id: I678099a2148cdc3ad773c3b1d93b9fa7bb417eff
2017-03-19 16:53:15 +02:00
Dan Pasanen
d4ee2f6d04 repopick: encode commit subjects in utf-8 for printing
* Fixes errors like UnicodeEncodeError: 'ascii' codec can't encode
  character u'\xb0' in position 51: ordinal not in range(128) with weird
  characters in a commit message

Change-Id: I700198481630b4b29fd6d5d1f0c79bb94e59ad86
2017-03-16 20:30:41 +00:00
Dan Pasanen
bfaafb5e2a cm: build custom tiles app
Change-Id: I861bccafe2a520d9061d1f636aac485db21cfb95
2017-03-16 18:06:31 +00:00
Gabriele M
02cf7d8d49 overlay: Disable recovery updates
Our recovery is not ready, so disable the preference for now.

Change-Id: I406deb4c53836da4c4c6f44933154804ece1d1a7
2017-03-16 13:27:36 +00:00
Tommaso Fonda
3f0cb9b94d apns: Remove proxy for the "TIM WAP" APN
The proxy prevents mobile data from working
(e.g. loading a webpage results in ERR_EMPTY_RESPONSE).

On all the mobile phones I've inserted the SIM in,
when the APN's are obtained automatically
this parameter is not set to any value.

Also remove unnecessary parameters and correct authentication type.

Change-Id: I16592de4555fb8ab3fe502b3b39779720c344afb
2017-03-15 15:26:41 +00:00
Aaron Kling
99c8456e75 Add TvSettings to common tv config.
This is required for all ATV builds. SUW will crash looking up the
wifi activity is it isn't installed.

Change-Id: Iccc982f46963024c065ac0b7c578ad60eb4d7d7a
2017-03-12 22:52:47 -05:00
Christopher R. Palmer
070fcfc612 vendor: Add templates for proprietary extraction scripts
Change-Id: I1be5d0f4cd103cf159de4f6323e2994f0df28b37
2017-03-11 11:11:15 +00:00
Paul Keith
85cf0bb8c6 extract_utils: Fix locale issue with sort
* On some machines, LC_ALL=C is set, causing the sort
  order of makefiles to be different than those without
  this locale change that is set
* Set LC_ALL=C on all machines for consistent ordering
* From 'man sort':
  The locale specified by the environment affects sort order.
  Set LC_ALL=C to get the traditional sort order that uses native byte values.
* Thanks to haggertk and rashed for verifying this for me

Change-Id: I5bbb94b0dfe599a67036de4312e8af913e9b8d30
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
2017-03-08 15:03:51 -06:00
Rashed Abdel-Tawab
cf65ecf8e6
qcom: Automatically set TARGET_USES_COLOR_METADATA for msm8996/8
Change-Id: I47d71f6f9f5f5c656b89b0ae9f4ec6ec2ff30915
2017-03-07 19:51:36 -05:00
RGIB
34848ea061 vendor_cm : update Fastweb apn
Change-Id: I2b84585fd560dd01cf7b5a857744c681e484dec5
2017-03-07 08:42:11 +00:00
Gabriele M
17da6a348b apns: Add Perfectum
Change-Id: I6ec779888cbce53c9e965605f809f56301611f63
2017-03-05 21:40:45 +00:00
Zhao Wei Liew
311fd6f991 cm: build: tasks: Remove BUILD_TINY_ANDROID check
This flag has been obsolete for a while now.

Change-Id: Ib78a1b141ddd757d2546b2eff2158e6e0cc0d673
2017-03-05 19:22:52 +08:00
Christopher R. Palmer
052d9d9384 extract-utils: Fix handling of pulling src:dest pairs from dumps
Currently, the priority of the src and dest is inverted between
pulling from adb and pulling from a system dump.

Assume that we have a camera wrapper and write the proprietary-files.txt

lib/hw/camera.msm8996.so:lib/hw/camera.vendor.msm8996.so

If we pull from a phone running Lineage that has both files, we get

camera.vendor.msm8996.so

as the pulled blob.  If we take the exact same build and pull it
from the system dump (aka, your own $OUT directory that built the
installed software) you get

camera.msm8996.so

pull instead!

Make both paths follow the same logic so that you get the same
file independent of the source.

Change-Id: I479e0ae765339cc38fa05fcaad7943c528129463
2017-03-04 05:16:28 -05:00
Bruno Martins
9847337afa Drop obsolete contributors list
* Replaced by http://wiki.lineageos.org/contributors.html.

Change-Id: I524a562bc3ec18625e68f06c4978fb524b87a569
2017-03-01 10:33:56 +00:00
Gabriele M
29259fa60c Disable quick pulldown by default
With Android N this feature became less relevant since a subset of
the toggles is available without fully expanding the notification
panel. This gives better access to the notifications with almost no
functionality loss.

Change-Id: Idb66472b77e60f4ae753c5dd00f6588566cc3c63
2017-02-28 04:36:44 +00:00
Dan Pasanen
7776e06db7 vendor: remove old apns symlink
* This is old and if anyone's still using it, its time to stop

Change-Id: I89bf175f7f45bcc3cbd5f882528e0f7ec6cf49e4
2017-02-27 17:27:17 +00:00
Gabriele M
0e2d72ecc7 backuptool: Preserve the SELinux context of the files
Add a function that allows to copy files preserving their SELinux
context that is generic enough to work with both busybox and toybox.

Change-Id: If2c245863df5675c18dbf43b6bcedeb33383fc38
2017-02-27 17:20:28 +01:00
Gabriele M
556246b27b backuptool: Don't rely on the order of the elements in the list
We should not test symlinks using -e or -f, otherwise the order in
which the files are backed up and restored matters.

Change-Id: I9b87972b27a63ef562c0c5f46f943eafd0a08ce1
2017-02-26 21:07:13 +00:00
Gabriele M
2aad96bf6e backuptool: Preserve symlinks
Without -d, we copy the file sysmlinked rather than the symlink.

Change-Id: Ie0fdd43f29e53334464188c846dd7a3b7bb770cc
2017-02-26 11:40:10 +01:00
Tom Powell
aefc461a94 Use releasekey instead of platform for extra recovery keys
Change-Id: I4beb623477b91d1ce193769e37e6fd802148ef07
2017-02-24 01:25:38 +00:00
Paul Keith
5170f46847 cm: Remove HexoLibre
* This is wasting space and is totally unused

Change-Id: I85115e979f4ff593df9a0c3a3ceb104b55bafe06
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
2017-02-23 18:50:12 +00:00
frk
f85ec8a22e build: Pass path into grep instead of using cat
grep should be given the filename directly instead of using cat
to pass the file contents.

Change-Id: Ic5275ac0f057f3d134fe57f43672a73fa7e3d7de
Signed-off-by: frk <frk@haze-productions.com>
2017-02-23 18:49:38 +00:00
Dan Pasanen
b4e8aaeb00 overlay: enable productivity_device for DocumentsUI
Change-Id: I58928bfb714c9a5a47a0640f0867b3968efce7e4
2017-02-23 18:11:43 +00:00
Matt Mower
55a3794773 cm: Do not build CMFileManager
Until CMFileManager is revamped or a suitable replacement is written, do
not include it in general builds. Basic storage activities can still be
completed with Android's built-in storage management:

1) Use the Downloads launcher
2) Settings > Storage (select volume) > Explore

Change-Id: Ic9c4eb2d0347332c4631d55c480b87cbc131116c
2017-02-23 18:11:39 +00:00
Dan Pasanen
a86b1c0080 vendor: support more text types
* Pull in all text/* types that CMFM supported with the exception
  of those already supported

Change-Id: I0221dbc52eb0299e8acc4ca37390131f60593b34
2017-02-22 09:05:11 -06:00
ElDainosor
08eb71e86a apn: Updating Movistar Argentina APN
This change updates the APN settings, removing the proxy and the port. 
  This, according to movistar itself, makes the connection slower and 
  will be shut down soon.

More info on their forum: 
https://foro.movistar.com.ar/threads/43044-NOVEDAD-Apagado-de-Proxy

Change-Id: I705e6ed2237503ee67c7371bf3595b461dfbbd9c
2017-02-19 21:11:08 +00:00
cretin45
7674e0521a CyanogenSetupWizard > LineageSetupWizard
Change-Id: I71a5ab3aff11963c5c6119197d644fa468b3c728
2017-02-14 13:35:55 -06:00
Shane Passmore
ad61cacebb cm: config: dont build CMWallpapers
Change-Id: I3dd61996cb685e5d383df3d975d5a1cedc257534
2017-02-12 18:08:20 -06:00
Zhao Wei Liew
d0850b3294 cm: bootanimation: Fail the build if mogrify is absent
We're no longer using convert, but mogrify.

Change-Id: Ifd58527b49e5548dd94b35a8cf0ffa4ad5196804
2017-02-10 22:03:31 +00:00
Dan Pasanen
efe4823542 tasks: dt: add flag to optionally compress dt with lz4
* Gotta save that space somehow. This is in the continuing
  effort to remove custom mkbootimg.mk files in device trees

Change-Id: Ie8b3cedf6e37d1d11c2383dd3590f9908ad7818c
2017-02-09 18:59:12 +00:00
Matt Mower
0d103f342f qcom: Permit dumpstate to run "ip xfrm policy"
* dumpstate needs execute permissions for wcnss_service

Change-Id: Ic2b39c877c28b330f6631f44277830d274878fbb
2017-02-07 07:31:59 -06:00
Christopher N. Hesse
70658805a6 bootanimation: Use mogrify to convert images in place
Fixes bootanimation generation for Darwin/BSD.

Change-Id: Id9e38bcb9db7b550f22bda1250dbb515599e8f93
2017-02-06 20:11:19 +00:00
dh-harald
7ee326d463 LatinIME: re-add (fixed) Hungarian dictionary
Change-Id: Id9e57161a4afc7cbb414d91be615d75d1c69f914
2017-02-05 16:36:38 +00:00
Zhao Wei Liew
c85375217f cm: charger: Correct res_create_multi_display_surface() usage
Number of frames comes first; frames per second comes after.

This fixes commit 7d2b6d238b.

Change-Id: I06218a01242a327cbb9be08d3efbb3d1e4cbb217
Issue-Id: LINN-11
2017-02-05 13:24:09 +08:00
c457
9641864ebe contributors: Add Axon7 maintainers
Change-Id: I60e1fcebd4583ec88ee2369f53fbf29a021e6962
2017-02-04 22:03:15 +00:00
FireLord1
0a107468ca vendor: fix lunch combo name to lineage
Change-Id: Iad70988cba9bccdeb51681e806e8b96be3551f51
Signed-off-by: FireLord1 <firelord.xda@gmail.com>
2017-02-04 12:15:28 +00:00
Zhao Wei Liew
cc61a1c4d8 cm: Enable long-press on power in suspend by default
As of fw/b change I14365389990eb06daaa127f5db66df45abf6c064,
we now have an option to long-press on power to enable torch.

To support this feature, we need to enable long-press on power
while the device is still non-interactive.

Change-Id: I4e2b4af86d397f68e119963054c33fd890c77cc5
2017-02-04 00:33:01 +00:00
Brinly Taylor
b5471a201c contributors: BQ updates
* bq-dev are now called "aquaris-dev"
* we've also taken over paella (aka picmt) as Marcos Marado is currently somewhat busy.

Change-Id: Id24ecbbe7558bcb48df12ab3e28d95b4f834849e
2017-02-03 08:02:22 +00:00
nicknitewolf
0258f3e8a2 apns: Add SingTel hi!card sim APN
Change-Id: I0715dcdfb7ff845f0d156e2a0919ae6ce02a72b0
2017-02-03 06:09:18 +00:00
Daniel Marsee
a434e63395 apns: Update H2O Wireless for LTE
New H2O Wireless APN to allow LTE is PRODATA, not att.mvno
New settings were copied from 
http://easygo.h2owirelessnow.com/easygo/images/english/APN_SETTING-2014.pdf.

Change-Id: Ic09f9c9a8db90877fa2842d076762a14bdf154ca
2017-02-03 06:09:05 +00:00
Zhao Wei Liew
087b53c654 cm: overlay: Settings: Enable gesture settings
We'll be placing our custom touchscreen gesture settings
into the AOSP gesture settings.

Change-Id: If9d5dbf155415a01eaa96e21749517c1a8e135e7
2017-02-01 01:21:15 +00:00
Zhao Wei Liew
22ccf5ef16 cm: contributors: Update translator list
Based on an export of Jan 30, 2017

Change-Id: Ia2c2a318b481508840ffc425f45b29e24bc1eb6d
2017-01-31 07:19:13 +00:00
Joey Rizzoli
2656197902 cm: add LineageOS recorder
* remove aosp soundrecorder and cm screencast
* add only on full builds

Change-Id: I68f7c62d2f78ce3d34e3ecaa554544d11fd7cc92
Signed-off-by: Joey Rizzoli <joey@lineageos.it>
2017-01-29 20:26:15 +00:00
Paul Keith
4f16373865 apns: Remove differentiation between FreedomPop GSM APNs
* Unnecessary due to differing mcc/mnc

Change-Id: Ica43ec381d4aa1873f2e332adf31381fac309e1b
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
2017-01-29 19:46:02 +00:00
Paul Keith
6dc33ac9c5 apns: Correct FreedomPop US LTE APN
* This is not run on 3 UK's network, but AT&T's

Change-Id: I81c8881b04ebd5c7a24794835097056d9075d9a2
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
2017-01-29 19:45:40 +00:00
Scott Warner
db8d7afd54 bootanimation: Limit the PNGs to 250 colors
Some systems seem to have with the convert command as-is:
convert: Cannot write PNG8 or color-type 3; colormap is NULL

Because we are writing PNG8, there area a max of 256 colors total.
Explicitly telling convert to stay under the max fixes the issue.

Change-Id: I595fb4503396ca20226ea76bf7b15ed9878752fd
2017-01-29 09:47:56 +00:00
codeworkx
33f4c4ca47 contributors: add LeEco Le 2 (s2)
Change-Id: I92809cf89a74887b9a244946376af03fbf8fcbfe
2017-01-29 10:27:44 +01:00