Evgeny Poberezkin
13fae855fc
Merge branch 'stable'
2025-01-09 22:29:31 +00:00
Diogo
cd9eb66ebb
ui: remove support for inline moderation ( #5495 )
...
* android: remove support for inline moderation
* ios: emove support for inline moderation
* fix prefix on preview for ios
* unused
* final pass
* ios: should not be able to assign moderator
* button label
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2025-01-09 22:28:29 +00:00
Evgeny Poberezkin
146c968a79
Merge branch 'stable'
2025-01-08 22:32:24 +00:00
Diogo
7281255480
android, desktop: inline reports ( #5485 )
...
* simple send and receive
* fix sending reason enum via api
* trim ""
* report preview and msg display
* adding support for moderator (not active)
* disable all bulk actions for reports
* progress on context menu
* make delete messages and block fn suspend
* block and moderate
* fixes and code cleanup
* never show report on own messages
* minor code improvements
* supportedRoles -> selectableRoles
* remove paddings on msg not allowed and other overlapping views, change color
* reports: disables attachments, cleans previews and stops lives
* disable report on lives
* refactor
* reports - enable delete for self on bulk actions
* text
* select report context menu
* ios: text
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2025-01-08 20:07:32 +00:00
Diogo
7e344b3ee8
ios: reports inline ( #5466 )
...
* initial types
* changes types
* decode
* possible mock for inline report
* remove avatar
* diff
* updates
* parser and display message
* send messages and support placeholder
* profile reports and all reports working
* new api
* check member support for receiving reports
* report chat item text
* moderator role
* placeholder on text compose for report
* rename method
* remove need to have reported item in memory to action
* archived reports
* changes/fix
* fix block member
* delete and moderate
* archive
* report reason
* context menu/moderation fixes
* typo
* not needed
* report reason as caption, and change text
* remove auto archive
* move placeholder to match text
* prefix red italic report
* archive
* apply mark deleted fix
* Revert "apply mark deleted fix"
This reverts commit b12f14c0f5 .
* remove extra space
* context menu rework
* strings, icons
* recheck items extra check on reports
* simplify
* simpler
* reports: never show for own messages, disable attachments, hide when recording or live
* style, allow local deletion
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2025-01-08 18:28:45 +00:00
Diogo
aa7095dee2
ios: chat tags ux improvements ( #5456 )
...
* fix build
* Rename the second “create list” button to “save list”
* add notes preset tag
* reset search text if active filter is changed
* reset search when preset are pressed
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2025-01-01 23:12:12 +00:00
Evgeny Poberezkin
f3670965fb
Merge branch 'stable'
2024-12-25 23:18:41 +00:00
Evgeny
086e375bac
ui: chat tag fixes ( #5427 )
...
* ui: chat tag fixes
* fix switching tags
* change
* android: fix switching profile
* change
* sp
* change
---------
Co-authored-by: Avently <7953703+avently@users.noreply.github.com >
2024-12-25 22:09:18 +00:00
Evgeny
400967b03b
ui: fix saving operators ( #5428 )
2024-12-25 16:54:21 +00:00
Evgeny
ba601552d2
ios: add chat to created list ( #5407 )
...
* ios: add chat to created list
* do not include muted chats in unread tags
2024-12-23 16:31:47 +00:00
Stanislav Dmitrenko
8c90a96d78
ios: show alert when import database is failed or succeeded ( #5400 )
...
* ios: show alert when import database is failed or succeeded
* don't hide error alert until pressing Ok
* always skip starting chat in case of import error
* changes
* defer
2024-12-22 16:28:53 +00:00
Stanislav Dmitrenko
bcdf08488e
ios: show alert when import database is failed or succeeded ( #5400 )
...
* ios: show alert when import database is failed or succeeded
* don't hide error alert until pressing Ok
* always skip starting chat in case of import error
* changes
* defer
2024-12-22 16:18:45 +00:00
spaced4ndy
a3140c2d3e
ui prohibit sending to member if connection is not ready ( #5399 )
2024-12-20 20:33:09 +04:00
Evgeny
9adff0bfd1
ios: track unread chat lists, avoid scanning when adding and removing chats ( #5398 )
...
* ios: track unread chat lists, avoid scanning when adding and removing chats
* disable favorites filter when no more favorite chats
2024-12-20 11:43:11 +00:00
spaced4ndy
143be1edaf
ios: don't show what's new after import on onboarding ( #5394 )
2024-12-19 15:59:34 +00:00
Diogo
fcb2d1dbac
core, ios: chat tags ( #5367 )
...
* types and db
* migration module
* chat tag
* store method proposal
* profiles build
* update type
* update return type
* building
* working api
* update
* refactor
* attach tags to contact
* simplify
* attach chat tags to group info
* get chat tags with supplied user id
* get tags fix
* ios: chat tags poc (#5370 )
* ios: chat tags poc
* updates to sheet
* temporary display for other option on swipe
* sheet height
* only show preset when it has matches
* changes
* worst emoji picker ever
* simplify tag casts and collapse
* open on create tag if no tags
* simple emoji text field
* nice emoji picker
* dismiss sheets on tag/untag
* semibold selection
* all preset tag and change collapsed icon on selection
* default selected tag (all)
* only apply tag filters on empty search
* + button when no custom lists
* reset selection of tag filter on profile changes
* edit tag (broken menu inside swiftui list)
* create list to end of list
* swipe changes
* remove context menu
* delete and edit on swipe actions
* tap unread filter deselects other filters
* remove delete tag if empty
* show tag creation sheet when + button pressed
* in memory tag edit
* color, size
* frame
* layout
* refactor
* remove code
* add unread to same unit
* fraction on long press
* nav fixes
* in memory list
* emoji picker improvements
* remove diff
* secondary plus
* stop flickering on chat tags load
* reuse string
* fix reset glitches
* delete destructive
* simplify?
* changes
* api updates
* fix styles on list via swipe
* fixed untag
* update schema
* move user tags loading to get users chat data
* move presets to model
* update preset tags when chats are updated
* style fixes and locate getPresetTags near tags model
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
* deleted contacts and card should not match contact preset
* fix update presets on chat remove
* update migration indices
* fix migration
* not used chat model
* disable button on repeated list name or emoji
* no chats message for search fix
* fix edits and trim
* error in footer, not in alert
* styling fixes due to wrong place to attach sheet
* update library
* remove log
* idea for dynamic sheet height
* max fraction 62%
* minor fixes
* disable save button when no changes and while saving
* disable preset filter if it is no longer shown
* remove comments from schema
* fix emoji
* remove apiChatTagsResponse
* always read chat tags
* fix
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
2024-12-19 10:48:26 +00:00
Evgeny
aede65db14
ios: show who reacted for contacts ( #5375 )
2024-12-12 18:57:40 +00:00
spaced4ndy
4075c26dd2
ui: offer to fix connection on call and message buttons ( #5358 )
2024-12-09 21:03:56 +04:00
Evgeny Poberezkin
d64351b760
ui: update label in server statistics
2024-12-08 15:17:32 +00:00
Evgeny
fe0d811bf7
ui: operator information ( #5343 )
...
* ios: operator information
* android, desktop: operator information
* move texts, simplify navigation
2024-12-07 14:41:54 +00:00
Diogo
df1a471c56
ios: remove all unsafe warnings in group preferences save ( #5340 )
2024-12-06 19:55:15 +04:00
Diogo
7d43a43e82
ios: ask for confirmation of save on contact preferences sheet dismiss ( #5337 )
2024-12-06 18:44:56 +04:00
spaced4ndy
ae8ad5c639
ios: operators info on onboarding ( #5336 )
2024-12-06 17:49:57 +04:00
spaced4ndy
1408d75eb3
ios: use async getServerOperators api ( #5334 )
2024-12-06 17:21:55 +04:00
Diogo
2e431c5afa
ios: fix some real time updates in group members ( #5332 )
...
* ios: fix some real time updates in group members
* use chat instead of binding for group info updates
2024-12-06 11:10:52 +00:00
Diogo
924273191e
ios: ask for confirmation of save on group preferences sheet dismiss ( #5327 )
...
* ios: ask for confirmation of save on group preferences sheet dismiss
* fix exit without saving temporary state and also apply fix on dismiss during group creation
2024-12-06 10:21:58 +00:00
Evgeny
ff504702de
ui: translations ( #5330 )
...
* Translated using Weblate (German)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/
* Translated using Weblate (French)
Currently translated at 93.2% (2060 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/fr/
* Translated using Weblate (Italian)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Spanish)
Currently translated at 97.6% (2157 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/es/
* Translated using Weblate (Dutch)
Currently translated at 97.5% (2154 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (2041 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/pt_BR/
* Translated using Weblate (Arabic)
Currently translated at 97.4% (2153 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/
* Translated using Weblate (Ukrainian)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/uk/
* Translated using Weblate (Polish)
Currently translated at 93.2% (2059 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/pl/
* Translated using Weblate (Russian)
Currently translated at 93.2% (2061 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 97.4% (2154 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/nl/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/nl/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/
* Translated using Weblate (Italian)
Currently translated at 98.9% (2187 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Italian)
Currently translated at 99.5% (2201 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Russian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Russian)
Currently translated at 96.6% (1868 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/
* Translated using Weblate (Italian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/it/
* Translated using Weblate (Indonesian)
Currently translated at 60.0% (1326 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/id/
* Translated using Weblate (Russian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Russian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/
* Translated using Weblate (German)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/
* Translated using Weblate (French)
Currently translated at 93.2% (2060 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/fr/
* Translated using Weblate (Italian)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Spanish)
Currently translated at 97.6% (2157 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/es/
* Translated using Weblate (Dutch)
Currently translated at 97.5% (2154 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (2041 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/pt_BR/
* Translated using Weblate (Arabic)
Currently translated at 97.4% (2153 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/
* Translated using Weblate (Ukrainian)
Currently translated at 97.5% (2155 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/uk/
* Translated using Weblate (Polish)
Currently translated at 93.2% (2059 of 2209 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/pl/
* Translated using Weblate (Russian)
Currently translated at 93.2% (2061 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 97.4% (2154 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/nl/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/nl/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/
* Translated using Weblate (Italian)
Currently translated at 98.9% (2187 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Italian)
Currently translated at 99.5% (2201 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Russian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Russian)
Currently translated at 96.6% (1868 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/
* Translated using Weblate (Italian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/it/
* Translated using Weblate (Indonesian)
Currently translated at 60.0% (1326 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/id/
* Translated using Weblate (Russian)
Currently translated at 100.0% (2210 of 2210 strings)
Translation: SimpleX Chat/SimpleX Chat Android
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/
* Translated using Weblate (Russian)
Currently translated at 100.0% (1932 of 1932 strings)
Translation: SimpleX Chat/SimpleX Chat iOS
Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/
* process localizations
* update translations
---------
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org >
Co-authored-by: M1K4 <oomikaoo@gmail.com >
Co-authored-by: summoner001 <summoner@vivaldi.net >
Co-authored-by: Random <random-r@users.noreply.hosted.weblate.org >
Co-authored-by: Rafi <rafimuhmad90@gmail.com >
2024-12-05 21:42:53 +00:00
Diogo
5f66c29dbd
ios: fix open from notification and connected directly chat item chat loading ( #5326 )
...
* ios: fix opening from notification and connected directly chat item chat loading
* better fix
2024-12-05 16:15:24 +00:00
spaced4ndy
892f6498be
ios: fix contact cards opening empty page on connection 2 ( #5319 )
2024-12-04 17:33:12 +00:00
Stanislav Dmitrenko
ee146cdc7b
android, desktop, core: option to show toolbar in chat at the top in reachable UI ( #5316 )
...
* android, desktop: ability to show toolbar in chat at the top in reachable UI
* rename
* core AppSettings
* ios AppSettings
* rename
* strings, enable reachable chat toolbar when enabled reachable app toolbars
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-12-04 16:49:45 +00:00
Evgeny
a182cf5730
ui, site: v6.2 whats new, business ( #5309 )
...
* ui, site: v6.2 whats new, business
* icon
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
* business
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
* typo
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
* typo
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
---------
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
2024-12-03 18:23:24 +00:00
spaced4ndy
247d12fa40
android, desktop: make more texts different for groups and business chats; ios: preferences texts ( #5308 )
2024-12-03 21:44:06 +04:00
spaced4ndy
6593de89c2
ios: make more texts different for groups and business chats ( #5307 )
2024-12-03 15:25:15 +00:00
Evgeny
9d992735f4
core, ios: improve business address (connection plan, repeat requests, feature items) ( #5303 )
...
* core, ios: connection plan for business address
* core: store xcontact_id on business groups to prevent duplicate contact requests
* core: create feature items in new groups and in business groups
* fix tests
* error message
2024-12-03 12:11:38 +00:00
Diogo
92967dfe0c
ios: disable autocorrect add group member search ( #5301 )
2024-12-02 20:14:26 +00:00
spaced4ndy
bc96000131
ios: support business addresses and chats ( #5300 )
...
* ios: support business addresses and chats
* improve
* words
* fix
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-12-02 17:40:22 +00:00
Evgeny
5f01dc1a3f
core: support business addresses and chats ( #5272 )
...
* core: support business addresses and chats
* types
* connect plan, add link type
* ios: toggle on address UI
* make compile
* todo
* fix migration
* types
* comments
* fix
* remove
* fix schema
* comment
* simplify
* remove diff
* comment
* comment
* diff
* acceptBusinessJoinRequestAsync wip
* comment
* update
* simplify types
* remove business
* wip
* read/write columns
* createBusinessRequestGroup
* remove comments
* read/write business_address column
* validate that business address is not set to be incognito
* replace contact card
* update simplexmq
* refactor
* event when accepting business address request
* sendGroupAutoReply
* delete contact request earlier
* test, fix
* refactor
* refactor2
---------
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
2024-12-02 14:01:23 +00:00
Evgeny Poberezkin
2c0de36439
ios: large Conditions screen heading during onboarding
2024-11-30 18:44:59 +00:00
Evgeny Poberezkin
e9853fe3fc
ios: update alert message for SimpleX address card
2024-11-30 18:06:36 +00:00
Stanislav Dmitrenko
961bdbfc59
ios: start/stop chat toggle refactoring ( #5275 )
...
* ios: start/stop chat toggle refactoring
* changes
* changes
* return back
* reduce diff
* better
* update button
* ios: do not start chat after export, always show run toggle (#5284 )
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-11-30 16:29:27 +00:00
Diogo
03bc4e5d01
ios: display reactions in groups by member ( #5265 )
...
* ios: display reactions in groups by member
* fetch data
* load on open
* wip
* fix text
* less api calls
* matching image sizes
* updates
* progress dump
* mostly works
* add member to list needed
* open member faster
---------
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com >
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-11-30 12:23:51 +00:00
Diogo
b0f3f0a523
ios: fix alignment on operators review later button and notice ( #5280 )
2024-11-29 20:04:29 +04:00
Diogo
22d7db89d8
ios: database error screens redesign ( #5256 )
...
* ios: database error screens redesign (wip)
* refactor
* remove code to simulate errors
* fix
* fix texts
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-11-27 20:32:18 +00:00
Evgeny
ba7abcf6f7
ios: update onboarding texts ( #5255 )
...
* ios: update onboarding texts
* translations
* more translations
* more translations 2
2024-11-27 19:01:16 +00:00
spaced4ndy
9fa968a593
ui: fix marking chat read (don't use range api) ( #5257 )
2024-11-27 18:30:39 +04:00
Stanislav Dmitrenko
25893177d0
ios: view conditions as markdown ( #5248 )
...
* ios: view conditions as markdown
* changes
* removed Down
* refactor
* unused
* react on theme change
2024-11-26 13:00:39 +00:00
Diogo
345e0acdec
ios: onboarding redesign ( #5252 )
...
* ios: onboarding redesign
* shorter texts
* updates
* more updates
* remove extra padding when focused
* strings
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com >
2024-11-26 12:26:35 +00:00
spaced4ndy
1f04984a34
ios: offer to create 1-time link on address views ( #5249 )
2024-11-26 14:43:39 +04:00
Evgeny
cfc21dfb51
ios: address or 1-time link ( #5246 )
2024-11-25 18:15:32 +04:00
Evgeny Poberezkin
6581e27524
6.2-beta.1: ios 247, android 252, desktop 76
2024-11-23 17:42:24 +00:00