1.1.0
版本发布时间: 2024-09-01 13:01:53
DroidKaigi/conference-app-2024最新发布版本:1.5.1(2024-09-11 23:39:32)
What's Changed
- :sparkles: [Compose Multiplatform] Added the ability to move from session details to the list of favorites. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/822
- :sparkles: [Compose Multiplatform] The settings screen can now be opened. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/823
- Crash iOS app when throwing error on kotlin flow by @shin-usu in https://github.com/DroidKaigi/conference-app-2024/pull/818
- :recycle: Connecting Compose ProfileCardScreen as an iOS app screen by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/825
- :sparkles: [Compose Multiplatform] License screen can now be opened. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/820
- In FavoriteScreen, add animtion in FavoriteFilterChip icon by @kosenda in https://github.com/DroidKaigi/conference-app-2024/pull/832
- :wastebasket: Removed unnecessary duplicate definitions. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/834
- In FavoriteScreen, fixed favorite filters being removed when resizing screen by @kosenda in https://github.com/DroidKaigi/conference-app-2024/pull/833
- Fix behavior when tapping more detail button on EventMapView by @shin-usu in https://github.com/DroidKaigi/conference-app-2024/pull/828
- :memo: Since duplicate processes are defined, move the package to use a single file. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/835
- :sparkles: [Compose Multiplatform] Fixed so that fonts are applied according to the settings. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/836
- :sparkles: Implement profile card share function for iOS. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/837
- Fix profile card screen padding by @Songgyubin in https://github.com/DroidKaigi/conference-app-2024/pull/844
- :memo: [ProfileCardScreen] Change from low resolution PNG to SVG. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/838
- Allow non-square images to be used for profile by center-cropping them by @mannodermaus in https://github.com/DroidKaigi/conference-app-2024/pull/847
- Improve root components accessibility by @NUmeroAndDev in https://github.com/DroidKaigi/conference-app-2024/pull/845
- Fix the size of the shared profile card by @kubode in https://github.com/DroidKaigi/conference-app-2024/pull/851
- :wrench: Addressed an issue where the app would crash on the timetable screen when the font size on the device is increased. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/866
- [iOS] Localize calendars usage description by @woxtu in https://github.com/DroidKaigi/conference-app-2024/pull/862
- Setup SwiftLint Rules by @KaitoMuraoka in https://github.com/DroidKaigi/conference-app-2024/pull/846
- Conform
Sendable
to TimetableDetailReducer.Action. by @yimajo in https://github.com/DroidKaigi/conference-app-2024/pull/867 - Erase unused variable declarations by @yimajo in https://github.com/DroidKaigi/conference-app-2024/pull/868
- [iOS] Fix timetable list spacing by @woxtu in https://github.com/DroidKaigi/conference-app-2024/pull/858
- Prevent multiple transitions (only transitions by Navigation) by @nashcft in https://github.com/DroidKaigi/conference-app-2024/pull/848
- Fixed “Create Card” button could not be tapped when the keyboard was displayed by @kubode in https://github.com/DroidKaigi/conference-app-2024/pull/854
- :memo: Limit the number of lines that can be entered on the profile card edit screen to one line. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/860
- Resolved ComposablePreviewScanner library dependency by @Pluu in https://github.com/DroidKaigi/conference-app-2024/pull/857
- :recycle: Cards can be flipped by swiping as in EventMap. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/861
- :recycle: Add a loading display to the EventMap screen. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/863
- Remove unnecessary
retroactive
attribute by @yimajo in https://github.com/DroidKaigi/conference-app-2024/pull/869 - Expand the tap area of the edit button In ProfileCardScreen by @fukuroow in https://github.com/DroidKaigi/conference-app-2024/pull/871
- :wrench: [IosComposeKaigiTest] A syntax error occurred due to insufficient arguments, so I fixed it. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/881
- :recycle: Placeholders are now displayed on the speaker icon of the Timetable Items. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/864
- [iOS] Fix timeline grid unexpected margin. by @fumiyasac in https://github.com/DroidKaigi/conference-app-2024/pull/872
- Preview for ShareableCard by @ked4ma in https://github.com/DroidKaigi/conference-app-2024/pull/870
- Remove deprecated option in configuration by @woxtu in https://github.com/DroidKaigi/conference-app-2024/pull/873
- Fix duplicated language filter items by @Songgyubin in https://github.com/DroidKaigi/conference-app-2024/pull/874
- In EditScreen, add keyboardOptions in InputFieldWithError by @kosenda in https://github.com/DroidKaigi/conference-app-2024/pull/875
- Use same color for icon with text on AboutScreen items by @ked4ma in https://github.com/DroidKaigi/conference-app-2024/pull/876
- :wrench: Remove todoCheks from EventMapScreenTest. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/878
- :wastebasket: [TimetableRoom] Delete methods that are no longer used. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/879
- Implemented the behavior of the date-switching tab during scrolling. by @shunm-999 in https://github.com/DroidKaigi/conference-app-2024/pull/849
- :wastebasket: [EventMapScreen] Since it is implemented in KmpFeaturePlugin, there is no need to implement it here, so we will remove it. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/885
- :wastebasket: [MainScreen] IconRepresentation is not used, so it has been deleted. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/886
- Update style of links inside a ClickableLinkText to match the design by @mannodermaus in https://github.com/DroidKaigi/conference-app-2024/pull/892
- Fix: concurrency strict warnings in EventKitClient by @yimajo in https://github.com/DroidKaigi/conference-app-2024/pull/895
- [iOS] Run SwiftLint properly by @woxtu in https://github.com/DroidKaigi/conference-app-2024/pull/889
- :recycle: [TimetableItemDetailScreenTest] Since there is a lack of VRT for assets, we have added VRT so that they can be tested. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/887
- :wrench: [ShareableCardContent] Fixed so that profile photos are always output at a fixed size, regardless of the device's resolution, portrait or landscape orientation. by @Corvus400 in https://github.com/DroidKaigi/conference-app-2024/pull/893
- 1.1.0 by @takahirom in https://github.com/DroidKaigi/conference-app-2024/pull/911
New Contributors
- @Songgyubin made their first contribution in https://github.com/DroidKaigi/conference-app-2024/pull/844
- @kubode made their first contribution in https://github.com/DroidKaigi/conference-app-2024/pull/851
- @KaitoMuraoka made their first contribution in https://github.com/DroidKaigi/conference-app-2024/pull/846
- @nashcft made their first contribution in https://github.com/DroidKaigi/conference-app-2024/pull/848
- @fukuroow made their first contribution in https://github.com/DroidKaigi/conference-app-2024/pull/871
Full Changelog: https://github.com/DroidKaigi/conference-app-2024/compare/1.0.1...1.1.0