Commit Graph

1542 Commits

Author SHA1 Message Date
B. Petersen 1d082f398b update translations 2022-09-20 10:11:03 +02:00
B. Petersen 164d5a89e3 update translations 2022-09-19 10:07:42 +02:00
bjoern 3a7227b77b reword "Webxdc content" (#2377)
* reword "Webxdc [content]" to "Webxdc Apps"

adding "App" to the term makes things much clearer to the user,
was "Webxdc" is about.

eg. on iOS, we have an app selector meanwhile,
calling that _just_ "Webxdc" in the menu or in the title makes it pretty
unclear to the user what this is about.
same for the tab "Webxdc" on desktop or the default description in the summary.
otoh, calling it _only_ "Apps" (as now), may also raise false expectations
and may be mixed with "normal" apps.

so, "Webxdc App" seems to be a good approach.

there is also the term "Mini App" [^1], we could also go for that,
but this is a broader discussion as this would give up the term "Webxdc" partly.

in any case, if there is few space in the UI,
it seems to be okay to abbreviate with just "App" or "Apps" as needed,
if it is otherwise clear that the thing is a "Webxdc App" or "Mini App".

[^1]: the term "Mini App" is aleady known for similar types of apps
(some "small app" running in a "super app")
cmp. https://www.w3.org/TR/mini-app-white-paper/#what-is-miniapp .
of course, our "Webxdc Apps" are not compatible with other "Mini Apps"
however, this is also not the case between "Mini Apps" of other vendors
which also have different focuses.
so "Mini App" seems to be a broader term and does not imply compatibiliy.

* use term 'Private Apps' for webxdc content

* add some translator hints
2022-09-19 10:01:43 +02:00
B. Petersen 24c0eb3416 update translations 2022-09-16 10:48:31 +02:00
B. Petersen 376481e6de update translations 2022-09-14 11:08:31 +02:00
B. Petersen bed975ee7f update translations 2022-09-12 12:01:36 +02:00
B. Petersen 197efb0b6c update translations 2022-09-11 21:33:36 +02:00
bjoern 13c32b6552 rework system messages (#2380)
* do not set deprecated stock-translations

* mark now unused stock translations as deprecated

* add new system messages to english strings.xml

* add translator comments to new strings

* set new system messages
2022-09-11 21:03:54 +02:00
B. Petersen d50b0c34e6 update translations 2022-09-11 12:50:40 +02:00
bjoern 3121cd9ade simplify contact list (#2374)
* simplify contact list

this also disables "fast scrolling" for the contact list;
the "fast scrolling" code is too much bound to the bubbles and a-z
to be preserved without much effort.

however, "fast scrolling" seems to be much less important
with a list sorted by "last seen".
there is also the rough idea to raise minimal-origin of contact list,
this would make the list much smaller
(<https://github.com/deltachat/deltachat-core-rust/pull/2411>),
otoh, not sure if #2411 is a thing for list sorted by "last seen".

also the other lists (chatlist, archive, blocked) may become quite huge as well
and do never have "fast scrolling".

in case it is really needed again,
however, we should go for the implementation available in RecyclerView since some time:
<https://stackoverflow.com/questions/45370246/how-to-use-fastscrollenabled-in-recyclerview>

* less padding as the A-Z decorations do not longer need space

* remove unused contact_selection_recyclerview_header
2022-08-29 13:56:06 +02:00
adbenitez b66117de99 add "seen recently" indicator 2022-08-25 00:02:30 -04:00
bjoern 853000f8dc option to add webxdc apps to home screen (#2353)
* add 'Add to Home Screen' menus for webxdc apps

* make adding shortcut basically work

* avoid starting webxdc from foreign accounts

* recreate back stack, if possible

according to
https://developer.android.com/training/notify-user/navigation :
"When you start an activity from a notification,
you must preserve the user's expected navigation experience.
Tapping Back should take the user
back through the app's normal work flow to the Home screen [...]"

same seems to be true for shortcuts using the same class for constructing
the back stack.

the back stack is reconstructed for API 26 (Oreo, 2017) or newer,
for oder API `requestPinShortcut()`
only uses the top-level activity for the shortcut.
working around that is probably possible, but would be quite some effort in an
already complicated area and would result in bugs that are not so easy to see.

also, on these old androids, users are probably used to the no-back-stack
behaviour.

* show a warning if app was deleted

* add 'Add to Home Screen' also to gallery

beside chat- and webxdc-activity,
this is the third place where the webxdc is listed.

as adding may result in dialogs from the launcher,
we allow the option only for a single selected webxdc,
as otherwise a series of dialogs would pop up.

* show 'Done' toast short, this is what we are doing at all the other places when showing 'Done'
2022-08-15 11:30:14 +02:00
B. Petersen de3f1c4d92 update translations 2022-07-26 17:00:18 +02:00
B. Petersen e6d852b929 update translations 2022-07-23 00:25:06 +02:00
B. Petersen 56139695b5 update translations 2022-07-17 11:02:52 +02:00
B. Petersen bae0da0285 update translations 2022-07-17 00:07:17 +02:00
Hocuri 7f1bcef8da Slightly adapt string to this change 2022-07-17 00:05:29 +02:00
Hocuri 05c52e622f hpk's wording suggestion, correct blog post link 2022-07-17 00:05:29 +02:00
Hocuri db84eb8664 r10s' string explanations
Co-authored-by: bjoern <r10s@b44t.com>
2022-07-17 00:05:29 +02:00
Hocuri 045ba76390 Add AEAP info dialog & strings 2022-07-17 00:05:29 +02:00
B. Petersen 1c4f41e96b update translations 2022-07-16 18:44:49 +02:00
B. Petersen 2d248a543f fix files tab hint: depending on the system, music may be displayed in other tabs; therefore, just remove that hint 'files' also include 'music' in the remaining cases 2022-07-16 18:18:34 +02:00
B. Petersen eb7ef043d9 fix upper lowercase, thanks @OzancanKaratas 2022-07-16 11:51:27 +02:00
B. Petersen 92f62444f5 update translations 2022-07-16 11:39:55 +02:00
B. Petersen d4d0624e39 fix typo in english source 2022-07-11 12:14:25 +02:00
B. Petersen 9c52292ac9 update translations 2022-07-11 00:40:34 +02:00
Hocuri 0e7bc9b8b7 More videochat footer padding (#2340) 2022-07-10 10:39:07 +02:00
B. Petersen aacc7457df update translations 2022-07-09 22:48:27 +02:00
B. Petersen c75e611f96 update translations 2022-07-09 16:01:04 +02:00
Rosano 4de96a1b7d Revise English (#2331)
* Revise English

* Undo decapitalize

* Shorten Disappearing messages note

* Revise English 2

* Revise English 50%

* Revise English rest

* Fix typos

* Revert group left

* Rename Note

Co-authored-by: bjoern <r10s@b44t.com>

* Fix typo

Co-authored-by: bjoern <r10s@b44t.com>

* Remove 'makers'

* Fix typos

* Make contacts consistent

* Add commas

* Shorten location sharing

Co-authored-by: bjoern <r10s@b44t.com>
2022-07-09 15:56:16 +02:00
B. Petersen a20c2152e9 update translations 2022-07-09 15:55:01 +02:00
B. Petersen 5bb36639d9 update translations 2022-07-07 19:55:42 +02:00
B. Petersen 2da19a5f2b update translations 2022-07-06 13:59:51 +02:00
B. Petersen 133aa65c36 update translations 2022-07-04 20:23:33 +02:00
B. Petersen 3d0fbf30d2 update translations 2022-06-28 08:36:20 +02:00
B. Petersen dc459bdb14 remove unused translations
the deleted strings seems not to be used on android/ios/desktop
(checked with `./scripts/grep-string.sh`
2022-06-28 08:32:26 +02:00
B. Petersen 49ddacd7c6 update translations 2022-06-26 22:22:52 +02:00
B. Petersen 62ffb8d460 update translation 2022-06-24 21:29:52 +02:00
B. Petersen 9f90eb5504 update translations 2022-06-06 12:19:26 +02:00
B. Petersen 1cb7d93417 show more info messages by adapting spacing to the overall layout
the spacing was just a bit too much,
eg. bubble spacing is 6dp atop and abottom.

this was always not-so-good, however, as info-messages are
more in use by webxdc now, it gets more visible.

the new spacing roughly matches the layout on ios.
2022-06-06 12:16:20 +02:00
B. Petersen 10994417e3 update translations 2022-06-03 11:39:18 +02:00
B. Petersen 177c382a51 clarify 'focus' commands 2022-06-03 11:18:38 +02:00
B. Petersen b0aaecddc3 remove hard to translate strings for now from transifex 2022-06-03 10:56:55 +02:00
B. Petersen 56fa671044 remove unused keybinding strings 2022-06-02 13:47:08 +02:00
Simon Laux f2a3595bc8 add desktop strings (#2311)
* add desktop strings

* streamline strings

Co-authored-by: B. Petersen <r10s@b44t.com>
2022-06-02 13:09:24 +02:00
B. Petersen 2be3d3ccbb update translations 2022-06-01 23:23:13 +02:00
B. Petersen 3e3fced6ac update translations 2022-05-24 17:57:00 +02:00
B. Petersen 2a3cac51c0 update translations 2022-05-19 10:47:45 +02:00
Ozancan Karataş b0a07a9fac Use as original VoiceOver hint 2022-05-18 23:15:01 +02:00
Ozancan Karataş ccc7167622 Add quote for contacts permission 2022-05-18 23:15:01 +02:00