Skip to content
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

✨ Initial support for low powered devices with other architectures #567

Open
wants to merge 5 commits into
base: rolling
Choose a base branch
from

Commits on May 4, 2024

  1. ✨ feat: multiple profiles to support various devices with other archi…

    …tectures (#566)
    
    - Add 2 profiles with binary size reduction feature to allow devices
      with low storage to compile/build the app with smaller size.
    - Add 3 profiles to allow devices with low powered cpus or other
      architectures like arm to compile apps using less cpu usage.
    - Add 6 profiles with hybrid of both for both low powered cpu and low
      storage devices.
    neon-mmd committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4993da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc49cb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    6200c5d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-…

    …devices-with-other-architectures
    neon-mmd committed May 6, 2024
    Configuration menu
    Copy the full SHA
    33363a8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-…

    …devices-with-other-architectures
    alamin655 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2f4e403 View commit details
    Browse the repository at this point in the history