JRoberts
352a4f3d2a
core: clean up incognito profiles ( #1262 )
2022-10-27 14:25:48 +04:00
JRoberts
e06d4e5c85
ios: translations for auto-accept ( #1263 )
2022-10-27 10:47:48 +04:00
JRoberts
e17e9c641d
android: version 4.2-beta.0 (64)
2022-10-26 11:33:51 +04:00
JRoberts
2ac6866638
ios: version 4.2 (86)
2022-10-26 11:13:08 +04:00
JRoberts
e9c321eaad
android: mark untranslated texts
2022-10-24 20:48:23 +04:00
Stanislav Dmitrenko
c58d069fbd
android: Sender name in chatlist ( #1251 )
...
* android: Sender name in chatlist
* Sender is bold
* RTL for sender text
2022-10-24 16:47:03 +01:00
Stanislav Dmitrenko
15c8945fd3
android: Settings to auto-accept contact requests ( #1250 )
...
* android: Settings to auto-accept contact requests
* Link will not be recreated when not needed
* Layout
* Layout
* Button rename
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-24 16:45:12 +01:00
JRoberts
2109dca1c7
android: allow ContactConnected response to have omitted field ( #1252 )
2022-10-24 17:40:20 +04:00
JRoberts
7ef7d08c00
mobile: use viaGroupLink to avoid adding missing chats on subscriptions ( #1249 )
2022-10-24 16:22:00 +04:00
JRoberts
deeb2e891a
core: add viaGroupLink to Connection ( #1248 )
2022-10-24 14:28:58 +04:00
Evgeny Poberezkin
5265667c0c
ios: settings to auto-accept contact requests ( #1246 )
...
* ios: settings to auto-accept contact requests
* use NavigationView
* fix share sheet, layout
* move buttons
2022-10-24 11:25:36 +01:00
JRoberts
15c1f9f9c8
core: group link contact connecting(ed) events to avoid adding previews in ui ( #1242 )
...
* core: group link contact connecting(ed) events to avoid adding ui previews
* fix test
* refactor
* ios types
* android types
* type in bot
2022-10-23 21:18:15 +01:00
Evgeny Poberezkin
341199d599
mobile: update type for UserContactLink changes, add addressAutoAccept API ( #1245 )
2022-10-23 11:16:56 +01:00
JRoberts
d0a0a0461f
mobile: change role item texts, uncomment button ( #1241 )
...
* mobile: change role item texts, uncomment button
* Update apps/android/app/src/main/res/values-de/strings.xml
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-22 18:40:21 +04:00
JRoberts
1dca577ca8
mobile: invited via group link chat item ( #1239 )
2022-10-22 14:23:23 +04:00
Stanislav Dmitrenko
7f9c4ede02
android: Mark chat unread ( #1235 )
...
* android: Mark chat unread
* Fix
* Fix2
* Fix3
* Refactoring
* Icon
* update icon
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-21 13:29:08 +01:00
Evgeny Poberezkin
34a74da0b9
ios: mark chat unread ( #1237 )
...
* ios: mark unread (wip)
* mark unread works
2022-10-21 12:32:11 +01:00
JRoberts
98cb1c39f2
core: allow to delete contacts that are in groups; group contacts management rfc ( #1229 )
2022-10-20 19:27:00 +04:00
Stanislav Dmitrenko
9edb54b45c
android: Unencrypted all fix ( #1231 )
2022-10-20 10:16:15 +01:00
Stanislav Dmitrenko
e0582d656e
android: Different width for image in a message based on orientation ( #1227 )
...
* android: Different width for image in a message based on orientation
* Remember
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-18 19:49:27 +01:00
JRoberts
65f8ad4423
Merge branch 'stable'
2022-10-18 18:18:36 +04:00
JRoberts
85ab37ae5d
android: version 4.1 (63)
2022-10-18 18:05:08 +04:00
JRoberts
dc5f6673a2
ios: version 4.1 (85)
2022-10-18 17:54:37 +04:00
Stanislav Dmitrenko
1f8bfbe3f5
android: Fixed conflics ( #1225 )
...
* ios: use transparent background for images without text and quote (#1224 )
* android: Some small fixes (#1221 )
* android: Some small fixes
* Alpha in preview image
* ImageView width limitation for portrait images
* Sharing files with a text
* Do not create new link on orientation change
* Skipping quoted item when applying transparent background
* Commented out sharing a text of image message
* Revert "ImageView width limitation for portrait images"
This reverts commit b1f20b51da .
* White color
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-18 13:01:37 +01:00
Stanislav Dmitrenko
cf67c951fc
android: Scrolling state will be preserved ( #1222 )
...
* android: Scrolling state will be preserved
* Auth changes in terminal view
* Changes
2022-10-18 11:05:31 +01:00
Stanislav Dmitrenko
b78a5931e9
android: Some small fixes ( #1221 )
...
* android: Some small fixes
* Alpha in preview image
* ImageView width limitation for portrait images
* Sharing files with a text
* Do not create new link on orientation change
* Skipping quoted item when applying transparent background
* Commented out sharing a text of image message
* Revert "ImageView width limitation for portrait images"
This reverts commit b1f20b51da .
* White color
2022-10-18 10:45:49 +01:00
Evgeny Poberezkin
104e1040bf
ios: use transparent background for images without text and quote ( #1224 )
2022-10-18 10:07:45 +01:00
Stanislav Dmitrenko
fad60a1d24
android: EditText instead of BasicTextView with ability to get images… ( #1213 )
...
* android: EditText instead of BasicTextView with ability to get images from keyboard
* Padding
* Empty, not blank
* Keyboard handling
* Setting text of edited message and bigger padding
2022-10-17 21:25:42 +01:00
Stanislav Dmitrenko
61ed866c24
android: Better way of saving even big files ( #1212 )
2022-10-16 13:26:10 +01:00
Stanislav Dmitrenko
656c10976b
android: Fix autoscroll to bottom when going from group to direct ( #1209 )
...
* android: Fix autoscroll to bottom when going from group to direct
- and makes scrolling smoother because of -1 number of recompose
* Rename
2022-10-16 12:41:01 +01:00
Evgeny Poberezkin
63f40f030a
android: change indigo color to improve dark mode readability ( #1219 )
2022-10-15 21:55:37 +01:00
Evgeny Poberezkin
dec8e136f9
android: increase paddings in link views ( #1217 )
...
* android: increase paddings in link views
* increase padding on scan screen
* Update apps/android/app/src/main/java/chat/simplex/app/views/newchat/AddContactView.kt
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
* Update apps/android/app/src/main/java/chat/simplex/app/views/newchat/AddContactView.kt
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-10-15 18:49:10 +01:00
JRoberts
a525b4e5db
ios: group links ( #1214 )
...
* libraries
* api
* ui
* via nav link
* translations
* align android translations
2022-10-15 18:09:25 +04:00
JRoberts
2f8b4a3e93
Merge branch 'stable'
2022-10-15 16:15:07 +04:00
JRoberts
39818b6fbb
ios: version 4.1 (84)
2022-10-15 16:14:32 +04:00
JRoberts
3523c7ebd7
ios: fix ContactConnectionInfo share sheet ( #1215 )
2022-10-15 15:47:04 +04:00
Stanislav Dmitrenko
560807b4b7
android: Group links ( #1210 )
...
* android: Group links
* Alerts with network errors
* Alert for get link too
* Layout changes
* Divider
* Revert "Alert for get link too"
This reverts commit b0eaf50cdc .
* Update apps/android/app/src/main/res/values-de/strings.xml
* Update apps/android/app/src/main/res/values/strings.xml
* Update apps/android/app/src/main/res/values/strings.xml
* Update apps/android/app/src/main/res/values-ru/strings.xml
* Update apps/android/app/src/main/res/values-ru/strings.xml
* Update apps/android/app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt
* apiDeleteGroupLink call
* names
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-10-14 19:30:09 +04:00
Stanislav Dmitrenko
4a259e44b1
android: Link preview with image URLs and more options for finding image on a site ( #1207 )
2022-10-13 19:11:59 +01:00
Stanislav Dmitrenko
799d9443bd
android: Multiple images sharing ( #1206 )
2022-10-13 18:39:24 +01:00
JRoberts
9670da4646
android: version 4.1 (62)
2022-10-13 14:14:01 +04:00
Stanislav Dmitrenko
1e22028189
android: Fix connecting via link from Firefox ( #1205 )
...
* android: Fix connecting via link from Firefox
* Replace slash
2022-10-13 10:49:57 +01:00
Stanislav Dmitrenko
74421a5f52
android: Hide role changing ( #1204 )
2022-10-12 22:52:56 +01:00
JRoberts
8c3c639d7f
android: missing translations ( #1201 )
2022-10-12 20:29:06 +04:00
JRoberts
d0b5f16be6
android: version 4.1 (61)
2022-10-12 18:58:50 +04:00
JRoberts
41a4e13ff6
ios: version 4.1 (83)
2022-10-12 18:51:45 +04:00
JRoberts
3ac7d5977b
android: german translations for v4.1 ( #1200 )
2022-10-12 18:47:33 +04:00
mlanp
0f0cb234bd
ios: german translations for v4.1 ( #1199 )
...
* modified: apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff
* Localizable.strings
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com >
2022-10-12 18:07:33 +04:00
Stanislav Dmitrenko
c14c289ba7
android: Image gallery ( #1198 )
...
* android: Image gallery
* Do not scroll to active item
* Infinity pager
* Fixed small issue with the first page
* Limited image height
* Revert "Limited image height"
This reverts commit d5733da6a3 .
* Scroll at top position after click on quote
* Better scrolling
2022-10-12 14:59:59 +01:00
Stanislav Dmitrenko
c20c7085b0
android: Scroll to quoted message ( #1195 )
...
* android: Scroll to quoted message
* Click only on quote makes the list scrolling
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-10-12 13:39:17 +01:00
Stanislav Dmitrenko
05122fc476
android: Update chats when enter the app from background ( #1196 )
...
* android: Update chats when enter the app from background
* Nullify current chat id if the chat was deleted in background
2022-10-11 11:35:47 +01:00