Commit Graph

295 Commits

Author SHA1 Message Date
melod1n 0500969d81 domain module 2024-08-11 17:40:13 +03:00
melod1n 648850f1c8 gradle build convention 2024-08-11 14:53:32 +03:00
melod1n f050a19df9 update for google play 2024-08-10 03:47:01 +03:00
dependabot[bot] 4303ef2f63 Bump androidx.compose.foundation:foundation (#34)
Bumps androidx.compose.foundation:foundation from 1.7.0-beta04 to 1.7.0-beta07.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:21:09 -07:00
dependabot[bot] 96d556d18d Bump dev.iurysouza.modulegraph from 0.8.1 to 0.10.0 (#33)
Bumps dev.iurysouza.modulegraph from 0.8.1 to 0.10.0.

---
updated-dependencies:
- dependency-name: dev.iurysouza.modulegraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:20:23 -07:00
dependabot[bot] fd568600c4 Bump kotlin from 2.0.0 to 2.0.10 (#32)
Bumps `kotlin` from 2.0.0 to 2.0.10.

Updates `org.jetbrains.kotlin.android` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:19:38 -07:00
melod1n 4bd9f1a2c9 fix dependabot config 2024-08-09 19:12:03 +03:00
melod1n aabbfc4075 add dependabot config 2024-08-09 19:08:12 +03:00
melod1n 7570f56721 update libs and agp 2024-08-09 19:05:38 +03:00
melod1n d12047d861 little update 2024-08-09 18:14:00 +03:00
melod1n bd3a7d0761 custom icon for project 2024-08-09 18:10:57 +03:00
melod1n 19fa2c79a8 fix potential recompositions 2024-08-04 04:53:00 +03:00
melod1n c829a7f96a update libs and fix localization 2024-08-04 04:05:14 +03:00
melod1n ce306c995e improvements in ui 2024-07-19 06:52:25 +03:00
melod1n 2b018add7c fast login with token 2024-07-19 06:01:16 +03:00
melod1n 1817698031 simple photo viewer 2024-07-16 10:29:37 +03:00
melod1n 9e09cbb640 fix online service 2024-07-16 08:00:25 +03:00
melod1n 6980d830f9 fix long poll 2024-07-16 07:52:59 +03:00
melod1n a696425dc8 more fixes 2024-07-16 07:43:08 +03:00
melod1n c8b1d72f08 update package name (even bigger one) 2024-07-16 07:02:50 +03:00
melod1n 4f9e49003b update package name (big one) 2024-07-16 06:37:37 +03:00
melod1n ab27ef29b1 fix chucker on debug & release build types 2024-07-16 06:25:47 +03:00
melod1n 9df35bf6bf Implement action messages in messages history 2024-07-16 04:52:47 +03:00
melod1n fa5f707e52 fix dividers visibility & add animated visibility 2024-07-16 03:09:13 +03:00
melod1n c77588c559 remove old material dialog 2024-07-16 02:55:11 +03:00
melod1n eb34c0c1cb improve ui in messages history screen 2024-07-16 02:50:58 +03:00
melod1n b252c03be7 clean up settings and some other things 2024-07-16 02:12:19 +03:00
melod1n 46d3fe63fa ability to enable/disable pull to refresh 2024-07-16 00:15:15 +03:00
melod1n 789283fcff settings refactoring 2024-07-15 22:34:00 +03:00
melod1n 304c630d1d improvements for previewing validation & captcha screens 2024-07-15 19:02:49 +03:00
melod1n ee7499f117 move all ui-related classes and files to ui module 2024-07-15 18:31:58 +03:00
melod1n 9a1bce5707 some coil & compose improvements 2024-07-15 16:43:59 +03:00
melod1n ad9a3e0c12 some improvements 2024-07-15 16:36:03 +03:00
melod1n eaf609c475 refactor default alerts 2024-07-15 06:02:25 +03:00
melod1n 654f47bb94 a lot of improvements for long polling service and notifications 2024-07-15 05:01:54 +03:00
melod1n 9481541806 fix crash on any error on friends screen other than api error 2024-07-14 01:04:20 +03:00
melod1n 43fe1832f7 fix startDestination for main screen 2024-07-14 01:03:49 +03:00
melod1n 6d66c4d1c2 fix padding for fab on conversations screen 2024-07-14 01:00:23 +03:00
melod1n c573803921 improve visuals for Logo & Login screens for compact devices 2024-07-14 00:57:44 +03:00
melod1n 5f57d35ce5 fix nav bar transparency 2024-07-14 00:33:56 +03:00
melod1n a4c20fac23 fix dependency for userbanned screen and some simple tests for login module 2024-07-13 22:59:23 +03:00
melod1n 733627f935 twoFa -> validation naming; fixes for preview for screens (separating view model from ui); some improvements & fixes 2024-07-13 22:45:49 +03:00
melod1n dfdc48b682 separate interceptors; added language interceptor for api responses 2024-07-13 17:04:18 +03:00
melod1n f545a9c4e5 improve blur on friends list & chat materials 2024-07-13 16:32:03 +03:00
melod1n 93ae63fadd removed unused items from settings & translate main items 2024-07-13 15:48:08 +03:00
melod1n 9c6fdc1d42 translation to russian 2024-07-13 15:31:07 +03:00
melod1n 0db75f0534 fix crash on pre-oreo android devices 2024-07-13 14:42:11 +03:00
melod1n 5665d72a0c app version parity with the play market 2024-07-13 13:57:53 +03:00
melod1n dbc0d71f32 remove logging 2024-07-13 02:06:31 +03:00
melod1n 32b8fc4067 fix blur for friends screen 2024-07-13 01:52:49 +03:00