bjoern
39ff24f215
Merge pull request #1689 from deltachat/prep-1.14
...
prepare 1.14: changelog, device-message
2020-11-01 01:26:08 +01:00
bjoern
4316354163
Update res/values/strings.xml
...
Co-authored-by: link2xt <ilabdsf@gmail.com >
2020-11-01 01:24:59 +01:00
B. Petersen
6e72932e11
bump version to 1.14.0
2020-11-01 01:24:59 +01:00
B. Petersen
8e724e8a76
update changelog, add device message for 1.14
2020-11-01 01:24:58 +01:00
B. Petersen
6e9df3c98a
adapt paths in release-checklist.md
2020-11-01 01:24:36 +01:00
bjoern
7ce3c12e42
Merge pull request #1642 from deltachat/suppress-exception
...
Prevent exception (would be caught but is annoying)
2020-11-01 00:47:13 +01:00
B. Petersen
465a35a100
update translations
2020-11-01 00:34:23 +01:00
B. Petersen
f1336c44d6
update deltachat-core-rust submodule
2020-10-31 23:14:46 +01:00
Hocuri
eaa891c8e7
Properly fix the problem
2020-10-31 18:34:50 +01:00
Hocuri
766d50e602
Prevent exception (would be caught but is annoying)
2020-10-31 18:31:14 +01:00
B. Petersen
99f592bf68
update translations, update check-translations.sh
2020-10-30 16:09:14 +01:00
B. Petersen
f05b887ce6
update translations, tweak check-translations script
2020-10-29 16:33:38 +01:00
Hocuri
912ad71a95
fix show received imgs
2020-10-29 12:55:58 +01:00
Alexander Krotov
44976fc779
Dockerfile: replace ANDROID_HOME with ANDROID_SDK_ROOT
...
Page https://developer.android.com/studio/command-line/variables
says ANDROID_HOME is deprecated and replaced with ANDROID_SDK_ROOT.
2020-10-29 12:49:52 +03:00
Alexander Krotov
638e4d4ef0
Move docker/cargo-config into Dockerfile ENV directives
...
Having everything in a single file is easier to manage.
2020-10-29 12:49:52 +03:00
B. Petersen
556ec7f7d4
update translations, add Slovak language
2020-10-28 18:14:20 +01:00
Hocuri
13b0a5d655
Remove some "centerCrop"
2020-10-28 17:33:46 +01:00
Hocuri
582836bf9a
show portrait images cutted to landscape (as now), use square only if the whole device is in portrait mode
...
that's waaaay less difficult to implement
2020-10-28 17:19:35 +01:00
Hocuri
8a1174b1cf
try to do not use the full width for the bubbles (for the text) in device-landscape-mode - this way, also the squares will maybe be small enough. at a first glance this is what whatsapp is doing
...
Not working as sometimes the ConversationItem would have to determine
the width (i.e. the screen width), sometimes the
ConversationItemThumbnail. Not sure if it's worth it fixing this.
2020-10-28 17:09:20 +01:00
bjoern
440cbe6fea
Merge pull request #1693 from deltachat/priorize-delete-icons
...
priorize delete-function over export/copy
2020-10-27 19:25:19 +01:00
B. Petersen
b5c13818f2
priorize delete-function over export/copy
...
in the long-tap context menu, on smaller screens,
functions go to the overflow menu from right to left.
this pr gives the "delete" a higher priority than the
only sometimes available "export" function
- delete is always available on smaller screen -
before, the icon was sometimes there and sometimes not,
which is a bit irritating
- export gets a similar priority as copy
- on/off icons are now functions that are used
less frequently
2020-10-27 15:10:04 +01:00
bjoern
2a022c149d
Merge pull request #1692 from deltachat/no-edit-in-special-chats
...
hide special-functions in special-chats
2020-10-27 15:02:43 +01:00
Hocuri
4d6fcf6d46
First half of Björn's review
2020-10-26 20:16:45 +01:00
Hocuri
df0196a7cf
Wider messages for tall images
2020-10-26 17:21:04 +01:00
B. Petersen
5990606148
update translations
2020-10-26 15:07:58 +01:00
B. Petersen
1a4c8a918c
update deltachat-core-rust submodule
2020-10-26 14:21:48 +01:00
B. Petersen
5cbfd8cdb8
disallow muting saved-messages, there are no notifications for saved-messages
2020-10-26 13:38:30 +01:00
B. Petersen
2f68096b22
hide settings-tab in device-chat
2020-10-26 13:38:30 +01:00
B. Petersen
93de0032e4
hide 'edit', 'block' and 'encrytion info' for device-chat and 'edit' for saved-messages
2020-10-26 13:38:29 +01:00
B. Petersen
8bd280f44b
update translations
2020-10-25 17:02:56 +01:00
bjoern
fdeca6aba9
Merge pull request #1690 from deltachat/no-disappearing-device-messages
...
no 'disappearing messages' when a chat is not sendable
2020-10-25 14:16:17 +01:00
B. Petersen
7773f2ac79
disable 'disappearing messages' when a chat is not sendable; this is currently the device-chat, but may be others in the future
2020-10-25 01:09:56 +02:00
B. Petersen
c038cea7ca
update help
2020-10-24 22:30:37 +02:00
B. Petersen
f5ebf3f6d5
update help
2020-10-24 18:26:32 +02:00
bjoern
b959efbec7
Merge pull request #1684 from deltachat/copy-no-name
...
Copying does not contain the names or "Image - " for single messages
2020-10-24 11:55:44 +02:00
Hocuri
1bc690679d
we should append the result from msg.getText() only if not empty - else use the summary
2020-10-24 11:35:27 +02:00
Hocuri
12339303c4
Copying does not contain the names or "Image - " for single messages
...
We have replies for this now
2020-10-24 11:29:29 +02:00
bjoern
047f610153
Merge pull request #1683 from deltachat/fab-in-archive
...
Allow forwarding to multiple archived chats
2020-10-24 01:52:53 +02:00
B. Petersen
f33c8c911d
update deltachat-core-rust submodule
2020-10-23 18:04:06 +02:00
Hocuri
a90e337d66
Allow forwarding to multiple archived chats
2020-10-22 20:48:12 +02:00
Hocuri
e40bbf69f6
@r10s' review
2020-10-22 15:34:37 +02:00
Hocuri
1c1300cdff
Don't allow quoting system messages and voice message invites
...
Swipe-to-reply already was disabled for them, now quoting by long-press
is disabled, too.
2020-10-22 15:34:37 +02:00
Alexander Krotov
c524543278
Fix "scrips" typo
2020-10-21 23:03:10 +03:00
cyBerta
58c59dd708
Merge pull request #1680 from deltachat/move-scripts
...
move scripts to new `scripts` folder
2020-10-21 14:53:44 +02:00
bjoern
97cc2efbde
Merge pull request #1681 from deltachat/adressable-placeholders
...
placeholders in strings need to be uniquely addressable
2020-10-21 14:28:59 +02:00
B. Petersen
6f25349572
placeholders in strings need to be uniquely adressable, more than one %s needs to be %1, %2 and so on
2020-10-21 14:26:28 +02:00
B. Petersen
48b95a4267
update translations
2020-10-21 14:06:14 +02:00
B. Petersen
678385a887
move scripts to new scripts folder
2020-10-21 13:19:21 +02:00
Alexander Krotov
3b4ed28269
Add scripts/install-toolchains.sh
2020-10-21 14:02:57 +03:00
B. Petersen
60d915fa13
update deltachat-core-rust submodule
2020-10-21 11:07:14 +02:00