-
Notifications
You must be signed in to change notification settings - Fork 137
Comparing changes
Open a pull request
base repository: LineageOS/android_packages_apps_LineageParts
base: lineage-22.1
head repository: maruos/android_packages_apps_LineageParts
compare: maru-0.7
- 20 commits
- 118 files changed
- 7 contributors
Commits on Sep 11, 2019
-
* Data fetched 2019-09-10 using an admin account Change-Id: I76fc4df16df01eb59ef1becf8245e77757f40753
Configuration menu - View commit details
-
Copy full SHA for 7ec2e75 - Browse repository at this point
Copy the full SHA 7ec2e75View commit details
Commits on Jan 10, 2020
-
* Data fetched 2020-01-09 using an admin account Change-Id: I12503925333c043bb5a6b35672394fd4f210b586
Configuration menu - View commit details
-
Copy full SHA for 3e9df09 - Browse repository at this point
Copy the full SHA 3e9df09View commit details
Commits on Jan 14, 2020
-
Change-Id: If2fc72d45b7284651bc42272db577cfbfe100c0c
Configuration menu - View commit details
-
Copy full SHA for b4090d3 - Browse repository at this point
Copy the full SHA b4090d3View commit details
Commits on Mar 4, 2020
-
LineageParts: Remove unavailable entries from search
* By checking isAvailable() before adding an entry to the provider we can make sure removed preferences are not visible in search Change-Id: I05465dbaed9055423a495ef91ce0e352ff8878ca (cherry picked from commit 7b4851f)
Configuration menu - View commit details
-
Copy full SHA for 68972d5 - Browse repository at this point
Copy the full SHA 68972d5View commit details
Commits on Mar 8, 2020
-
LineageParts: Allow removing livedisplay pref screen with config_enab…
…leLiveDisplay * We can't inject via IA if we want this. Change-Id: I17103ad116d1d26855fb47fdee1fa6cdc914e053 (cherry picked from commit 3d86c43)
Configuration menu - View commit details
-
Copy full SHA for 82c4c38 - Browse repository at this point
Copy the full SHA 82c4c38View commit details
Commits on Mar 28, 2020
-
Change-Id: Idc9f32db95580d8f5e5e171c4abb4e3a2a3eaaa1
Configuration menu - View commit details
-
Copy full SHA for 3931958 - Browse repository at this point
Copy the full SHA 3931958View commit details
Commits on May 2, 2020
-
* Data fetched 2020-05-01 using an admin account Change-Id: If7b94f8b90607db4228a5e5aae3c3ce63399c56e
Configuration menu - View commit details
-
Copy full SHA for 7fbca2a - Browse repository at this point
Copy the full SHA 7fbca2aView commit details
Commits on May 31, 2020
-
LineageParts: Improve profiles list style
* Remove horizontal divider from profiles list, * Remove unused summary, * Set android:textAppearance to textAppearanceListItem. Change-Id: I69e2ee05a75198135e6d5c4bec8d52ff4f45e2cb
Configuration menu - View commit details
-
Copy full SHA for e3f3b5a - Browse repository at this point
Copy the full SHA e3f3b5aView commit details -
LineageParts: Profiles: Even more improvements
* By setting clickable to false, the parent's clickable attribute can unfold its' effects * Remove the divider between the profiles Change-Id: I8aaf3b7d04da1a1769ee8659a8516e2220a1327f
Configuration menu - View commit details
-
Copy full SHA for 3cf195c - Browse repository at this point
Copy the full SHA 3cf195cView commit details
Commits on Jun 29, 2020
-
StatusBarSettings: Fix NW traffic not being properly hidden from search
On devices with notches (those that obviously set the overlay config), the network traffic monitor preference can still appear in settings search results. Fix this by not depending on whether the user has ever opened status bar settings. Additionally turn the static boolean variable into non-static since it no longer makes sense. Change-Id: I7d4ed3d8fc84949a67e6d5f98c9a6e8719385ab0
Configuration menu - View commit details
-
Copy full SHA for f84effa - Browse repository at this point
Copy the full SHA f84effaView commit details
Commits on Aug 12, 2020
-
* Data fetched 2020-08-11 using an admin account Change-Id: I8c9363e950546ac446df4ed5f724383eeeb8b554
Configuration menu - View commit details
-
Copy full SHA for bd12896 - Browse repository at this point
Copy the full SHA bd12896View commit details
Commits on Sep 12, 2020
-
Change-Id: Ib13a3d6c0d5c3f54c40c5023f6d71e577b0999b6
Configuration menu - View commit details
-
Copy full SHA for f65bd58 - Browse repository at this point
Copy the full SHA f65bd58View commit details
Commits on Oct 16, 2020
-
Change-Id: Iee4e3e66cd860bb82e35a8572bd46aa97737bed4
Configuration menu - View commit details
-
Copy full SHA for e9dd6a9 - Browse repository at this point
Copy the full SHA e9dd6a9View commit details
Commits on Oct 31, 2020
-
Trust: Request removal of the notification when disabling the preference
* Right now, nothing requests the removal of the notification * This means, that disabling the preference still leaves us with the notification * By notifying the service of the user action, the notification gets cancelled properly Change-Id: I26d23f3dde582dbc923faaa558d5f0bf00d49035 (cherry picked from commit 706da80)
Configuration menu - View commit details
-
Copy full SHA for 89b3910 - Browse repository at this point
Copy the full SHA 89b3910View commit details
Commits on Nov 18, 2020
-
* Data fetched 2020-11-18 using an admin account Change-Id: I8aca11f5ce4c1d4450c6782aceb439d293c7081b
Configuration menu - View commit details
-
Copy full SHA for f8d1319 - Browse repository at this point
Copy the full SHA f8d1319View commit details
Commits on Dec 16, 2020
-
Change-Id: Ib728d359e04a2c919e79fc5ea44341c52cf74931
Configuration menu - View commit details
-
Copy full SHA for f9a1ec6 - Browse repository at this point
Copy the full SHA f9a1ec6View commit details
Commits on Jan 10, 2021
-
LineageParts: Stats: Try getting a valid country code
* As per https://developer.android.com/reference/android/telephony/TelephonyManager#getNetworkCountryIso() we are either getting a valid lowercase 2 character alpha-2 country code or an empty string. Make it uppercase so the server needs to do less work on those strings * Additionally the doc states to be unreliable on CDMA networks, so in those case don't use the result * To get a country code anyway, use getCountry() on the current locale - we will get either an uppercase 2-letter or a 3-digit code, which we only use when it's the 2-letter result Change-Id: I2c2538e1d77502f3c240543b544c954226175061
Configuration menu - View commit details
-
Copy full SHA for 8e5017d - Browse repository at this point
Copy the full SHA 8e5017dView commit details -
LineageParts: Stats: Improve getting a valid carrier name
* Looking at our stats server, there are a lot of unknown carriers * "Unknown" may be the result of the device not being registered to a network when the stats are collected, so in these cases we would simply go by whoever provided the SIM Change-Id: I659c96d0d683109a75d9e12daa1d6fa457eb4840
Configuration menu - View commit details
-
Copy full SHA for 1d966fe - Browse repository at this point
Copy the full SHA 1d966feView commit details
Commits on Jan 16, 2021
-
Change-Id: I53ada458598b6094df8fe2c2d4105e5ed48e4585
Configuration menu - View commit details
-
Copy full SHA for d582f51 - Browse repository at this point
Copy the full SHA d582f51View commit details
Commits on Feb 8, 2021
-
Merge pull request #1 from pintaf/maru-0.7
merge update from lineage os 16.0
Configuration menu - View commit details
-
Copy full SHA for 2136140 - Browse repository at this point
Copy the full SHA 2136140View commit details
There are no files selected for viewing