-
Notifications
You must be signed in to change notification settings - Fork 0
Andromeda Compare #1
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
base: upstream
Are you sure you want to change the base?
Conversation
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
opening multiple windows will either crash waydroid, crash phosh or not do anything at all. it is better to just not show anything other than waydroid launch desktop file itself
This reverts commit 7a38305.
… an arbitrary security context (waydroid#996)
Co-authored-by: Alessandro Astone <ales.astone@gmail.com>
32-bit timestamps will overflow in 2038
Requires gbinder-python 1.1.2 to work. It is a noop otherwise.
The logcat command does not have the same commandline options as the shell command, so provide empty defaults to avoid an AttributeError
* Some tools break when the first line is not the xml header * Some tools require the icon to not be a symlink. There should be no more users of ./data/AppIcon.png so just move it to its location * Update contact information. (How did that translation URL end up in there?) * Remove too large screenshot
Add download progress so its easier to tell its not stuck when in verbose mode Signed-off-by: Luis Garcia <git@luigi311.com>
android-store: Add download progress
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
… properly Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
this is now provided by store-provider alongside open store Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
This is now working correctly with libgbinder 1.1.42
HALIUM 12 may refer to either vndk31 or vndk32. We need to differentiate the two. Use HALIUM_12 for vndk31 and HALIUM_12L for vndk32.
Because we never draw directly to the screen, there is no need to expose the KMS nodes to the container.
If awk fails to read the file, we will simply fail to parse the output to integer immediatly after.
In some kernels the i915_capabilities file is not present for the render node, but it is for the card node.
glob() returns results in an arbitrary order, making the getDriNode() unpredictable. The lower-numbered render node has a high chance of being the one used by the compositor, which avoids possible issues when using DMA-BUFs from another GPU, so let's default to that.
…able Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
this icon comes from https://icons8.com/icon/48137/android-os which can be used freely for commercial or personal use Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
| import tools | ||
|
|
||
| if __name__ == "__main__": | ||
| os.umask(0o0022) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be sent to upstream
| #!/bin/sh | ||
| set -e | ||
|
|
||
| configure() { | ||
| # If there is no supplied image don't do anything as | ||
| # we expect the user to do that manually | ||
| if [ -e /usr/share/andromeda-images/system.img ]; then | ||
| andromeda init || true | ||
| fi | ||
| andromeda upgrade -o || true | ||
| } | ||
|
|
||
| case "$1" in | ||
| "configure") | ||
| configure | ||
| ;; | ||
| esac | ||
|
|
||
| #DEBHELPER# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be Evaluated..
| gir1.2-gtk-3.0, | ||
| andromeda-sensors, | ||
| python3-dbus, | ||
| dbus, | ||
| policykit-1 | ||
| polkitd | policykit-1, | ||
| iptables, | ||
| libglib2.0-bin, | ||
| wl-clipboard, | ||
| android-vibrator-hal, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes of interest
Compare for adjustments in Arcanyx-org/NiXium#167 to figure out needed changes for Arcanyx
Andromeda drops android-store as it's "this is now provided by store-provider alongside open store"
Andromeda drops apparmor without any known explanation?
These commits were removed:
51b62d1(#1) -> Rename back to waydroid to make this more readable97b77a4(#1) -> Migration thing from waydroid on andromeda7af1561(#1) -> Changes the icon.157ecfe(#1) -> Drops AppArmor without any explanation, so refusing to remove.