bjoern
adc0ea3ca0
Merge pull request #1707 from deltachat/fix-longname-title
...
Fix parts of group names missing
2020-11-05 19:41:54 +01:00
bjoern
3a50bf05d1
Merge pull request #1710 from deltachat/fix-another-crash
...
Fix crash in ImageEditor
2020-11-05 19:41:17 +01:00
bjoern
d789df2c5d
Merge pull request #1712 from deltachat/no-millis
...
Do not display milliseconds when recording a voice message fix #1711
2020-11-04 20:58:23 +01:00
Hocuri
ab77b61d35
Do not display milliseconds when recording a voice message fix #1711
2020-11-04 09:34:54 +01:00
Hocuri
485bfce7b4
Fix crash
...
For some reason it is not possible to remove `setUri`, when I tried, I
got crashes each time I tried to edit an image.
2020-11-03 19:25:50 +01:00
Alexander Krotov
9686536695
Dockerfile: set ANDROID_NDK_ROOT
2020-11-03 19:57:31 +03:00
Hocuri
0cdedc3f6d
Fix parts of group names missing
...
as reported in testing group
2020-11-03 17:40:18 +01:00
B. Petersen
a1e7388f95
disable forwarding info-messages
...
i cannot see a usecase for forwarding info-messages as "member added",
so it might also confuse users when the option is offered at all.
as all selected messages are loaded into memory anyway,
this was easy to implement.
tbh, if we would track the selection by message-ids only and
this would have require a larger refactoring or performace issues
(imaging 100 messages to be checked on each new selected message),
i would not have implemented that now :)
i do not think, that sensitive information can be send accidentially this way,
even if Bob can forward an info-message as "Alice invited Claire" -
it is pretty clear to Bob that he forwards exactly that text.
(this is different from adding "Honey" to the group -
where "Honey" is an only locally given name for "Dr. Someone" ;)
2020-11-03 11:04:02 +01:00
Alexander Krotov
18a19f98b6
Refactor ndk-make.sh
2020-11-03 02:28:36 +03:00
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
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
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
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