B. Petersen
e716e64822
add option to scroll help to top
2020-01-12 14:25:35 +01:00
B. Petersen
08dd0f9719
implement go-to-last-anchor
2020-01-12 11:32:45 +01:00
B. Petersen
ed2c9c6ce4
support multilingual help
2020-01-11 16:24:16 +01:00
B. Petersen
ceac846fe2
open external links in system-browser
2020-01-11 12:30:21 +01:00
B. Petersen
afc1f99788
add basic local-help-activity, adapt menus and add a demo-file
2020-01-10 22:58:47 +01:00
B. Petersen
5f7f9f57c6
move the save-attachment-toast to onPostExecute()
2020-01-06 22:11:13 +01:00
Angelo Fuchs
3edb0cd79c
#990 displaying path of stored file after successful storage.
2020-01-06 21:13:45 +01:00
Angelo Fuchs
2cc1d8265b
removed unused constuctor and member.
2020-01-06 21:13:45 +01:00
cyBerta
a6f9110a85
Merge pull request #1204 from deltachat/verifiy-explain
...
add verified group hint
2020-01-03 12:15:53 +01:00
B. Petersen
56079e25db
comment
2020-01-03 09:42:44 +01:00
B. Petersen
6e3b916ec8
wording
2020-01-03 02:30:06 +01:00
B. Petersen
ac15d0d467
be more careful on opening the camera, do not finish the whole activity on errors
2020-01-03 01:57:47 +01:00
B. Petersen
b920ffdd04
rename string-keys as there is no 'activity' on other os
2020-01-03 00:20:20 +01:00
B. Petersen
87249aff92
use 4 spaces to indent
2020-01-03 00:20:20 +01:00
Hocuri
8264b45796
Fix asking for camera permission
2020-01-03 00:20:20 +01:00
Hocuri
04f8a5c0b4
r10s' suggenstions
2020-01-03 00:20:19 +01:00
Hocuri
6190c9e69f
Comments
2020-01-03 00:20:19 +01:00
Hocuri
f299fe7b1d
Remove Scan Qr Code from dropdown menu in main activity
2020-01-03 00:20:19 +01:00
Hocuri
f527bd2d26
Strings
2020-01-03 00:20:19 +01:00
Hocuri
74f660529f
Switch to the second tab when permission denied
2020-01-03 00:20:19 +01:00
Hocuri
7918fed84f
Code style
2020-01-03 00:20:19 +01:00
Hocuri
2c73358b6e
Make qrShowActivity use the qrShowFragment to reduce code duplication
2020-01-03 00:20:19 +01:00
Hocuri
c47cf3738c
Reformat
2020-01-03 00:20:18 +01:00
Hocuri
03bb7c0b39
Repair toolbar
2020-01-03 00:20:18 +01:00
Hocuri
e2fa391d71
Rename
2020-01-03 00:20:18 +01:00
Hocuri
b7a0c6ba77
Tackle null pointer exceptions
2020-01-03 00:20:18 +01:00
Hocuri
f59f709160
Don't use the "tabs" list
2020-01-03 00:20:18 +01:00
Hocuri
268722c0be
It compiles ;-)
2020-01-03 00:20:18 +01:00
Hocuri
b090232702
Move to qrScanActivity
2020-01-03 00:20:18 +01:00
Hocuri
cf631e3d68
Start making tabbed activities
2020-01-03 00:20:17 +01:00
B. Petersen
337be725fb
add verified group hint, simplify new-group xml
2020-01-02 21:47:59 +01:00
B. Petersen
edb1132b63
wording
2020-01-01 21:26:55 +01:00
B. Petersen
30cfd44517
wording
2020-01-01 21:25:34 +01:00
björn petersen
5573d02c7e
Merge pull request #1198 from deltachat/fix1197SoundUriCrashesNotification
...
Fix not trying to play a sound when -no sound- has been selected.
2019-12-31 16:55:02 +01:00
B. Petersen
ecce271785
remove unused import
2019-12-31 16:53:54 +01:00
Angelo Fuchs
c113013c55
not trying to play a sound when -no sound- has been selected.
2019-12-30 14:36:40 +01:00
björn petersen
db8720a5ee
Merge pull request #1192 from deltachat/fix743lostDraftOnPause
...
Fix743lost draft on pause
2019-12-29 19:48:32 +01:00
Angelo Fuchs
4aa3cf9cf2
#934 removed filter for special chars. Core seems to be handling this just fine.
2019-12-28 01:50:24 +01:00
Angelo Fuchs
9ef895500c
#743 storing draft in onPause to keep Draft text even when app is destroyed after being paused
2019-12-28 01:23:33 +01:00
B. Petersen
05b00bbe6b
add comment that setNumber() also sets the badge-count on android8 and newer
2019-12-23 00:00:57 +01:00
björn petersen
7f6ea41510
Merge pull request #1184 from deltachat/save-log-permissions
...
check disk-write-permissions on saving logs
2019-12-21 22:10:55 +01:00
B. Petersen
63b4b91139
do not try to recode videos when attached as files; esp. if the detection with isVideoType() fails (webm may be an image), this gets annoying
2019-12-21 00:37:05 +01:00
B. Petersen
1c7ee20e42
ask/check disk-write-permissions on saving logs, esp. needed when not yet configured
2019-12-20 23:34:58 +01:00
B. Petersen
8fc3258391
do not add system-notifications on new device messages, esp. for the welcome messages, this is too much noise
2019-12-20 16:07:54 +01:00
B. Petersen
221621eaf5
avoid static function, sacrifying some explicity
2019-12-20 15:49:08 +01:00
B. Petersen
eb7352d782
remove now superfluous FLAG_ACTIVITY_NEW_TASK
2019-12-20 15:42:57 +01:00
B. Petersen
d18c5cf569
use Intent.ACTION_VIEW from an Activity-context
2019-12-20 14:21:28 +01:00
cyBerta
17f5187987
Merge pull request #1176 from deltachat/maybe-network-thread
...
call dc_maybe_network() from a worker thread.
2019-12-19 09:53:32 +01:00
B. Petersen
3621bd7fbe
call dc_maybe_network() from a worker thread.
...
theoretically, dc_maybe_network() can be called from the main thread
and returns at once,
however, in reality, it does currently halt things for some seconds.
this is a workaround that make things usable for now.
2019-12-19 01:40:49 +01:00
B. Petersen
1df39de0bc
better message if a media-type cannot be handled
2019-12-17 23:50:12 +01:00