ShareToInputStick icon indicating copy to clipboard operation
ShareToInputStick copied to clipboard

Share directly to an InputStick from Android's Share menu

Results 18 ShareToInputStick issues
Sort by recently updated
recently updated
newest added

Updated almost all the things, uses viewbindings now. Should work perfectly on Android 14, but my phone is still Android 13. I'll push and release as soon as LineageOS for...

Bumps androidx.activity:activity-ktx from 1.6.1 to 1.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.activity:activity-ktx&package-manager=gradle&previous-version=1.6.1&new-version=1.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.11.0. Release notes Sourced from com.google.android.material:material's releases. 1.11.0 Important Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system....

dependencies
java

Bumps androidx.fragment:fragment-ktx from 1.5.5 to 1.6.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.fragment:fragment-ktx&package-manager=gradle&previous-version=1.5.5&new-version=1.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

dependencies
github_actions

Bumps androidx.core:core-ktx from 1.9.0 to 1.12.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.core:core-ktx&package-manager=gradle&previous-version=1.9.0&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps `kotlin_version` from 1.7.20 to 1.9.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.7.20 to 1.9.10 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 1.9.10 Changelog Compiler KT-60769 Partially revert KT-58371 KT-60659 Incorrect 'unresolved reference:...

dependencies
java

There's quite a lot of them actually :(

Just from quickly scanning the release notes for Android 14: [Effective after updating targetSdk](https://developer.android.com/about/versions/14/behavior-changes-14): - [Enforcement of BLUETOOTH_CONNECT permission in BluetoothAdapter](https://developer.android.com/about/versions/14/behavior-changes-14#enforce-bluetooth_connect) - [Restrictions to implicit and pending intents](https://developer.android.com/about/versions/14/behavior-changes-14#safer-intents)

This is the last thing needed to make an InputStick 100% usable without any proprietary software (InputStickUtility). Currently, the initial password needs to be setup using InputStickUtility.

enhancement
help wanted