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

Release 0.4.2-beta #119

Merged
merged 49 commits into from
Mar 27, 2023
Merged

Release 0.4.2-beta #119

merged 49 commits into from
Mar 27, 2023

Commits on Mar 7, 2023

  1. Added config for bacon

    MagicLike committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4556780 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Renamed config

    MagicLike committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a5d34b1 View commit details
    Browse the repository at this point in the history
  2. Removing extra reboot step

    MagicLike committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    8da1b90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754b7be View commit details
    Browse the repository at this point in the history
  4. Added OnePlus One to list

    Added OnePlus One to the list of officially supported devices
    MagicLike committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    51f6c5d View commit details
    Browse the repository at this point in the history
  5. Added another config for device code "bacon"

    Another config is needed, because after installation of a custom ROM the device switches from device code "A0001" to "bacon".
    MagicLike committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4b616ab View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    077ea03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba97efe View commit details
    Browse the repository at this point in the history
  3. Updated contribute_link

    MagicLike committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e3c12e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f487ce View commit details
    Browse the repository at this point in the history
  5. Moved feedback to app header

    Moved feedback to app header instead of opening it automatically.
    MagicLike committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1a99a42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c28998 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0abb90f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66d6cba View commit details
    Browse the repository at this point in the history
  9. Code formatting

    MagicLike committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6880808 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    13c3500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4222309 View commit details
    Browse the repository at this point in the history
  3. Updated search icon

    Updated the search icon, due to coming support for other devices than phones.
    MagicLike committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2d7b0e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    dd1c897 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c7706b9 View commit details
    Browse the repository at this point in the history
  2. Update test and fix configs

    tsterbak committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    13a9751 View commit details
    Browse the repository at this point in the history
  3. Revert "Put restart and finish buttons next to each other"

    This reverts commit 4222309.
    MagicLike committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    475cfa3 View commit details
    Browse the repository at this point in the history
  4. Revert "Added restart button on final page"

    This reverts commit 13c3500.
    MagicLike committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f24ed79 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Success page update (#113)

    - [x] Updated the "How to contribute" link (#108)
    - [x] Moved Feedback to app header (#104)
    - [x] Updated the "Search for device" icon
    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    306c789 View commit details
    Browse the repository at this point in the history
  2. Switched from flashing to booting TWRP (#111)

    OAI now only boots into TWRP instead of flashing and overwriting the
    existing recovery, which can cause problems with the bootloader not
    being able to communicate with the recovery.
    
    related to
    #98 (comment)
    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ecd5019 View commit details
    Browse the repository at this point in the history
  3. Support for OnePlus One (#98)

    Added a config for OnePlus One (`bacon`), based on the OnePlus 5 config
    by @SirRGB. But it is still untested... (Hopefully I have the time to
    test it in the next few days / week(s))
    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a49cae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1436e View commit details
    Browse the repository at this point in the history
  5. Device code as list (#118)

    This PR adds:
    - Supported device codes for a config are now a list; config is loaded
    based on this
    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5fb50d3 View commit details
    Browse the repository at this point in the history
  6. Align configs

    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    faf315f View commit details
    Browse the repository at this point in the history
  7. Bump version

    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    436e4a3 View commit details
    Browse the repository at this point in the history
  8. Removed extra reboot step

    MagicLike committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b12f239 View commit details
    Browse the repository at this point in the history
  9. Code formatting

    MagicLike committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    69f73dd View commit details
    Browse the repository at this point in the history
  10. minor fixes

    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1ca341b View commit details
    Browse the repository at this point in the history
  11. Fix device code issue

    fixes #81
    MagicLike committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c800eb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41825e9 View commit details
    Browse the repository at this point in the history
  13. Fix device code issue (#121)

    fixes
    #81
    tsterbak committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    916386e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    2df4a66 View commit details
    Browse the repository at this point in the history
  2. Update configs accordinly

    tsterbak committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    523b9c7 View commit details
    Browse the repository at this point in the history
  3. Update readme

    tsterbak committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ece1e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    150700d View commit details
    Browse the repository at this point in the history
  5. If there are not instructions to unlock the bootloader, assume that t…

    …here is nothing to do and toggle the switch by default
    tsterbak committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a9a421d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f927280 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6f701a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1736ccf View commit details
    Browse the repository at this point in the history
  9. Make texts selectable in the application (#127)

    This PR adds:
    - selectable text and markdown elements in the app
    tsterbak committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d7149c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8aaaa0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e5e2e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c985726 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21a7981 View commit details
    Browse the repository at this point in the history