Commit Graph

3108 Commits

Author SHA1 Message Date
B. Petersen 676dd7f4b5 update translations 2020-11-11 11:40:29 +01:00
bjoern b8bd05c80f Merge pull request #1724 from deltachat/prep-1.14.3
prep 1.14.3
2020-11-09 18:06:17 +01:00
B. Petersen 3239e06427 bump version to 1.14.3 2020-11-09 17:37:04 +01:00
B. Petersen 8ba9075cbf update changelog for 1.14.3 2020-11-09 17:36:27 +01:00
B. Petersen df225182b3 update deltachat-core-rust submodule 2020-11-09 15:42:50 +01:00
bjoern 80ee7cee22 Merge pull request #1723 from deltachat/prep-1.14.2
prep 1.14.2
2020-11-09 13:25:35 +01:00
B. Petersen a4bc294318 bump version to 1.14.2 2020-11-09 13:05:27 +01:00
B. Petersen b9883a157c update changelog for 1.14.2 2020-11-09 13:04:05 +01:00
B. Petersen 7503cbfd72 update translations 2020-11-09 13:03:00 +01:00
bjoern 710f0195f4 Merge pull request #1720 from deltachat/quotes-add-on-3
Quotes add on 3
2020-11-09 12:55:53 +01:00
B. Petersen e07aac54dc update release checklist to changed gplay ui 2020-11-09 10:31:58 +01:00
bjoern aa180e1c3a Merge pull request #1721 from deltachat/fix-notification-removal
do not use cached value to check for notifications
2020-11-09 10:15:01 +01:00
B. Petersen 0cbf31b18a do not use cached value to check for notifications
the 'inboxes' value contains the last lines of notification,
however, if the app is restarted for whatever reasons,
but notifications are persisted,
they do not contain all lines.

for the notification display, this is no big deal,
however, this cached value is not suitable
to check if there is a notification or not for a chat.

even if there is a notification, 'inboxes' may be empty,
this 'speed up' check was introduced
for a workaround of notification removal that requires lots of calls.
meanwhile, however, we have DC_EVENT_MSGS_NOTICED,
so we also remove this workaround.
2020-11-09 01:04:08 +01:00
Hocuri b9c18bdbe3 Make the dissmiss button better clickable again
I somehow have a deja-vu effect, didn't I do this before? Anyway, now
it's fine
2020-11-08 12:59:07 +01:00
Hocuri 778718c7b2 Don't cut the document icon in quotes
I also deleted an unnecessary LinearLayout, so you should look at the
diff with --ignore-all-space

Firstly, I lifted quote_attachment_container out of the FrameLayout with
the thumbnail so that quote_attachment_container can be wrap_content
(and enlarge the quote if necessary) while the thumbnail still always
matches the size of the quote.

Then I made the document view itself a little smaller so it does not
enlarge the quote all the times.
2020-11-08 12:55:38 +01:00
Hocuri 90af180ce4 Make the quote animation faster
IIRC it was complained about this in the Testing group and I agree
2020-11-08 12:29:38 +01:00
Hocuri 09e890f443 Keyboard correctly closes when it is open and a quote to another chat is clicked
Reported by Treefit
2020-11-08 11:43:23 +01:00
bjoern 4f397abfb2 Merge pull request #1714 from deltachat/prep-1.14.1
prep 1.14.1
2020-11-06 17:12:51 +01:00
B. Petersen 126250f65c bump version 2020-11-06 00:01:08 +01:00
B. Petersen 488d25a97b add link to upcoming blogpost 2020-11-05 23:58:41 +01:00
B. Petersen d1c0240efc update changelog 2020-11-05 21:25:31 +01:00
bjoern 4f58a4986f device-message translations (#1713)
* update translations, esp. device message translations

* update translations
2020-11-05 20:42:17 +01:00
bjoern 0f7059eafc Merge pull request #1709 from deltachat/always-show-done
In the editor, always show the "Done" button
2020-11-05 19:42:16 +01:00
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
Hocuri a781bd0d36 Put color picker to the right 2020-11-05 13:16:40 +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
Hocuri b99c003917 In the editor, always show the "Done" button 2020-11-03 19:20:25 +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