adbenitez
e66fa53537
allow to open in browser http links that look like proxies
2024-11-20 19:36:18 +01:00
Hocuri
a51013cc00
fix: Show composite emojis enlarged, too ( #3427 )
...
fix: Show composite emojis enlarged, too
There are a lot of composite emojis like the flags and the family emojis.
Here, the grapheme starts with an emoji, but then come some other
characters that modify the first emoji (e.g. all flags start with the
flag emoji).
This PR shows those as big, too, by checking whether a grapheme _starts_
with an emoji to determine whether it's an emoji.
---------
Co-authored-by: adb <adb@merlinux.eu >
2024-11-20 13:59:50 +01:00
Hocuri
171500a97d
fix: Don't change display name when starting to create a new account and going back ( #3434 )
2024-11-19 13:24:10 +01:00
link2xt
9a4851961e
fix: check draft.isOk() instead of comparing to null
...
dcContext.getDraft() never returns null.
2024-11-19 10:38:08 +00:00
adb
00498b02b3
Merge pull request #3424 from deltachat/adb/issue-3423
...
remove internal font scaling preference
2024-11-15 22:01:51 +01:00
adbenitez
ad6e2d1a9f
fix typo
2024-11-15 21:20:40 +01:00
adbenitez
5cfa71cd72
add some protection against theoretical 0 value from ViewUtil.pxToSp()
2024-11-15 20:57:33 +01:00
adbenitez
0551044ef9
remove internal font size setting
2024-11-15 18:02:42 +01:00
adb
5126b3eeb2
Merge pull request #3422 from deltachat/adb/issue-3421
...
change proxy protocol label position
2024-11-15 04:27:31 +01:00
Hocuri
cc419a9f62
perf: Return early in getTextScale() if text is empty or starts with letter ( #3426 )
...
Not sure why, but `setText()` seems to be called with an empty string
very often - for this case it's nice if getTextScale() returns early.
If the text starts with a letter, we can also return early.
2024-11-13 20:08:31 +01:00
adbenitez
2469b6efef
update originalFontSize on setTextSize()
2024-11-13 17:20:14 +01:00
B. Petersen
9f3eeb3d0d
calculate account size in background
...
calculation may take a moment,
do this in background.
it is totally fine to just display nothing before,
that avoids flickering (WHAT was this? i cannot look so fast!) -
and in most cases, it is close to instant.
2024-11-13 00:16:52 +01:00
adbenitez
92bc53b672
change proxy protocol label position
2024-11-12 23:12:37 +01:00
adb
1355303360
Merge pull request #3411 from deltachat/adb/issue-3399
...
remove old emojis
2024-11-12 20:34:59 +01:00
adbenitez
7227f513a5
don't use unnecessary "" in build.gradle
2024-11-12 20:33:41 +01:00
adb
4933d66000
Update src/main/res/layout/reactions_pill.xml
...
Co-authored-by: bjoern <r10s@b44t.com >
2024-11-12 20:23:55 +01:00
adbenitez
977b21618c
increase accepted lenght for scalling to 21
...
also avoid unnecessary iteration over graphemes if limit is exceeded already
2024-11-12 19:45:33 +01:00
adb
5cecd5bec3
Update src/main/java/org/thoughtcrime/securesms/components/InputPanel.java
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2024-11-12 19:29:38 +01:00
adbenitez
d8db39f9c7
add comment on regex
2024-11-12 19:28:25 +01:00
adbenitez
736fc44870
fix onEmojiPicked()
2024-11-12 19:23:49 +01:00
adb
537127ec4e
Merge pull request #3419 from deltachat/adb/issue-3291
...
don't increase reaction selector's font size according to system
2024-11-12 15:29:17 +01:00
B. Petersen
a5167f3739
log a warning if index gets out of bounds
2024-11-12 10:02:15 +01:00
B. Petersen
d481541ad8
crash precaution by checking Spinner bounds
...
Spinner is very picky about bad selections,
this is an accident waiting to happen -
eg. if new values are introduces
or someone thinks, the "deprecated" case can be removed.
better do not trust incoming data.
2024-11-12 10:02:15 +01:00
adbenitez
7ab19fb8af
scale emojis
2024-11-12 05:41:54 +01:00
adbenitez
715a2c0653
don't increase reaction selector's font size according to system
2024-11-12 03:33:36 +01:00
link2xt
350cd0539c
build: update NDK to r27
...
If we are dropping Android 4 support anyway,
can as well upgrade to the current LTS NDK
which requires API level 21 (Android 5.0).
2024-11-11 16:22:55 +00:00
adb
9f8fe08c75
Merge pull request #3400 from deltachat/adb/issue-3395
...
improve msg_action_button
2024-11-11 16:11:44 +01:00
Hocuri
5048239563
Rename "Back up Chats to External Storage" to "Export Backup" ( #3416 )
2024-11-11 16:08:59 +01:00
link2xt
6e135e06a9
Opt out of webview metrics collection
2024-11-11 15:05:06 +00:00
B. Petersen
d52647b288
tweak phased rollout instructions
2024-11-09 17:32:46 +01:00
B. Petersen
c0a729978c
update huawei instructions
2024-11-08 12:54:26 +01:00
adbenitez
041c95c6d2
remove jemoji, it adds +13MB
2024-11-06 16:39:17 +01:00
adbenitez
8de0fed18e
update build.gradle
2024-11-05 23:33:09 +01:00
adbenitez
dd75a8e858
enlarge font size when text is only a few emojis
2024-11-05 23:04:25 +01:00
adbenitez
2e77db23d5
remove more unused code
2024-11-05 22:24:29 +01:00
adbenitez
04a4a02235
remove transparency from emoji in pills and reactions details
2024-11-05 19:36:42 +01:00
adbenitez
2910730bc1
remove unused emoji attrs and layouts
2024-11-05 19:18:32 +01:00
Hocuri
23458a6c64
Don't show "0%" at the beginning when being added as second device ( #3409 )
2024-11-05 15:32:34 +01:00
Hocuri
9679b22072
fix: Accept the deprecated 3 as an alias for 2 ( #3410 )
2024-11-05 15:28:50 +01:00
adbenitez
3fae301ec2
remove old emojis components
2024-11-05 02:00:42 +01:00
adbenitez
d08069f7b0
remove old emojis
2024-11-04 23:29:28 +01:00
B. Petersen
56a0607a5e
update RELEASE.md to changed store ui
2024-11-01 14:43:56 +01:00
B. Petersen
9c08617f7d
bump version to 1.48.3
2024-10-31 21:35:26 +01:00
B. Petersen
812dc8d738
update CHANGELOG for 1.48.3
2024-10-31 21:35:26 +01:00
B. Petersen
d8b278a1f5
update translations
2024-10-31 21:06:00 +01:00
bjoern
4368a4f63e
update translations ( #3402 )
2024-10-31 18:07:55 +01:00
adb
72ae90ae93
change realtime preference position ( #3398 )
...
* change realtime preference position
* tweak realtime explaination
* Update src/main/res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com >
* tweak realtime strings
* show warning if realtime is disabled and apps need it
* update realtime warning message
* Update src/main/res/values/strings.xml
Co-authored-by: Hocuri <hocuri@gmx.de >
* Update src/main/res/values/strings.xml
Co-authored-by: Hocuri <hocuri@gmx.de >
* update strings.xml
* update strings.xml
* revert dialog
---------
Co-authored-by: bjoern <r10s@b44t.com >
Co-authored-by: Hocuri <hocuri@gmx.de >
2024-10-31 18:00:20 +01:00
B. Petersen
c36ce7a8ab
update deltachat-core-rust to 'chore(release): prepare for 1.148.6' of 'v1.148.6'
2024-10-31 17:53:33 +01:00
adbenitez
404097fe30
keep old style for "show full message"
2024-10-30 18:22:21 +01:00
adbenitez
07d5c719d4
improve mst_action_button
2024-10-29 20:47:33 +01:00