Commit Graph

288 Commits

Author SHA1 Message Date
B. Petersen 097891e72a remove outdated reminder
the warning about outdated apps
was pretty unreliable in the past -
because of too short timings
and also because of the "installation date"
and the fact that an "installer" was used, is not always reliable.

also, the "installer date" could be wrong -
if the installation was done when the clock was altered badly.

as we cannot rely on the things the system provides here,
we move the whole thing to the core at
https://github.com/deltachat/deltachat-core-rust/pull/1901
which has also the advantage that this is done for all uis then.
2020-09-16 16:06:43 +02:00
B. Petersen 310b8bffd8 update translations 2020-09-14 15:36:01 +02:00
B. Petersen b51cbfce1d adapt to new dc_configure() error handling
errors that should be shown to the user
come from DC_EVENT_CONFIGURE_PROGRESS(data1=0) as data2 now;
there is no need to show the captured error any longer
(which was unreliable and hard to handle from core site).

there is some capturing-code left as needed for other parts,
but it is not used for configuration anymore.
2020-09-12 22:33:16 +02:00
B. Petersen 4874b4d0ea removed unused strings, all checked with ./tools/grep-string.sh 2020-09-09 17:51:49 +02:00
cyBerta 3ad7822504 Merge pull request #1617 from deltachat/fix-relaunch2
fix launch if there is an ongoing process
2020-09-09 15:57:22 +02:00
B. Petersen 46f3412409 abort export on app relaunch 2020-09-09 14:19:45 +02:00
B. Petersen fa214e0163 reword, use 'continue' instead of 'ok' 2020-09-07 15:50:46 +02:00
B. Petersen 34c217576e reword rationale dialog, remove 'cancel' button 2020-09-07 13:56:37 +02:00
B. Petersen 14dc59d78c add rationale to ignore-battery-optimization request
while it is more straight-forward to let the system ask the user directly -
as we do for most other permissions -
this is probably not favorable for requesting ignore-battery-optimization:

- other permissions requests are preceded by a clear user intention -
  tap on the camera, record voice etc.
  so it is clear to the user why a permission is needed.
  this is not true at the moment after installation
  (maybe the moment can be improved, btw)

- different systems have completely different text,
  partly focusing on "battery drain" - it is not clear to the user
  what would be the advantage of that

- some guidelines say, user interaction is needed before querying permission.
  there is room for interpretation, of couse,
  however, adding a rational with a "continue" button
  seems to fit better to these guidelines.
2020-09-06 23:44:34 +02:00
B. Petersen fe25b81d4f reword, sort android strings to corresponding section 2020-09-06 13:43:26 +02:00
B. Petersen 34755f05ff add a switch to 'settings / notifications' to disable battery optimisations 2020-09-01 01:44:43 +02:00
B. Petersen aa8284774c remove unused strings
removing unneeded strings makes work of translators easier
and also, in sum, saves some amount of data.

checked by ./tools/grep-string.sh that the strings are not in use by other os.

