Skip to content

Releases: ndtp/android-testify

6.0.0

22 Apr 13:37
0632b92

Choose a tag to compare

  • #269 Create new KTX library
    • dev.testify.internal.extensions.cyan moved to dev.testify.extensions.cyan
    • Java interop for findAnnotation method is now available from AnnotationExtensionsKtx
    • Java interop for instrumentationPrintln method is now available from InstrumentationRegistryExtensionsKt
    • Java interop for getModuleName method is now available from InstrumentationRegistryExtensionsKt
    • fun Context.updateLocale(locale: Locale?): Context is now public
    • fun getMetaDataBundle(context: Context): Bundle? is now public

5.0.2

16 Apr 17:52
61c416f

Choose a tag to compare

5.0.2

  • Declare AGP as compileOnly to prevent deprecated android {} accessor in consuming projects

5.0.0

02 Mar 01:48
505bf34

Choose a tag to compare

  • Support Android Gradle Plugin 9.0 (#273)
  • Add GEMINI.md context file
  • Fix setup documentation
  • Allow Flix Sample to be triggered manually

4.0.0

15 Nov 18:36
70cb5a2

Choose a tag to compare

4.0.0

  • #266 Updated to Kotlin 2.2
  • #266 Major version updates to all core dependencies. This will require the following changes to your projects:
    • Compose 2025.08.01 updates require:
      • kotlinCompilerExtensionVersion --> 1.9.0
      • androidx.compose.material:material --> 1.9.0
      • androidx.compose.ui:ui-tooling-preview -> 1.9.0
      • androidx.compose.ui:ui --> 1.9.0
    • Java 21 requires you to update your app to use Java 21
    • Compile 35+ requires you to target 35+
    • Minimum SDK raised to 26

3.2.3

15 Nov 18:15
f087f38

Choose a tag to compare

3.2.3

  • #268 - Fix GMD TestStorage service not found

Intellij Plugin 3.0.0

17 May 16:49
be434b6

Choose a tag to compare

  • Added support for Support Android Studio Narwhal | 2025.1.1 Canary 9 | 251.+
  • Raised minimum supported Android Studio version to Ladybug 2024.2.1 | 242.+
  • K2 supported

Available on the Jetbrains Marketplace: https://plugins.jetbrains.com/plugin/19166-android-testify--screenshot-instrumentation-tests/edit/versions/stable/734915

3.2.2

02 Mar 03:42
843a14e

Choose a tag to compare

  • #251 - A collection of updates to allow the tests to run on modern Apple hardware.
  • #249 - Fix for #243: expected to be of type static errors related to TestStorage API changes
  • #252 - Fix for #250: Correct error in GMD documentation
  • #253 - Fix for #206: UnexpectedDeviceException thrown because wrong Context being used to determine device orientation
  • Minor changes to Flix Sample documentation to improve clarity of the requirements

3.2.1

19 Feb 02:40
8e048a7

Choose a tag to compare

  • Fix #244 "GMD recordMode not working as expected"
  • #248 - Update ManifestHelper to use alternate version of getApplicationInfo

Intellij Plugin 2.4.0

08 Sep 18:42
d9e8624

Choose a tag to compare

[2.4.0]

  • Added support for Android Studio Ladybug | 2024.2.1 Canary 9 | 242.+

3.2.0

04 Sep 14:12
6698806

Choose a tag to compare

3.2.0

  • #209: Replace Plugin-Local with Composite Build (#231)