Releases: DroidKaigi/conference-app-2022
Releases · DroidKaigi/conference-app-2022
1.4.0
What's Changed
- Revert "update: using downloadablefont instead of local file" by @Luecy1 in #838
- Improve Timetable performance by making it stable. by @kmachida12345 in #837
- Session title reflects application settings by @koji-1009 in #848
- Resolve warnings related to explicit API mode by @woxtu in #850
- Update dependency androidx.compose.material3:material3-window-size-class to v1.0.0-rc01 by @renovate in #857
- Update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-alpha05 by @renovate in #855
- Update compose to v1.3.0-rc01 by @renovate in #854
- Update dependency com.google.testparameterinjector:test-parameter-injector to v1.9 by @renovate in #851
- Hide unavailable session materials by @woxtu in #853
- reflect click event of checkbox on search filter by @ked4ma in #859
- Modify clickable area by @koji-1009 in #861
- Update dependency cybozu/LicenseList to from: "0.2.0" by @renovate in #844
- [Refactoring] Replace mapIndexed with List generator in Hours by @rkowase in #877
- [Bugfix] Check that scroll offset is not Float.NAN before scroll by @Tomoyuki-TAKEZAKI in #878
- [Refactoring] Remove unused variable from Hours by @rkowase in #879
- [Refactoring] Replace mapIndexed with List generator in Rooms by @rkowase in #880
- [Refactoring] Remove unused variable from Rooms by @rkowase in #881
- [Refactoring] Remove explicit type argument in KaigiApp by @rkowase in #882
- [Refactoring] Remove redundant receiver parameter in KaigiApp by @rkowase in #883
- [Refactoring] Remove unused imports by @rkowase in #884
- [Refactoring] Convert lambda to reference in AnnouncementsApi by @rkowase in #886
- [Refactoring] Make DrawerItem.group private in KaigiApp by @rkowase in #887
- Add test cases for AboutScreenRobot to assert AuxiliaryInformation by @rkowase in #889
- Add message to first session of Day3 by @takathemax in #890
- Update dependency onevcat/Kingfisher to from: "7.4.0" by @renovate in #847
- [iOS] Add Search Selection to SearchView by @Tomoya113 in #815
- [iOS] Lint only the iOS app directory by @woxtu in #891
- [Detekt] Add ignore config for compose function by @fumiya-kume in #888
- Update sqldelight to v1.5.4 by @renovate in #863
- Update android version 7 by @takahirom in #892
New Contributors
- @Luecy1 made their first contribution in #838
- @kmachida12345 made their first contribution in #837
- @koji-1009 made their first contribution in #848
- @rkowase made their first contribution in #877
- @Tomoyuki-TAKEZAKI made their first contribution in #878
- @Tomoya113 made their first contribution in #815
- @fumiya-kume made their first contribution in #888
Full Changelog: release-android-006...release-android-007
1.3.0
What's Changed
- Update ktor to v2.1.2 by @renovate in #818
- [iOS] Show day3 access by @ry-itto in #831
- ✨ Add implement open session detail from notification by @Corvus400 in #834
- Baseline profile by @takahirom in #835
- Feature notification by @takahirom in #809
- Update dependency androidx.profileinstaller:profileinstaller to v1.2.0 by @renovate in #836
- Update dependency com.twitter.compose.rules:detekt to v0.0.18 by @renovate in #840
- Update androidGradlePlugin to v7.4.0-beta02 by @renovate in #839
- Togglable dynamic color settings item by @NUmeroAndDev in #841
- Bump target sdk version to 33 by @NUmeroAndDev in #842
- Fixed access item height by @NUmeroAndDev in #843
- Update android version by @takahirom in #845
Full Changelog: release-android-005...release-android-006
1.2.0
What's Changed
- [issue-406] Introduce Dynamic Color by @mona-apk in #777
- add a BackHandler closing the drawer when detected for the back key press. by @nyafunta9858 in #796
- Update actions/setup-java to v3 by @nashcft in #808
- [iOS] Enable case-insensitive searches by @woxtu in #804
- [iOS] Fix consistency on String's localized() usage by @kittinunf in #801
- ♻️ Update Enable transition from session details to the search screen. by @Corvus400 in #799
- [iOS] Use official
ShareLink
view instead ofShareTextView
by @NakaokaRei in #817 - Delete TBW target audience by @igafox in #816
- Change announcement title from News into Announcement by @ohzono in #820
- [iOS][#789] Use NavigationStack by @coffmark in #794
- [iOS] Introduce Crashlytics by @ry-itto in #812
- Update dependency org.robolectric:robolectric to v4.9 by @renovate in #823
- Fix splash screen duration by @gen0083 in #822
- [iOS] Hide TBW target audiences by @woxtu in #819
- Update dependency com.twitter.compose.rules:detekt to v0.0.17 by @renovate in #821
- Fix session is not shown when session's time is longer than screen size by @gen0083 in #826
- Update dependency io.coil-kt:coil-compose to v2.2.2 by @renovate in #827
- [iOS] [#790] Remove MapView's bottom toolbar by @coffmark in #806
- Show day3 access by @takahirom in #829
- Change navigation icon in session detail screen by @rnk0085 in #830
- Make a session time scrolling sticky by @ryu38 in #666
- Update android 1.2.0 by @takahirom in #833
New Contributors
- @igafox made their first contribution in #816
- @ohzono made their first contribution in #820
- @gen0083 made their first contribution in #822
- @rnk0085 made their first contribution in #830
- @ryu38 made their first contribution in #666
Full Changelog: release-android-003...release-android-005
1.1.0
What's Changed
- [iOS] Enable links in announcements by @woxtu in #751
- [iOS] enhance Sponsor view scroll by @HikaruSato in #753
- change directory before running git command by @nashcft in #754
- Update actions/github-script action to v3.1.1 by @renovate in #735
- [iOS] Add lack features in SessionView by @ry-itto in #752
- Using method reference for better memorization. by @eneim in #739
- Fix release script by @takahirom in #759
- Delete composition locals and make it event by @higekick in #758
- Make DroidKaigiSchedule stable by @takahirom in #760
- ♻️ Update Introduce error handring to contributors by @Corvus400 in #741
- ♻️ Update Introduce error handring to sponsors by @Corvus400 in #742
- ♻️ Update Introduce error handring to search by @Corvus400 in #743
- ♻️ Update Introduce error handring to sessiondetail by @Corvus400 in #744
- ♻️ Update Introduce error handring to staff by @Corvus400 in #745
- 🔧 Fix Fixed to display both day and month in two digits. by @Corvus400 in #766
- [iOS] Add Loading for TimetableView by @NakaokaRei in #656
- Update dependency cybozu/LicenseList to from: "0.1.6" by @renovate in #765
- [iOS] Display session titles respecting the language setting by @woxtu in #757
- Update dependency com.twitter.compose.rules:detekt to v0.0.15 by @renovate in #768
- Added product app link in README by @NUmeroAndDev in #778
- ♻️ Update Handle multiple URL in announcement by @Corvus400 in #770
- Ignore case for search by @CookieySun in #750
- Add current time line on timetable by @iiinaiii in #749
- add SearchEmptyScreen that displays when the search for sessions hits no result. by @nyafunta9858 in #755
- add image placeholders by @HiroyukiTamura in #762
- chore(deps): update peter-evans/find-comment digest to b1c41cb by @renovate in #771
- Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.11.0 by @renovate in #774
- [iOS] Improve the language setting detection by @woxtu in #769
- [iOS] Prepare for release by @ry-itto in #764
- Do not show floormap button when day3 by @takahirom in #782
- Update dependency com.twitter.compose.rules:detekt to v0.0.16 by @renovate in #783
- Fix error handring feature branch by @takahirom in #767
- [iOS] Remove description about Xcode 13 by @woxtu in #786
- mod data class property to fix serialization by @RyuNen344 in #788
- [iOS] Do not show floor map icon in SessionView when place is Bellesalle by @ry-itto in #784
- ♻️ Update Handle multiple URL in session detail by @Corvus400 in #787
- Update version 1.1.0 by @takahirom in #791
- [iOS] Bump up version to 1.1 and fix loading by @ry-itto in #792
New Contributors
- @HiroyukiTamura made their first contribution in #762
Full Changelog: release-android-002...release-android-003
1.0.0
What's Changed
- Update compose to v1.2.0 by @renovate in #2
- Disable android test for Action by @takahirom in #9
- Add molecule by @takahirom in #1
- Update dependency androidx.activity:activity-compose to v1.5.1 by @renovate in #3
- Update dagger to v2.43 by @renovate in #7
- Add ViewModel logic by @takahirom in #12
- Add model module by @takahirom in #10
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.5.1 by @renovate in #5
- Update dagger to v2.43.1 by @renovate in #13
- Rename home to sessions module by @takahirom in #14
- Update androidGradlePlugin to v7.4.0-alpha09 by @renovate in #15
- Update dagger to v2.43.2 by @renovate in #16
- Add designsystem module by @takahirom in #18
- Setup ios module by @takahirom in #19
- Fix hilt by @takahirom in #20
- Add data module by @takahirom in #21
- Fix native by @takahirom in #22
- Fix ios framework is not generated by @takahirom in #23
- Refactor app module name for mpp by @takahirom in #24
- Update dependency gradle to v7.5.1 by @renovate in #17
- Introduce Zipline by @takahirom in #31
- Update compose to v1.2.1 by @renovate in #25
- Update dependency androidx.fragment:fragment to v1.5.2 by @renovate in #28
- Update dependency com.squareup.okhttp3:okhttp to v4.10.0 by @renovate in #33
- Add ktor dependencies by @takahirom in #35
- Migrate material3 library by @takahirom in #36
- implement dependency graph task by @RyuNen344 in #37
- Add datastore for favorite by @takahirom in #38
- Add test base implementation by @takahirom in #40
- Update ktor to v2.1.0 by @renovate in #32
- Introduce Compose test base implementation by @takahirom in #42
- Add Robot testing pattern by @takahirom in #43
- Add timetable models by @takahirom in #44
- Add Timetable layout by @takahirom in #45
- Add timetable layout by @takahirom in #46
- Fix filter toggle test by @takahirom in #47
- Draw hour lines for timetable by @takahirom in #48
- Update dependency androidx.compose.material3:material3 to v1.0.0-alpha16 by @renovate in #41
- Update dependency androidx.compose.material3:material3-window-size-class to v1.0.0-alpha16 by @renovate in #27
- Update dependency app.cash.molecule:molecule-gradle-plugin to v0.4.0 by @renovate in #30
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0 by @renovate in #49
- Fix zipline by @takahirom in #53
- Add day tab by @takahirom in #54
- Fix package names by @takahirom in #55
- Add favorite test by @takahirom in #56
- Update dependency org.robolectric:robolectric to v4.8.2 by @renovate in #59
- Init ios by @ry-itto in #60
- Update dependency androidx.compose.material3:material3 to v1.0.0-beta01 by @renovate in #64
- Update dependency com.android.tools:desugar_jdk_libs to v1.2.2 by @renovate in #61
- Update dependency androidx.activity:activity-compose to v1.6.0-rc01 by @renovate in #63
- Update dependency androidx.compose.material3:material3-window-size-class to v1.0.0-beta01 by @renovate in #65
- [iOS] Introduce SwiftGen by @ry-itto in #68
- [iOS] Introduce SwiftLint by @ry-itto in #69
- Add Firebase auth implementation by @takahirom in #66
- Adapt timetable color and size by @takahirom in #71
- Fix broken kotlin sourceSet by @takahirom in #72
- Fix auth import by @takahirom in #73
- Add contributors empty implementation by @takahirom in #75
- Refactor sessions by @takahirom in #74
- Add README by @takahirom in #57
- Update compose to v1.3.0-beta01 by @renovate in #62
- Refactor by @takahirom in #76
- Fix name by @takahirom in #78
- Divide KaigiScaffold and KaigiAppDrawer by @takahirom in #80
- apply tab design by @sobaya-0141 in #81
- Quit value class of TimetableItemId by @takahirom in #83
- Fix tests by @takahirom in #84
- [iOS] introduce composable-architecture by @ry-itto in #87
- [iOS] Not to use SwiftGenPlugin package to avoid high cpu usage by @ry-itto in #88
- Add readme texts related to test by @takahirom in #85
- Apply contribution screen with design by @sobaya-0141 in #86
- Create PULL_REQUEST_TEMPLATE.md by @RyuNen344 in #92
- [iOS] Add README content by @ry-itto in #93
- Implemented Tab indicator design by @NUmeroAndDev in #96
- Update dependency com.google.firebase:firebase-auth to v21.0.8 by @renovate in #94
- Apply timetable item design by @kokoakuma in #89
- Added color theming by @NUmeroAndDev in #90
- [iOS] Session Detail Base by @ry-itto in #99
- [iOS] Apply TimetableView design, color by @ry-itto in #100
- [iOS] fix crash xcode preview by @ry-itto in #101
- Apply timetable item color by @takahirom in #98
- Update issue templates by @takahirom in #104
- Update issue templates by @takahirom in #105
- Implemented vertical lines in the timetable by @NUmeroAndDev in #108
- Update dependency com.google.firebase:firebase-common to v20.1.2 by @renovate in #95
- Change issue format by @takahirom in #113
- Add Koin for iOS by @takahirom in #110
- Change app name by @takahirom in #115
- Add timetable detail screen Base by @cOnigashima in #102
- Apply toolbar design by @yurihondo in #117
- Set app icon by @kouki4416 in https://github...