·
11 commits
to master
since this release
Summary
- Dependency updates
- Added - #1490 - Option to Increase Text Size in Detail View for Accessibility
- Fixed - #1456 - Bullet points in unsorted item list look all of the same level
- Fixed - #1428 - Font size a lot smaller when language set to other than English (superseded by #1490) (@thanks to @cemrich)
- Fixed - !1498 - Fix crash when clearing cache
What's Changed
- Build(deps): Bump androidx.core:core from 1.13.0 to 1.13.1 by @dependabot in #1421
- Build(deps): Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 by @dependabot in #1429
- Build(deps): Bump MOCKITO_VERSION from 5.11.0 to 5.12.0 by @dependabot in #1427
- Build(deps): Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 by @dependabot in #1424
- Build(deps): Bump com.google.android.material:material from 1.11.0 to 1.12.0 by @dependabot in #1422
- Build(deps): Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #1435
- Build(deps): Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 2.0.0 by @dependabot in #1434
- Build(deps): Bump org.robolectric:robolectric from 4.12.1 to 4.12.2 by @dependabot in #1432
- Build(deps): Bump com.android.tools.build:gradle from 8.3.2 to 8.4.1 by @dependabot in #1420
- Build(deps): Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 by @dependabot in #1433
- Build(deps): Bump com.android.tools.build:gradle from 8.4.1 to 8.4.2 by @dependabot in #1439
- Build(deps): Bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.0.0-1.0.22 by @dependabot in #1437
- cleanup proguard gson rules by @David-Development in #1436
- Build(deps): Bump com.android.tools.build:gradle from 8.4.2 to 8.5.0 by @dependabot in #1440
- Build(deps): Bump gradle/wrapper-validation-action from 2 to 3 by @dependabot in #1414
- Fix text display too small inside webviews for non English locales #1428 by @cemrich in #1443
- Build(deps): Bump actions/setup-java from 4.2.1 to 4.2.2 by @dependabot in #1457
- Build(deps): Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #1464
- Build(deps): Bump actions/setup-java from 4.3.0 to 4.4.0 by @dependabot in #1465
- Build(deps): Bump androidx.test:runner from 1.5.2 to 1.6.2 by @dependabot in #1459
- Build(deps): Bump gradle/actions from 3 to 4 by @dependabot in #1455
- Build(deps): Bump androidx.test.ext:junit from 1.1.5 to 1.2.1 by @dependabot in #1450
- Build(deps): Bump ESPRESSO_VERSION from 3.5.1 to 3.6.0 by @dependabot in #1445
- Build(deps): Bump androidx.test.ext:truth from 1.5.0 to 1.6.0 by @dependabot in #1446
- Build(deps): Bump androidx.test:rules from 1.5.0 to 1.6.1 by @dependabot in #1449
- Build(deps): Bump androidx.annotation:annotation from 1.8.0 to 1.8.2 by @dependabot in #1467
- add padding for list css by @David-Development in #1466
- Build(deps): Bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.9 by @dependabot in #1472
- Build(deps): Bump com.google.truth:truth from 1.4.2 to 1.4.4 by @dependabot in #1471
- Build(deps): Bump ESPRESSO_VERSION from 3.6.0 to 3.6.1 by @dependabot in #1468
- Build(deps): Bump DAGGER_VERSION from 2.51.1 to 2.52 by @dependabot in #1470
- Fix inaccurate scroll bar due to lazy loading #1232 by @cemrich in #1452
- Build(deps): Bump actions/setup-java from 4.4.0 to 4.5.0 by @dependabot in #1478
- fix build for latest android studio version by @David-Development in #1495
- Build(deps): Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.1.10 by @dependabot in #1493
- update SSO Lib from 1.1.0 -> 1.3.2 by @David-Development in #1473
- update build tools / ksp/kapt by @David-Development in #1496
- Build(deps): Bump actions/setup-java from 4.5.0 to 4.7.0 by @dependabot in #1494
- Build(deps): Bump com.android.tools:desugar_jdk_libs from 2.0.4 to 2.1.4 by @dependabot in #1489
- Build(deps): Bump org.jsoup:jsoup from 1.17.2 to 1.18.3 by @dependabot in #1487
- set zoom of webview content via webview textZoom feature by @David-Development in #1497
- clear cache synchronously (glide can't be cleared in thread) by @David-Development in #1498
Full Changelog: v.0.9.9.90...v.0.9.9.91