-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add geocoding provider for all handleld devices. #67
Draft
empratyush
wants to merge
46
commits into
GrapheneOS:15
Choose a base branch
from
empratyush:geocoding
base: 15
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Squashed with: Author: quh4gko8 <[email protected]> Date: Wed Mar 6 09:19:14 2024 +0000 Use a different target name for GrapheneOS' PdfViewer AOSP uses "PdfViewer" as target name for its own pdf viewer app.
this fixes the style inconsistencies in sud components being used in non-setup flow
These packages are included only on userdebug/eng builds.
It's needed for factory image optimization.
The previous default target sdk_phone_x86_64 has been removed upstream.
This is currently incompatible with exec-based spawning. This also impacts the wrapper spawning model for the stock OS which is available by default, making it an upstream bug rather than a missing feature for exec-based spawning in GrapheneOS.
Compressed APEXes are unpacked into /data/apex/decompressed before being mounted. When APEXes aren't updated out-of-band, this unnecessarily weakens verified boot and wastes storage space. On GrapheneOS, APEXes are not updated out-of-band. For more details, see https://source.android.com/docs/core/ota/apex#compressed-apex
If there's exactly one "vendor/*/$PRODUCT/cmds-for-envsetup.sh" file, source it at the early stage of lunch/choosecombo command. This allows to define extra product-specific variables before the product makefile is parsed, which happens quite late.
PLATFORM_SECURITY_PATCH can already be overridden with a global variable, but using per-product variable is less error-prone.
Android Studio for Platform hardcodes `source build/envsetup.sh`. For script/envsetup.sh history, see https://github.com/GrapheneOS/script/commits/2023090600/envsetup.sh Squashed with: Author: quh4gko8 <[email protected]> Date: Mon Nov 6 16:40:17 2023 +0000 Take OUT_DIR environment variable into account instead of hardwiring to out dir
The system_other image is gone after the first update and the OS ends up needing to compile the code for these apps as part of performing each OS update. GrapheneOS doesn't use JIT compilation and the AOT compilation isn't guided by JIT profiles so this ends up using the same amount of space and doing a bunch of unnecessary work on each device. It also reduces the scope of verified boot by having the compiled odex code for base system apps outside of the verified system partition.
otapreopt is currently broken, which massively slows down post-OTA boot when there's a large amount of optimizable code in user apps. Compilation with the "speed" compiler filter is now performed asynchronously, after boot. Most of the system packages are not affected by this change, since they use dexpreopted code from the system image.
It's 1 by default. Testing showed that boot-after-ota time is reduced almost by half for the same number of packages (from 4:40 to 2:34, around 100 packages).
This fixes an occasional issue where the navbar is in a broken state (gesture nav works, but the bar is rendered as if it's 2/3-button nav) after wiping data or provisioning new users. From Danny Lin <[email protected]> in ProtonAOSP.
This was referenced Dec 12, 2024
empratyush
force-pushed
the
geocoding
branch
from
December 19, 2024 10:43
4ee3bf7
to
5735315
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
related pr and repo.
#67
GrapheneOS/platform_packages_apps_Settings#312
GrapheneOS/platform_frameworks_base#80
https://github.com/empratyush/Android-Geocoder-Provider
(testing app)
https://github.com/empratyush/Android-Geocoder-Client.git