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

Version 2.8.3 #1444

Merged
merged 3 commits into from
Oct 8, 2021
Merged

Version 2.8.3 #1444

merged 3 commits into from
Oct 8, 2021

Conversation

corbinlc
Copy link
Member

@corbinlc corbinlc commented Oct 8, 2021

No description provided.

… launch (#1441)

* Add autostart feature: you can select one app to launch automatically when UserLAnd opens up
…1442)

Correctly scale to full screen and first step towards custom scaling
* Update target SDK and library version
* Fix setgroups on older devices
@corbinlc corbinlc merged commit 76346d1 into releases Oct 8, 2021
@vivox80pro vivox80pro linked an issue Mar 9, 2023 that may be closed by this pull request
Copy link

@vivox80pro vivox80pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app/src/main/java/tech/ula/viewmodel/MainActivityViewModel.


// Androidx versions
def room_version = '2.1.0-beta01'
def lifecycle_version = '2.2.0-alpha01'
def support_library_version = '1.1.0-alpha06'
def preference_version = '1.1.0-alpha05'
def ktx_version = '1.0.2'
def billing_version = '2.2.1'
def billing_version = '3.0.3'

implementation project(':terminal-term')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
implementation project(':terminal-term')
implementation project(':terminal-term')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buildConfigField 'boolean', 'FORCE_PORTRAIT_GEOMETRY', 'true'
buildConfigField 'int', "MAX_DIMENSION", "1280"
buildConfigField 'int', "MIN_DIMENSION", "360"

// Ignore Sentry packages that cause lint failure
lintOptions {
lintConfig file("$projectDir/src/main/resources/lint.xml")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug report - [YOUR BUG TITLE]
4 participants