Commit Graph

1294 Commits

Author SHA1 Message Date
M Sarmad Qadeer 6494ead667 use markdown-it-replace-link
to convert relative .md extension to .html extension
2022-09-06 22:54:37 +05:00
M Sarmad Qadeer 9ca82683ab try to resolve bullets issue 2022-09-06 19:17:49 +05:00
Evgeny Poberezkin 8b35825b00 EOLs 2022-09-05 16:08:10 +01:00
Evgeny Poberezkin 4b87f0121c add last post 2022-09-05 15:59:17 +01:00
Evgeny Poberezkin 81ae1e553b Merge branch 'master' into website 2022-09-05 15:56:06 +01:00
Evgeny Poberezkin 2c198bb25c add target _blank to whitepaper link 2022-09-05 15:55:43 +01:00
Evgeny Poberezkin b232b6132f terminal: commands to mute/unmute contacts and groups (#1018)
* terminal: commands to mute/unmute contacts and groups

* tests
2022-09-05 15:23:38 +01:00
Stanislav Dmitrenko f512298d10 Search in a list of chats (#1009)
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-09-05 15:22:28 +01:00
M Sarmad Qadeer 1811c7a83e resolve issue of special characters in header ids
introduce slugify
2022-09-05 13:25:14 +05:00
M Sarmad Qadeer f03cf09b9a update article 2022-09-04 18:24:39 +05:00
M Sarmad Qadeer e364cec4c3 update web.sh 2022-09-04 18:24:27 +05:00
M Sarmad Qadeer 7d1233adb1 update 11ty config 2022-09-04 18:18:38 +05:00
M Sarmad Qadeer b8b51099e6 add permalinks to markdown files 2022-09-04 18:18:07 +05:00
Evgeny Poberezkin 4dd2b1d88b readme, typo 2022-09-04 09:45:34 +01:00
M Sarmad Qadeer 0093c57e44 make mobile nav display none by default 2022-09-04 13:35:56 +05:00
M Sarmad Qadeer 6743948fc8 Merge branch 'website' of https://github.com/simplex-chat/simplex-chat into website 2022-09-04 13:24:25 +05:00
M Sarmad Qadeer 1d4c2ef515 remove extra Javascript 2022-09-04 13:20:06 +05:00
M Sarmad Qadeer ba616b2781 add outline none on focus 2022-09-04 13:19:48 +05:00
M Sarmad Qadeer 727bfb8ada add markdown-it configuration 2022-09-04 13:19:17 +05:00
M Sarmad Qadeer 510297411b format index.css & contact.css 2022-09-04 11:57:21 +05:00
Evgeny Poberezkin 619d58900c mobile: enable chat console when chat is stopped (#1017) 2022-09-03 20:51:59 +01:00
Evgeny Poberezkin f68d5e1e60 android: fix alias layout (#986)
* android: fix alias layout

* Small changes to layout of alias text field

Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
2022-09-02 10:13:21 +01:00
sh 32c133d6f8 build-android: fix script (#1005) 2022-09-01 22:32:57 +01:00
Stanislav Dmitrenko 5371ad82c2 Reversed terminal layout (#1004) 2022-09-01 21:57:05 +01:00
Stanislav Dmitrenko 6eb6004706 android: pick image from gallery if it exists or from files otherwise (#1003)
* Pick image from gallery if it exists or from files otherwise

* Remove toast if gallery is not found
2022-09-01 21:01:59 +01:00
Stanislav Dmitrenko fc31b404d7 Swiping over a link will not trigger browser opening (#1002) 2022-09-01 20:28:58 +01:00
Stanislav Dmitrenko 4c60309d1d android: screen lock with rotation (#1001)
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-09-01 20:26:30 +01:00
Evgeny Poberezkin 8356d7858f ios: update library 2022-09-01 17:46:41 +01:00
Evgeny Poberezkin 944c502101 update blog 2022-09-01 14:58:31 +01:00
Evgeny Poberezkin 0244f2da9a blog: v3.2 - incognito mode (#996)
* blog: v3.2 - incognito mode

* typo

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>

* add images

* images

* fix link

* update blog links

* correction

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-09-01 12:42:13 +01:00
JRoberts 79d891e5bc android: version 3.2.1 (52) 2022-09-01 15:06:34 +04:00
JRoberts 313963dab6 android: fix incoming call view (#999)
* different implementation

* layout

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-09-01 11:54:34 +01:00
Evgeny Poberezkin 6727613dc1 ios: missing localizations (#1000) 2022-09-01 11:43:17 +01:00
Stanislav Dmitrenko e54688ad89 android: disable compression of res/raw directory to avoid crash on incoming call (opening mp3) (#997)
* Disable compression of `res/raw` directory. Otherwise Android crashes the app when trying to open .mp3 file from the directory

* do not compress all files in res folder

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-09-01 09:34:56 +01:00
Stanislav Dmitrenko 1a36c88f72 android: prevent orientation change in calls (#995)
- orientation will be locked in calls to portrait and then returned back
- calls ends audio session when they will be ended
2022-08-31 21:50:08 +01:00
Stanislav Dmitrenko 1e587df3d4 State preserving for some UI elements which otherwise would be lost on orientation change (#994)
- restore message text as well as reply state
- restore search view
- don't display blank view on orientation change for a moment
- better saving of local user name while typing. Prevent loosing state on orientation change and hard killing the app
- don't display same messages in MainActivity from old intents on orientation change (no double processing of intent)
2022-08-31 21:49:19 +01:00
JRoberts 74b11d1c5d 3.2.1 (#992) v3.2.1 2022-08-31 16:13:40 +04:00
JRoberts a1562bf0e7 android: restore footer counter (#990) 2022-08-31 12:26:41 +04:00
JRoberts 73447ce22b android: version 3.2 (51) 2022-08-31 09:55:21 +04:00
JRoberts 956cf6b203 android: version 3.2 (50) 2022-08-31 09:45:18 +04:00
Stanislav Dmitrenko 378118b82e Options when using .onion hosts (#989)
* Options when using .onion hosts

* Confirmation alert before applying network settings

* Useless new line was removed

* Different ordering of options in enum
2022-08-30 22:24:33 +01:00
Stanislav Dmitrenko 92abdde69e android: start direct chat button inside MemberInfo (#987)
* Start direct chat button inside GroupInfo

* More code for better understanding
2022-08-30 18:37:44 +01:00
Evgeny Poberezkin 69758971af update simplexmq (to fix network-transport at 0.5.4) 2022-08-30 16:17:48 +01:00
JRoberts 5fa2d7f7ce ios: disable incognito toggle when chat is stopped (#983) 2022-08-30 15:33:36 +04:00
Stanislav Dmitrenko 0169589e7c Incognito mode (#974)
* Incognito mode

* Incognito icon color and state applying

* Added a spacer under username

* Local contact aliases support

* Simplified incognito

* update help title

* ChatInfo layout

* corrections

* color

* icon

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-08-30 15:17:28 +04:00
Stanislav Dmitrenko 2d4348c50d Regex for Emoji (#982) 2022-08-30 08:50:44 +01:00
JRoberts 14f6e5c16f ios: version 3.2 (70) 2022-08-29 20:10:27 +04:00
Evgeny Poberezkin 51a2fa8c28 ios: programmatic navigation between list/chat (#980)
* ios: programmatic navigation between list/chat

* prevent chat info sheet from showing when switching conversation

* add direct chat with member to model

* set status to connected

Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
2022-08-29 17:08:46 +04:00
JRoberts 7343e4a51a ios: simplify incognito feature (#979) 2022-08-29 14:47:29 +04:00
Evgeny Poberezkin 889bc57c0e EOLs 2022-08-28 16:18:56 +01:00