Commit Graph

282 Commits

Author SHA1 Message Date
dependabot[bot] 3dbf2bd8a4 Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#143) 2025-03-25 19:44:09 +00:00
dependabot[bot] 3b02e2ff61 Bump agp from 8.9.0 to 8.9.1 (#141) 2025-03-25 08:22:25 +00:00
dependabot[bot] b21675d6f2 Bump haze from 1.5.1 to 1.5.2 (#142) 2025-03-25 08:22:11 +00:00
melod1n 9e301af076 update gh actions' jdk 2025-03-23 20:54:07 +03:00
melod1n 3fdb574971 some updates 2025-03-23 20:51:15 +03:00
melod1n ad6e413bbb Update README.md 2025-03-23 20:00:13 +03:00
melod1n 8dc47c3fa5 separated screens for friends tab 2025-03-23 19:53:58 +03:00
melod1n 0eb3146428 Release 0.1.9 (#140)
* improvements in longpoll's stuff
2025-03-23 17:55:28 +03:00
melod1n b2879d8756 Release 0.1.8 (#139)
* pagination in chat fixed
* other fixes and improvements

* fixed visual bug in progress bar in chat history

* Refactor: Enhance conversations and friends features

-   In `ConversationsScreen`, removed `isNeedToScrollToTop` and `onScrolledToTop`, and refactored toolbar container color logic. Added `NoItemsView` for empty conversation lists.
-   In `MainGraph`, added `onMessageClicked` for navigation to message history.
-   In `ApiEvent`, introduced `parseOrNull` for handling unknown event types.
-   In `ConversationsViewModel`, removed `scrollToTop` logic and refactored error handling.
-   In `FriendsViewModel`, refactored error handling and introduced `onErrorConsumed` and `handleError`.
-   In `FriendItem`, added an icon button to initiate sending a message to a friend.
-   In `strings.xml`, added or updated strings for session expiration, log out, refreshing, and empty friend lists.
-   In `RootScreen`, added `onMessageClicked` for navigating to messages.
-   In `FriendsList`, added `onMessageClicked` for handling message clicks.
-   In `MainScreen`, removed unused `MutableSharedFlow`.
-   In `FriendsScreen`, added support for showing errors, added `onMessageClicked`, and replaced `hazeChild` with `hazeEffect` and `hazeSource`.
-   In `FriendsNavigation`, added `onMessageClicked` for handling message clicks.
-   In `ConversationsNavigation`, removed the unused `scrollToTopFlow` parameter.
-   In `ErrorView`, added text alignment.
-   In `NoItemsView`, added support for a button and custom text.
-   In `LongPollUpdatesParser`, replaced try-catch with `parseOrNull`.

* Chat creation feature (#138)

* - read indicator, edit status and time for message in messages history

* message sending status
2025-03-23 09:22:41 +03:00
melod1n 30e132d418 Release 0.1.7 (#136)
* Bump haze from 1.1.1 to 1.2.0 (#105)

* Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.3 to 1.8.0 (#104)

* update gradle wrapper

* Bump agp from 8.7.3 to 8.8.0 (#106)

* Bump com.jraska.module.graph.assertion from 2.7.1 to 2.7.3 (#109)

* Bump haze from 1.2.0 to 1.2.2 (#111)

* Bump koin from 4.0.1 to 4.0.2 (#112)

* little improvement

* Bump kotlin from 2.1.0 to 2.1.10 (#113)

* Bump androidx.compose:compose-bom from 2024.12.01 to 2025.02.00 (#115)

* Bump androidx.navigation:navigation-compose from 2.8.5 to 2.8.7 (#119)

* Bump haze from 1.2.2 to 1.3.1 (#118)

* Bump ksp from 2.1.0-1.0.29 to 2.1.10-1.0.30 (#116)

* Bump agp from 8.8.0 to 8.8.1 (#117)

* Bump com.google.accompanist:accompanist-permissions (#121)

* Rename the app's namespace and applicationId to `dev.meloda.fastvk`, and update the package name in `ACTION_MANAGE_UNKNOWN_APP_SOURCES` intent. Remove unnecessary `onLowMemory` method in the `OnlineService`.

* Bump com.jraska.module.graph.assertion from 2.7.3 to 2.8.0 (#126)

* Bump ksp from 2.1.10-1.0.30 to 2.1.10-1.0.31 (#125)

* Bump haze from 1.3.1 to 1.4.0 (#124)

* Bump agp from 8.8.1 to 8.8.2 (#123)

* Bump androidx.navigation:navigation-compose from 2.8.7 to 2.8.8 (#122)

* Bump haze from 1.4.0 to 1.5.0 (#128)

* Bump agp from 8.8.2 to 8.9.0 (#127)

* Bump androidx.navigation:navigation-compose from 2.8.8 to 2.8.9 (#130)

* Bump androidx.compose:compose-bom from 2025.02.00 to 2025.03.00 (#129)

* revert agp version to 8.8.2

* fix issues with package names

* Bump haze from 1.5.0 to 1.5.1 (#133)

* Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#132)

* russian translations

* fixes and improvements

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-21 03:13:17 +03:00
melod1n 7e5843759d release/0.1.6 (#103)
* Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#97)

* Bump coroutines from 1.9.0 to 1.10.1 (#100)

* some improvements + loading conversation on new message if it is not already in the list

* Bump koin from 4.0.0 to 4.0.1 (#101)

* minor update

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-11 06:38:08 +03:00
melod1n 7c14df1824 release 0.1.5 (#98)
* settings reorganization;
implement long press on emoji button for fast text;
some deprecations fixed;
some typos fixed;
etc

* ability to use more animations (experimental);
fix online friends loading;
conversation avatar in messages history screen;
test second tap on conversations item in bottom bar to scroll to top;
etc

* version up
2024-12-17 21:07:22 +03:00
melod1n 82695ccf6f Release 0.1.4 (#95)
update gh actions
0.1.4
2024-12-14 12:34:53 +03:00
melod1n 18d65ef213 up versions 0.1.3 2024-12-14 09:37:04 +03:00
melod1n 57a1f21c31 fix back button text color 2024-12-14 01:19:38 +03:00
melod1n 46e580dc2e fix conversations attachment icon's tint + fix radiobuttons and checkboxes' not clickable in settings 2024-12-14 01:14:25 +03:00
melod1n 26c413037a saving selected friends tab while app is working 2024-12-14 01:07:03 +03:00
melod1n 97c3c69e1c fix bubble colors and favorites icon tint 2024-12-14 01:01:37 +03:00
melod1n 93ba9c0285 saving scroll position only while app is working & add divider with spacer on conversations screen 2024-12-14 00:38:22 +03:00
melod1n 077332a27b improve font in app bars 2024-12-13 23:45:33 +03:00
dependabot[bot] 518f2bfb1b Bump com.google.accompanist:accompanist-permissions (#94) 2024-12-13 19:24:06 +00:00
dependabot[bot] a2af75cb62 Bump androidx.navigation:navigation-compose from 2.8.4 to 2.8.5 (#93) 2024-12-12 17:54:34 +00:00
dependabot[bot] b4a71aba6c Bump androidx.compose:compose-bom from 2024.11.00 to 2024.12.01 (#92) 2024-12-12 17:54:25 +00:00
melod1n 3b66eb8da0 profile avatar in bottom bar;
ability to open app settings from system's about app screen
2024-12-12 10:44:34 +03:00
dependabot[bot] cd42a7992a Bump com.slack.eithernet:eithernet from 1.9.0 to 2.0.0 (#91) 2024-12-12 06:42:45 +00:00
dependabot[bot] e304785981 Bump chucker from 4.0.0 to 4.1.0 (#90) 2024-12-12 05:05:28 +00:00
dependabot[bot] 0500e9e0c8 Bump moshi from 1.15.1 to 1.15.2 (#89) 2024-12-06 04:19:35 +00:00
dependabot[bot] b73ac49872 Bump haze from 1.1.0 to 1.1.1 (#88) 2024-12-04 22:12:32 +00:00
melod1n 81c6247cd4 saving scroll position on friends screen & conversations 2024-12-04 19:29:36 +03:00
melod1n d7e8c0dd35 fix online friends & pagination 2024-12-04 18:57:14 +03:00
dependabot[bot] 65ed990726 Bump agp from 8.6.1 to 8.7.3 (#87) 2024-12-04 10:11:21 +00:00
melod1n c5cd4ecf80 update gradle wrapper version 2024-12-04 12:38:36 +03:00
dependabot[bot] 928b5ba016 Bump haze from 1.0.2 to 1.1.0 (#86) 2024-12-04 08:17:44 +00:00
dependabot[bot] 734a550860 Bump ksp from 2.0.21-1.0.28 to 2.1.0-1.0.29 (#85) 2024-11-29 15:07:17 +00:00
dependabot[bot] 73e7c916bb Bump kotlin from 2.0.21 to 2.1.0 (#84) 2024-11-29 08:31:30 +00:00
dependabot[bot] 058047cee3 Bump ksp from 2.0.21-1.0.27 to 2.0.21-1.0.28 (#83) 2024-11-18 22:14:40 +00:00
dependabot[bot] c46e4f7b36 Bump haze from 1.0.1 to 1.0.2 (#82) 2024-11-18 22:14:36 +00:00
dependabot[bot] 9c2a75b092 Bump androidx.navigation:navigation-compose from 2.8.3 to 2.8.4 (#81) 2024-11-18 22:14:31 +00:00
dependabot[bot] 362a51d680 Bump androidx.compose:compose-bom from 2024.10.01 to 2024.11.00 (#80) 2024-11-18 22:14:26 +00:00
dependabot[bot] 5d53160bb8 Bump haze from 1.0.0 to 1.0.1 (#79) 2024-11-12 20:23:03 +00:00
dependabot[bot] 02fbe17656 Bump ksp from 2.0.21-1.0.26 to 2.0.21-1.0.27 (#78) 2024-11-09 21:42:50 +00:00
dependabot[bot] 5bdc1c4075 Bump haze from 0.7.3 to 1.0.0 (#77) 2024-11-09 21:42:38 +00:00
melod1n 97d543539d (fix) ability to use system font 2024-11-01 21:54:50 +03:00
dependabot[bot] 1f329e86a7 Bump lifecycle from 2.8.6 to 2.8.7 (#73) 2024-10-31 23:02:40 +00:00
dependabot[bot] a9ddc7b7bd Bump androidx.compose:compose-bom from 2024.10.00 to 2024.10.01 (#74) 2024-10-31 22:51:59 +00:00
dependabot[bot] 84f5f35c2f Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 (#75) 2024-10-31 22:51:41 +00:00
melod1n 957ade0867 some updates 2024-10-28 19:57:53 +03:00
melod1n 656fca46d7 remove commented part of the code 2024-10-26 02:42:22 +03:00
melod1n babf20f62e return of debug token for auth; ability to disable haptic and set logging level; etc 2024-10-26 02:40:31 +03:00
dependabot[bot] ba43b6a940 Bump ksp from 2.0.21-1.0.25 to 2.0.21-1.0.26 (#71) 2024-10-24 18:11:04 +00:00