as checking is some work, i only targeted low hanging fruits,
there may be some more strings unused.
2020-08-17 23:04:52 +02:00
B. Petersen b0eece0f84 reword login errors as suggested in #1313 2020-08-13 17:19:25 +02:00
B. Petersen 685cd9d011 update translations 2020-08-01 15:13:19 +02:00
B. Petersen 36fb5bc513 make videochat-invite-dialog translatable 2020-07-31 19:19:35 +02:00
B. Petersen 9cdb750ec3 make video-chat-invitation mail translatable 2020-07-30 13:02:12 +02:00
B. Petersen ae187f3bff allow setting webrtc-instance from a qr-code 2020-07-29 23:55:57 +02:00
B. Petersen 5f9b86cb05 fixup 2020-07-29 22:54:22 +02:00
B. Petersen 2f7386c9e0 update strings 2020-07-29 16:50:18 +02:00
B. Petersen 6612859fc1 layout video-invite message 2020-07-29 14:00:02 +02:00
B. Petersen 8231e3bfa2 create separate videochat-item, based on update item 2020-07-29 14:00:02 +02:00
B. Petersen 95da8c4b9a add videochat icon to menu 2020-07-29 14:00:01 +02:00
cyBerta d1339569dd implement custom view for ephemeral messages dialog (#1503)
implement custom view for ephemeral messages dialog showing a hint about the implications of this feature
2020-07-27 15:56:08 +02:00
B. Petersen 9568dc6514 update translations 2020-07-22 00:56:49 +02:00
Alexander Krotov c71aaed79c Rename "Auto-delete messages" into "Delete old messages"
This change makes it clear which messages are deleted, so this setting
can't be confused with Ephemeral-Timer header, configured per chat.
2020-07-09 14:58:39 +03:00
B. Petersen 4071a98b04 reword 'timer is set' to just 'timer set' 2020-07-09 13:24:59 +02:00
B. Petersen fe2c33a6ba reword 'auto-delete' and 'message deletion' to 'disappearing messages' 2020-07-08 18:24:12 +02:00
Alexander Krotov 07c802c976 Update strings used for ephemeral messages
- For chat menu item, use already translated auto-delete string.
- For experimental setting, use untranslatable hard-coded string.
- Introduce a new translatable string for ephemeral dialog title
2020-07-01 22:53:54 +03:00
cyberta 794fba6110 adapt strings after PR review 2020-07-01 20:34:00 +03:00
cyberta a3fd4bf962 add system message strings related to ephemeral messages 2020-07-01 20:34:00 +03:00
cyberta 1a0853a9f8 add missing system message strings unreleated to ephemeral messages 2020-07-01 20:34:00 +03:00
cyBerta a2dc69e27e Merge pull request #1341 from deltachat/fix-sharing-multiple
Relay to multiple contacts, rework message relaying
2020-06-30 23:03:37 +02:00
cyberta 34361d7f7d avoid redundant strings in strings.xml 2020-06-30 11:50:53 +02:00
cyberta fee6859208 call it self-destructing instead of ephemeral 2020-06-29 23:56:01 +03:00
cyberta 66b33bd7b1 implement dialog for ephemeral message time selection 2020-06-29 23:56:01 +03:00
cyberta b13b03c56b add ephemeral messages time strings 2020-06-29 23:56:01 +03:00
cyberta f6599e3ae0 add experimental feature switch for ephemeral messages 2020-06-29 23:56:01 +03:00
B. Petersen f766cbc3c2 add device message for 1.10 2020-06-24 14:17:03 +02:00
cyberta 1599fc93e4 add info.plist permission description 2020-06-22 20:33:44 +02:00
B. Petersen 128667c35f say, what we're doing 2020-06-19 21:18:01 +02:00
Hocuri 66b95ae041 Remove "Do you want to" from sharing confirmation messages (the forwarding confirmation messages do not have it, either) 2020-06-12 22:36:54 +02:00
Hocuri 88bce39088 Fix forward to multiple string 2020-06-12 22:36:54 +02:00
Hocuri 65901bbfe0 Oops, add strings.xml 2020-06-12 22:36:54 +02:00
Hocuri 15e114ae6e Oops, add string 2020-06-12 22:35:46 +02:00
B. Petersen 68ed04cd44 remove unused device-message, avoid unneeded translations 2020-06-10 20:20:30 +02:00
B. Petersen d27ab85705 allow qr-account-creation from within configured app 2020-06-10 17:04:47 +02:00
cyberta 8aff85b21c remove unused blur related strings 2020-06-08 11:16:06 +02:00
cyberta 9f48ee0a74 first draft on face detection adapting signal's new feature 2020-06-05 14:46:30 +02:00
B. Petersen a2c2c6508b fix typo 2020-05-21 22:33:01 +02:00
B. Petersen c0d74a0acf show changed situation to 1.6 users 2020-05-11 01:11:22 +02:00