Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Hello 👋, this issue has been opened for more than 3 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like _still searching for solutions_ and if you found one, please open a pull request! You have 7 days until this gets closed automatically'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class IncludedExcludedTagsAdapter(
init {
val ta =
context.obtainStyledAttributes(
intArrayOf(android.R.attr.selectableItemBackground, com.google.android.material.R.attr.colorPrimary),
intArrayOf(android.R.attr.selectableItemBackground, androidx.appcompat.R.attr.colorPrimary),
)
selectableItemBackground = ta.getResourceId(0, 0)
selectedItemBackground = ta.getColor(1, Color.BLUE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class TagsDialog : AnalyticsDialogFragment {
toolbarSearchItem = toolbar.menu.findItem(R.id.tags_dialog_action_filter)
val toolbarSearchItem: MenuItem? = toolbarSearchItem
toolbarSearchView = toolbarSearchItem?.actionView as AccessibleSearchView
val queryET = toolbarSearchView!!.findViewById<EditText>(com.google.android.material.R.id.search_src_text)
val queryET = toolbarSearchView!!.findViewById<EditText>(androidx.appcompat.R.id.search_src_text)
queryET.filters = arrayOf(addTagFilter)
toolbarSearchView!!.queryHint = getString(R.string.filter_tags)
toolbarSearchView!!.setOnQueryTextListener(
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ktlint = '1.5.0'
#
# Old changelogs - See 'Table of Contents' in sidebar
# https://developer.android.com/build/releases/past-releases
androidGradlePlugin = "8.12.2"
androidGradlePlugin = "8.13.0"
# https://developer.android.com/jetpack/androidx/releases/activity
androidxActivity = "1.10.1"
androidxActivity = "1.11.0"
# https://developer.android.com/jetpack/androidx/releases/annotation
androidxAnnotation = "1.9.1"
# https://developer.android.com/jetpack/androidx/releases/appcompat
Expand All @@ -46,7 +46,7 @@ androidxPreferenceKtx = "1.2.1"
# https://developer.android.com/jetpack/androidx/releases/recyclerview
androidxRecyclerview = "1.4.0"
# https://developer.android.com/jetpack/androidx/releases/sqlite
androidxSqlite = "2.5.2"
androidxSqlite = "2.6.0"
# https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout
androidxSwipeRefreshLayout = "1.1.0"
# https://developer.android.com/jetpack/androidx/releases/test
Expand All @@ -58,7 +58,7 @@ androidxViewpager2 = "1.1.0"
# https://developer.android.com/jetpack/androidx/releases/webkit
androidxWebkit = "1.14.0"
# https://developer.android.com/jetpack/androidx/releases/work
androidxWork = "2.10.3"
androidxWork = "2.10.4"
ankiBackend = '0.1.60-anki25.07.5'
autoService = "1.1.1"
autoServiceAnnotations = "1.1.1"
Expand All @@ -78,7 +78,7 @@ hamcrest = "3.0"
imageCropper = "4.6.0"
jacoco = "0.8.13"
javaSemver = "0.10.2"
jetbrainsAnnotations = "26.0.2"
jetbrainsAnnotations = "26.0.2-1"
json = "20250517"
jsoup = "1.21.2"
androidTestJunit = "1.3.0"
Expand All @@ -92,8 +92,8 @@ kotlin = '2.2.10'
kotlinxSerializationJson = "1.9.0"
ktlintGradlePlugin = "13.1.0"
leakcanaryAndroid = "2.14"
lint = '31.12.2'
material = "1.12.0"
lint = '31.13.0'
material = "1.13.0"
materialTapTargetPrompt = "3.3.2"

# Only needed until mockito kotlin updates this transitive itself
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 0 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac

CLASSPATH="\\\"\\\""


# Determine the Java command to use to start the JVM.
Expand Down Expand Up @@ -172,7 +171,6 @@ fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )

JAVACMD=$( cygpath --unix "$JAVACMD" )

Expand Down Expand Up @@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"

Expand Down
3 changes: 1 addition & 2 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ goto fail
:execute
@rem Setup the command line

set CLASSPATH=


@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*

:end
@rem End local scope for the variables with windows NT shell
Expand Down