Commit Graph

2034 Commits

Author SHA1 Message Date
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 360821ffba remove string 'experimental' from 'new verified group' 2020-01-02 17:31:14 +01:00
B. Petersen c02f00bf2b update translations 2020-01-02 17:23:28 +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
björn petersen b630f73d3c Merge pull request #1193 from deltachat/fix934AllowingSpecialCharsInSearchFunction
#934 removed filter for special chars. Core seems to be handling this…
2019-12-29 12:21:38 +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
Angelo Fuchs bef2898900 fixing unexpected failure when rm does not find a file. 2019-12-27 17:12:26 +01:00
Angelo Fuchs c2ec093542 added comment with minimum required ndk 2019-12-27 15:38:37 +01:00
björn petersen 7a9160c1e5 Merge pull request #1191 from deltachat/add-badge-count-hint
add comment about badge-count hint
2019-12-24 00:54:01 +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
B. Petersen 6280a12e5a bump version 2019-12-22 12:05:59 +01:00
B. Petersen 59ed29f8ed update deltachat-core-rust submodule 2019-12-22 11:30:12 +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
björn petersen b187cc25da Merge pull request #1185 from deltachat/take-care-on-recompress
do not recode when attaching files
2019-12-21 22:10:27 +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 6ceab4cc84 bump version 2019-12-20 17:10:48 +01:00
B. Petersen 9d34ccc321 update deltachat-core-rust submodule 2019-12-20 16:16:29 +01:00
cyBerta c978d320ab Merge pull request #1183 from deltachat/no-device-msg-notify
do not add system-notifications on new device messages
2019-12-20 16:09:33 +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
cyBerta fa68d7757e Merge pull request #1181 from deltachat/fix-android9-share
use Intent.ACTION_VIEW from an Activity-context
2019-12-20 15:51:55 +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
B. Petersen a95a6ae299 bump version 2019-12-19 19:23:43 +01:00
B. Petersen 483c03bab8 update deltachat-core-rust submodule 2019-12-19 17:20: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
björn petersen 788fb7e766 Merge pull request #1172 from deltachat/fix-cannot-handle-media-msg
better message if a media-type cannot be handled
2019-12-19 01:43:20 +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
björn petersen 05520a2316 Merge pull request #1165 from deltachat/build_on_catalina
fix builds for MacOSX Catalina
2019-12-18 01:04:42 +01:00
B. Petersen 1df39de0bc better message if a media-type cannot be handled 2019-12-17 23:50:12 +01:00
björn petersen 00eef7e5c8 Merge pull request #1169 from deltachat/adaptive-dev-icon
add adaptive dev-icon
2019-12-17 23:01:08 +01:00