JRoberts
a6e4e68bc5
ios: voice messages ( #1389 )
...
* experiments
* audio recording in swiftui
* recording encapsulated
* permission + playback
* stopAudioPlayback on cancel
* method names
* check permission in recording start
* run timer on main thread
* remove obsolete view
* don't call playback timer callback unless player is playing
* compose + send view + preview + send
* animation + improve state + quality
* fix recording not stopping in time
* animate to end
* remove recorder delegate, fix cancelling during recording
* replace print with log
* recording start error constructor
* CIVoiceView file
* chat item wip
* chat item wip
* refactor settings
* layout
* send correct duration
* item previews
* more background, animation
* more layout
* more layout, send button conditions
* context, preview, quote, notification texts
* chat item actions
* use isEmpty
* remove comment
* uncomment file.loaded
* more layout, hold to record
* more layout
* preview player stop on disappear
* more layout
* comment
* only one player or recording
* remove voice message on chat close
* fix state bug
* remove commented code
* length 30
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-11-24 21:18:28 +04:00
Evgeny Poberezkin
4485d46307
mobile: simplex links in UI, core: trusted uri for simplex links ( #1410 )
2022-11-24 17:14:56 +00:00
Evgeny Poberezkin
a7345ee4d9
core: markdown for simplex invitation links ( #1408 )
...
* core: markdown for simplex invitation links
* update markdown for simplex links
* update markdown
* update
* stabilize test
2022-11-24 13:13:26 +00:00
Evgeny Poberezkin
388aaec80b
core: config to send inline files ( #1406 )
...
* core: config to send inline files
* update config
* add/update tests
* fix tests
2022-11-23 16:08:33 +00:00
Stanislav Dmitrenko
21722b3417
android: Advanced server config ( #1403 )
...
* android: Advanced server config
* Update apps/android/app/src/main/java/chat/simplex/app/views/usersettings/ScanSMPServer.kt
* Camera permission, dropping tested value, different font
* For review
* Partial redraw of the view in testing stage
* Comment
* Icon
* Icon
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-23 11:13:24 +00:00
Evgeny Poberezkin
e6e5faeb9c
core: chat items for group preferences ( #1402 )
...
* core: chat items for group preferences
* chat items for group preference changes and sent item for contact/user prerences changes
* prohibited features, tests
* enable all tests
* fix
2022-11-23 11:04:08 +00:00
Evgeny Poberezkin
67d78e14be
Merge branch 'stable'
2022-11-22 14:12:18 +00:00
Evgeny Poberezkin
0d1a70af34
android: v4.2.2 (70)
2022-11-22 14:11:23 +00:00
Evgeny Poberezkin
2b09fb425d
core: chat items showing preference changes ( #1399 )
2022-11-22 12:50:56 +00:00
Evgeny Poberezkin
ab91c54080
ios: version 4.2.2 (92)
2022-11-22 12:44:40 +00:00
Evgeny Poberezkin
c7f70f0ed0
ios: resolved packages
2022-11-22 09:47:42 +00:00
Evgeny Poberezkin
5806a2ceb4
Merge branch 'stable'
2022-11-22 08:55:01 +00:00
Evgeny Poberezkin
6b71cc59c8
blog: updates ( #1400 )
2022-11-22 08:49:33 +00:00
Evgeny Poberezkin
33a866463d
core: fix sql that was doubling a group in the list of chats when member joined the group twice ( #1378 )
2022-11-21 10:37:11 +00:00
Stanislav Dmitrenko
fb165622aa
android: Wrapped code in SideEffect ( #1396 )
2022-11-21 10:24:18 +00:00
Evgeny Poberezkin
7e3d53b621
ios: advanced server configuration ( #1388 )
...
* ios: advanced server configuration
* UI is mostly working, QR code scan
* refactor
* error alerts
* fixes
* remove old view
* rename view
* translations
* only show valid QR code, spinner during server test
* update tested status on edit
* space wtf
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* moar space
* translation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* translations
* translations
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-21 08:37:13 +00:00
Evgeny Poberezkin
7544d2f9e7
core: fix preset servers ( #1392 )
...
* core: fix preset servers
* simplify
* fix
2022-11-21 07:43:41 +00:00
Evgeny Poberezkin
02fa81e8aa
mobile: show unknown content with attached file as file item (for partial forward compatibility with voice and video messages) ( #1394 )
...
* mobile: show unknown content with attached file as file item (for partial forward compatibility with voice and video messages)
* fix
* android: show unknown files
2022-11-21 07:42:36 +00:00
Evgeny Poberezkin
4296b6c622
android: import function to parse server address ( #1391 )
2022-11-21 07:39:36 +00:00
sh
b5652bce81
docker: enable sqlcipher ( #1390 )
2022-11-20 11:56:01 +00:00
Evgeny Poberezkin
b8298aa458
Merge branch 'stable'
2022-11-20 11:20:10 +00:00
solus-hq
c3244f1b76
Add OpenSSL for macOS description ( #1370 )
...
Co-authored-by: shark <shark@shark.work>
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-11-18 19:29:02 +00:00
Evgeny Poberezkin
0ad74d9538
docs: CLI compilation ( #1359 )
...
* docs: CLI compilation
* update
* remove BETA
* amend CLI build steps
2022-11-18 17:54:57 +00:00
Stanislav Dmitrenko
a4be68f4bd
android: Audio messages ( #1070 )
...
* Audio messages testing
* Without Vorbis
* Naming
* Voice message auto-receive, voice message composing
* Experiments with audio
* More recording features
* Unused code
* Merge master
* UI
* Stability
* Size limitation
* Tap and hold && tap and wait and click logics
* Deleted unused lib
* Voice type
* Refactoring
* Refactoring
* Adapting to the latest changes
* Mini player in preview
* Different UI for some elements
* send msg view style
* *** in translation
* Animation
* Fixes animation performance
* Smaller font for recording time
* File names
* Renaming
* No edit possible for audio messages
* Prevent adding text to edittext
* Bubble layout
* Layout
* Refactor
* Paddings
* No crash, please
* Draw progress as a ring
* Padding
* Faster status updates while listening voice
* Faster status updates while listening voice
* Quote
* backend comment
* Align
* Stability
* Review
* Strings
* Just better
* Sync of recorder and players
* Replaced Icon's with ImageButton's
* Icons size
* Error processing
* Update apps/android/app/src/main/java/chat/simplex/app/MainActivity.kt
* rename composable
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-18 21:02:24 +04:00
JRoberts
0cb8f8ad82
core: fix group preferences update ( #1385 )
2022-11-18 16:07:40 +04:00
sh
9d7bb06396
docker: update build ( #1375 )
2022-11-18 09:00:43 +00:00
Daniel Nathan Gray
a8b9200c9a
Fix dead links to audit ( #1374 ) ( #1374 )
2022-11-17 17:26:19 +00:00
JRoberts
a9c2a7dcaa
ios: remove accent color on chat info views navigation links ( #1382 )
2022-11-17 20:53:02 +04:00
Evgeny Poberezkin
38b28f866c
sdk: update version 0.1.1
2022-11-17 14:46:49 +00:00
Evgeny Poberezkin
bfa7ff16ff
sdk: fix typescript client ( #1380 )
2022-11-17 14:45:48 +00:00
JRoberts
5c2b70a214
core: fix test name
2022-11-17 14:42:28 +04:00
JRoberts
7e3f91f87c
core: add sanity checks in sql to include quoted items only from the same chat ( #1379 )
2022-11-17 14:38:14 +04:00
Evgeny Poberezkin
f54faebff3
core: fix sql that was doubling a group in the list of chats when member joined the group twice ( #1378 )
2022-11-17 09:58:52 +00:00
JRoberts
4e5aa3dcbc
ios: adjust preferences UX; fix group profile not updating; fix servers api ( #1377 )
2022-11-17 12:59:13 +04:00
Evgeny Poberezkin
56f3874a93
ios: move preferences, icon ( #1376 )
...
* ios: move preferences, icon
* don't disable database settings on chat stop
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-17 10:57:27 +04:00
JRoberts
828b502431
ios: load and save preferences ( #1373 )
2022-11-16 20:26:43 +04:00
Evgeny Poberezkin
491fe4a9bf
core, ios: advanced server config ( #1371 )
...
* ios: advanced server config
* simplify UI
* core: ServerCfg
* commit migration, update schema
* add preset servers to response
* return default servers if none saved
* fix test
2022-11-16 15:37:20 +00:00
Evgeny Poberezkin
f8302e2030
core: SMP server connection test ( #1367 )
...
* core: SMP server connection test
* fix test
* update simplexmq
2022-11-15 18:31:29 +00:00
JRoberts
fd34c39552
core: fix voice msg content text representation
2022-11-15 15:56:38 +04:00
JRoberts
b1fa1a84fe
core: voice msg content type ( #1368 )
2022-11-15 15:24:55 +04:00
mlanp
cf23399262
android / iOS: german translations for 4.2.1 ( #1366 )
...
* android/iOS: fixed german translations for v4.2.1
* Update apps/android/app/src/main/res/values-de/strings.xml
* Update apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff
* Apply suggestions from code review
* strings
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-15 11:31:07 +04:00
JRoberts
b5a812769b
core: full/merged preferences in User, Contact, GroupInfo types ( #1365 )
...
* core: preferences in User, Contact, GroupInfo types
* user and group preferences
* refactor
* linebreak
* remove synonyms
* refactor
* refactor
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-11-15 10:31:44 +04:00
JRoberts
40e1b01baf
android: version 4.3-beta.0 (69)
2022-11-14 17:01:29 +04:00
Stanislav Dmitrenko
9c925ab040
android: Animated switch between chat and chatList ( #1175 )
...
* android: Animated switch between chat and chatList
* Correct animation
* Testing idea
* Revert "Testing idea"
This reverts commit ecda083883
.
* Experiments
* Experiments
* Experiments
* Revert "Experiments"
This reverts commit 4390de1e92
.
* Revert "Experiments"
This reverts commit 0b3048aeef
.
* Revert "Experiments"
This reverts commit b692803cea
.
* Merge
* Gorgeous animation performance
* Undo optimization
* Formatting
* Sharing
* Box
* Continue
* Launch on Main thread only specific call to WebView
* Launch on Main thread only specific call to WebView
* Temporary made withApi() running on Main thread only
* Unneeded code
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-14 16:35:38 +04:00
Evgeny Poberezkin
faceeb6fce
ios: chat preferences, UI and types ( #1360 )
2022-11-14 10:12:17 +00:00
JRoberts
07e8c1d76e
Fixing ForegroundServiceDidNotStartInTimeException ( #1349 )
...
(cherry picked from commit a5d235e559
)
Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
2022-11-14 14:02:04 +04:00
Evgeny Poberezkin
b1d8600215
cli: message search in CLI app ( #1362 )
...
* cli: message search in CLI app
* type synonym
2022-11-14 08:42:54 +00:00
Evgeny Poberezkin
e14ab0fed0
core: support SMP basic auth / server password ( #1358 )
2022-11-14 08:04:11 +00:00
Evgeny Poberezkin
cb0c499f57
core: send broadcast to direct contacts only ( #1361 )
2022-11-14 07:59:59 +00:00
Evgeny Poberezkin
002a081b3b
readme: user groups ( #1357 )
...
* readme: user groups
* corrections
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-11-12 14:21:33 +00:00