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

Enable support for android 5/6 for termux-app #2740

Merged
merged 19 commits into from
May 23, 2022
Merged

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    6213b7f View commit details
    Browse the repository at this point in the history
  2. Changed: Bump down minSdkVersion from 24 to 21 to restart suppo…

    …rting android 5/6 for the time being
    
    Compatibility fixes will come in later commits.
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    623aaeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9143ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1719d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e9a8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa82962 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    677a580 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55dcd09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c549988 View commit details
    Browse the repository at this point in the history
  10. Changed: Export correct PATH and also export LD_LIBRARY_PATH for Andr…

    …oid 5/6 since packages won't use DT_RUNPATH
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4e08f76 View commit details
    Browse the repository at this point in the history
  11. Added: Add ResourceUtils to get resource ids from names

    This will mainly be used later when MediaViewer gets added.
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    ab9b620 View commit details
    Browse the repository at this point in the history
  12. Added|Fixed: Add `TermuxNotificationUtils.getTermuxOrPluginAppNotific…

    …ationBuilder()` helper function and fix notification icon drawable resource id issue on Android 5
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5290ce1 View commit details
    Browse the repository at this point in the history
  13. Added: Add message to bootstrap error if user installed termux on por…

    …table/external/removable sd card since its not supported on some devices
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    007bef8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7677633 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18a1a33 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d084c0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    899ef71 View commit details
    Browse the repository at this point in the history
  18. Changed: Export correct PATH and also export LD_LIBRARY_PATH for `apt…

    …-android-5` variant instead of on Android 5/6
    
    Overrides 4e08f76
    agnostic-apollo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7b222ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b04f209 View commit details
    Browse the repository at this point in the history