This project is mirrored from https://github.com/LineageOS/android_lineage-sdk.git.
Pull mirroring updated .
- 16 Apr, 2020 1 commit
-
-
Romain Hunault authored
Disabled forward and Reverse lookup by default See merge request !4
-
- 27 Mar, 2020 2 commits
- 24 Mar, 2020 1 commit
-
-
Mohit Mali authored
-
- 19 Mar, 2020 1 commit
-
-
/e/ robot authored
-
- 17 Mar, 2020 1 commit
-
-
Sam Mortimer authored
*) Regular interface stats don't include hw offload tethering statistics so collect and include them in our traffic calculations. Change-Id: Id72577429840f65ae20d7b80e7490ec41d826579
-
- 09 Mar, 2020 1 commit
-
-
/e/ robot authored
-
- 04 Mar, 2020 1 commit
-
-
Paul Keith authored
* config_defaultLiveDisplayMode should also be set to 0. Change-Id: I06ded48ec8783d5319925f391cb7f54391cd1dea (cherry picked from commit 6907fc27)
-
- 20 Jan, 2020 1 commit
-
-
Romain Hunault authored
-
- 19 Jan, 2020 1 commit
-
-
Michael W authored
Change-Id: I325f0c60b57d49cd41e69e244f8952f1748905c6
-
- 18 Jan, 2020 1 commit
-
-
/e/ robot authored
-
- 17 Jan, 2020 1 commit
-
-
BeYkeRYkt authored
* Fixes the wrong power profile after rebooting the device, if before that low power mode was turned on. Change-Id: I6008433b5e304a0f168ba9c7eeb189f4d3e83347
-
- 04 Dec, 2019 1 commit
-
-
/e/ robot authored
-
- 23 Nov, 2019 1 commit
-
-
Michael W authored
* Moving SensitivePhoneNumbers to sdk got us significantly bigger zip packages due to libphonenumber being part of every package that is using org.lineageos.platform or org.lineageos.platform.internal * In order to correct this, move the "phone" folder to an own library that statically links libphonennumber and subsequentially make use of that package where needed Change-Id: I4effd7a9248290aeb23ab47ff8e30385dce4401a
-
- 03 Nov, 2019 6 commits
-
-
/e/ robot authored
-
Michael W authored
* Constructor is called during boot, adding boot time where it's not necessary * Use the first actual call to a function to parse the list Change-Id: I02548d004c5d78db65c872247cd36a0405d826ea
-
Michael W authored
* Now that there are more users than just call log, it is better to parse the XML-file just once * Keep an instance around for the various users of this class Change-Id: Iff1510dc40d68a211a6a1c5f19e4ca9ac64c3fcd
-
Michael W authored
* When calling the number with intl. prefix it is currently not hidden * Remove the international prefix before checking th number Test: Before: 116006 - hidden +49116006 - not hidden 004911606 - not hidden After: 116006 - hidden +49116006 - hidden 0049116006 - hidden Change-Id: I72ec2c9a4da87ef243c59c8c4bab33585fdbd854
-
Michael W authored
* Instead of only checking the current or default MCC to hide a number, see if any of the connected networks would hide a number * This makes sure that e.g. for multiple sims (e.g. living next to the country border, having one sim for each country) and accidentially using the wrong sim for a call, the number would still get hidden Change-Id: I2692d00217d3143fd55122cee9064528bb09352d
-
Michael W authored
Change-Id: I47e4dc5dbc6e8043f4007c5599cf6057c7a0746a
-
- 05 Sep, 2019 1 commit
-
-
Vincent Bourgmayer authored
-
- 31 Aug, 2019 1 commit
-
-
/e/ robot authored
-
- 30 Aug, 2019 1 commit
-
-
Han Wang authored
* Use getFocusedStackInfo() to check active task, also do general cleanups for this class. Hopefully this will get rid of the strange issues of "kill foreground app" feature. Change-Id: Ice1ca8e088ea4fec050fa171d990cb938dd3272c
-
- 26 Aug, 2019 1 commit
-
-
Gaël Duval authored
-
- 25 Aug, 2019 3 commits
-
-
Sam Mortimer authored
Problems with current TrafficStats.getTotal[RT]XBytes() implementation: * Tethering related traffic is not counted at all. * If you have a VPN active, stats are double counted. So change the approach and track traffic on all non-VPN Internet capable networks since: * Tethering traffic is included in interface specific stats (unlike getTotal*). * VPN networks are excluded so no longer double counted. * Works correctly regardless of hotspot "Allow clients to use VPNs" hotspot setting. * Works with simultaneous wifi ap and wifi upstream. (WIFI_HIDL_FEATURE_DUAL_INTERFACE = true) Change-Id: Ic1135f10388b5be427202b092acd1444f94bd2b6
-
Michael Bestas authored
Change-Id: Iaab92105e9b37bcf015ba07362cc6fbd14047d8a
-
Gaël Duval authored
-
- 24 Aug, 2019 3 commits
-
-
Joey authored
Change-Id: I7fb99b8e92e83f6288e90e3dad9748b2eaf6305a Signed-off-by:
Joey <joey@lineageos.org>
-
Amit authored
-
LuK1337 authored
Change-Id: I43f9a1f43c83fb83e7eac9c687a928d9bc0ba3f5
-
- 21 Aug, 2019 1 commit
-
-
Romain Hunault authored
-
- 20 Aug, 2019 7 commits
-
-
dianlujitao authored
Change-Id: Id01eeee3bdfc599bdc20a5779db3d002fa4bc1c9
-
dianlujitao authored
* LiveDisplayConfig isn't instanced until boot completed, thus if LiveDisplayManager is instanced earlier, null is always returned. Change-Id: I003886ffced86a5a82dec25a4cc7b542da0f2331
-
dianlujitao authored
* On HWC2, setting "Display mode" to "Automatic" and disabling "Automatic outdoor mode" at the same time makes no difference with setting "Display mode" to "Off" alone. Obviously this is redundant and could confuse the user, so simply ignore the "Automatic outdoor mode" setting on HWC2 to reduce redundancy. Change-Id: I6858571a6b9ded3540fd3d936499878f57a7b3d4
-
dianlujitao authored
* This capability is set by ColorTemperatureController on HWC1 which is not used on HWC2, but it controls whether to enable automatic outdoor mode, thus advertise it here. * Set the default mode back to MODE_AUTO. Change-Id: I2061cdb9ca5991e60dc9c4b3d566dd811c3c8936
-
dianlujitao authored
This reverts commit f781a939. * Twilight tracker and display mode are still used by ColorTemperatureController Change-Id: Icaf2a93befd56478eb2307d6f25da49c7c3fd73f
-
Romain Hunault authored
-
Sam Mortimer authored
Change-Id: I4665be19f425c47766f29da5993fd18b19352b4b
-
- 19 Aug, 2019 2 commits
-
-
Michael Bestas authored
* It is enabled by default on Pie Change-Id: Ia6faeee4d41c088d057fe1719f32d70f7fa1b099
-
Martincz Gao authored
Change-Id: I5b9aa82f23d404ea4372658671608b106600733f
-