From 3e1a8d0518b7da38f70bfdcf2baf9cde9f93b84a Mon Sep 17 00:00:00 2001 From: Daniel Jette Date: Sun, 7 Jan 2024 16:00:36 -0500 Subject: [PATCH] ISSUE-88: Update changelog --- CHANGELOG.md | 9 +++++++++ .../main/java/dev/testify/ComposableScreenshotRule.kt | 2 +- .../compose/scenario/ComposableScreenshotScenarioRule.kt | 2 +- .../dev/testify/scenario/ScenarioRuleLifecycleTest.kt | 2 +- .../dev/testify/scenario/ScenarioRuleOrientationTest.kt | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e697346e..cd3962e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,21 @@ ## Unreleased +### Documentation + +- Major overhaul of all documentation to include alternative instructions for using ScreenshotScenarioRule. + ### Library #### Added +- Added ScreenshotScenarioRule which works in conjunction with Android's ActivityScenario. - Added additional method documentation. +### Legacy Sample + +- Added tests demonstrating the usage of ScreenshotScenarioRule. + ### Flix Sample #### Changed diff --git a/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt b/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt index c2bc61ad..f97c1ad9 100644 --- a/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt +++ b/Ext/Compose/src/main/java/dev/testify/ComposableScreenshotRule.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Modified work copyright (c) 2022 ndtp + * Modified work copyright (c) 2022-2024 ndtp * Original work copyright (c) 2021 Shopify Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt b/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt index 0abf163e..98a64bc3 100644 --- a/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt +++ b/Ext/Compose/src/main/java/dev/testify/compose/scenario/ComposableScreenshotScenarioRule.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt index b857b5e9..bc8bb191 100644 --- a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt +++ b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleLifecycleTest.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt index 8281e604..a92af860 100644 --- a/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt +++ b/Library/src/androidTest/java/dev/testify/scenario/ScenarioRuleOrientationTest.kt @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2023 ndtp + * Copyright (c) 2024 ndtp * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal