Releases: android/androidify
Releases · android/androidify
1.1.2
What's Changed
- Replace skipToLookaheadPlacement with built-in skipToLookaheadPosition. by @riggaroo in #99
- chore(core): remove unused firebaseConfigKtx by @thatfiredev in #101
- Remove unnecessary chmod on gradlew by @SimonMarquis in #45
- Update ComposableBitmapRendererImpl.kt to use the context from Presentation Layer by @riggaroo in #103
- Add debug app check by @riggaroo in #109
- Migrate ResultsScreen to use Nav3 by @srikrishnasakunia in #95
- Implement workaround for text prompt issues. by @riggaroo in #112
- Add a feature toggle for background vibes by @riggaroo in #113
- Release 1.1.2 - v4 by @riggaroo in #114
New Contributors
- @srikrishnasakunia made their first contribution in #95
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
### Androidify Release 1.1.0:
Including the ability to set a background vibe on your image, create a sticker from your bot to use in your messaging apps, as well as support for Drag and Drop to drop an image into the editor.
What's Changed
- Adds Preview Screenshot tool and basic tests + fixes build by @JoseAlcerreca in #3
- Workaround for blank camera preview when switching to tabletop mode by @temcguir in #4
- Update to latest dependencies (nav) by @riggaroo in #5
- QOL improvements: Navigation back stacks and prompt generation errors by @riggaroo in #6
- Replace CameraScreen workaround with proper fix by @temcguir in #7
- adds easing animations to the zoom button controls by @Kimblebee in #8
- refactor: use the latest version of Firebase AI Logic SDK by @thatfiredev in #9
- Fix: Synchronize Toolbar with page state only after HorizontalPager animation completes by @kez-lab in #16
- Remove redundant license comment header by @47star in #17
- refactor: replace KeepScreenOn composable with Modifier.keepScreenOn by @ujizin in #36
- Fix: Preserve PagerState current page on configuration changes by @qamarelsafadi in #32
- Add missing syntax highlighting in README.md by @SimonMarquis in #43
- Fix typos and add relevant links in README.md by @SimonMarquis in #56
- Execute spotless before building the project by @SimonMarquis in #57
- Dont include empty Gradle projects in settings.gradle.kts by @SimonMarquis in #46
- Remove dead code in build.gradle.kts by @SimonMarquis in #47
- Update GHA JDK to the latest LTS version (21) by @SimonMarquis in #44
- [Lint] Modifier parameter should be the first optional parameter by @SimonMarquis in #48
- Remove unnecessary androidx.dev maven repo for plugins by @SimonMarquis in #50
- [FIXED] Changed imagen person filter level to
ALLOW_ADULT
by @hossain-khan in #39 - Fix misleading usage of coroutines and suspend functions by @SimonMarquis in #55
- Enable Typesafe Project Accessors by @SimonMarquis in #49
- [fixed] modify the cameraLayout to fix the issue of the finger blocking the camera preview when in landscape mode.details see#40 by @chenxin64 in #41
- Introduce Modifier.onVisibilityChanged by @romanofranz in #62
- Simplify Startup Initializers by @SimonMarquis in #52
- Applies Spotless by @garanj in #65
- [Fix] scroll state fixed for color bot in landscape mode by @Mutant-Slayer in #61
- Replace unnecessary init block with direct instantiation in HomeViewModel.kt by @SimonMarquis in #54
- Seal NavigationRoute by @Goooler in #42
- Add Kokoro config by @riggaroo in #64
- Remove the need to have separate spotless config by @riggaroo in #66
- Update execute permissions by @riggaroo in #67
- Add OSS dialog to app by @riggaroo in #68
- Add a11y improvements by @simona-anomis in #69
- Improve the layout of the footer buttons by @erfansn in #70
- Updated video player logic: now it pauses also when another window is occluding it by @romanofranz in #72
- Remove local google-services.json file by @riggaroo in #74
- Add Drop functionality by @tiwiz in #75
- Unregister TrustedPresentationListener to avoid memory leaks by @romanofranz in #76
- Add fake google-services.json by @riggaroo in #78
- Dagger
@Module
cleanup by @SimonMarquis in #53 - Create CODEOWNERS by @yrezgui in #80
- Add a new screen for customizing the export by @riggaroo in #77
- Add Fine tuned model switch by @riggaroo in #82
- Replace UiAutomator onView with onElement by @AjeshRPai in #86
- Update the placeholders for Compose Preview for HomeScreen.kt by @pedrosax in #84
- Kokoro internal configuration: Add installation of java / android sdk and temporarily disable baseline profiles by @riggaroo in #85
- Produce unsigned release builds on CI by @riggaroo in #89
- Update build scripts to improve intoto.jsonl file handling by @riggaroo in #90
- Add ability to generate a preset AI background to the bot image result by @riggaroo in #83
- Offscreen bitmap renderer: by @riggaroo in #92
- Foldable Layout - Sizes by @riggaroo in #94
- Added Negative prompt to the Background generation by @riggaroo in #96
- Add an option to create a Sticker of the Android by @riggaroo in #93
- Version code increase to 1.1.0 by @riggaroo in #97