aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-21use largeHeap in manifestChristian Schneppe1-10/+10
2016-11-24added share button to account detailsChristian Schneppe1-0/+5
2016-11-19reformat codeChristian Schneppe1-97/+91
2016-09-17some more changes to location activitiesChristian Schneppe1-0/+1
* show actionbar home as up * fix permission issue on devices < Android M * show buildings in map
2016-09-17some bug fixes in FullScreenMessageActivityChristian Schneppe1-0/+1
* set fullscreen via theme * adjust brightness during onPause, onResume
2016-09-07performance optimizationsChristian Schneppe1-5/+12
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch1-4/+4
2016-08-26add file provider to share files on android nDaniel Gultsch1-69/+69
2016-08-09reworked backup serviceChristian Schneppe1-1/+6
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
2016-07-30changed last wrong package idsChristian Schneppe1-2/+12
2016-07-29revert permission reworkChristian Schneppe1-3/+4
50889004f3c679387d95ba9c49a53a8f882ba33c
2016-07-29changed package id inside manifest and projectChristian Schneppe1-46/+37
2016-07-28reworked permissionsChristian Schneppe1-4/+3
2016-06-21reworked permissionsChristian Schneppe1-1/+1
* ask only for necessary permissions on start * ask for location/microphone when requested
2016-06-14make StartUI resistant against rotations and don't restart app when not ↵Christian Schneppe1-0/+1
necessary
2016-06-10check and request all needed permissions on startupChristian Schneppe1-1/+8
>= SDK 23 (Marshmallow)
2016-05-30handle app links for conferencesDaniel Gultsch1-1/+2
2016-05-29handle app linksDaniel Gultsch1-0/+9
invites in the form of https://conversations/i/localpart/domainpart
2016-05-28integrate image- and video playerChristian Schneppe1-0/+6
2016-05-06bug fix in manifestChristian S1-3/+4
2016-05-05add share locationChristian S1-0/+28
2016-05-05add audio recorderChristian S1-0/+11
2016-04-22expert setting to manually change presenceDaniel Gultsch1-0/+6
2016-04-19added magic create welcome screenDaniel Gultsch1-3/+13
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch1-0/+1
2015-12-11implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-1/+10
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-0/+9
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-1/+1
library
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-5/+0
2015-11-06users are now able to crop their avatar picturesPhilip Flohr1-1/+1
2015-10-31Version bumpChristian S1-1/+2
2015-10-25Handle some orientation changes manuallysaqura1-0/+4
Currently most activities get destroyed/recreated when rotating the device. This commit prevents this from happening where it is not necessary. The most obvious improvements are: * The options menu in the EditAccountActivity does not disappear when rotating the device. * CSI inactive/active states are no longer sent on every rotate.
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch1-60/+65
2015-10-10updated AppUpdater a bitChristian S1-1/+2
2015-10-08introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch1-0/+1
if phone is silenced
2015-10-07added intent to start app after update automaticallyChristian S1-0/+5
2015-10-06updated startup intent againChristian S.1-1/+1
2015-10-06updated startup intentChristian S.1-0/+2
2015-10-06added intent to start app after update automaticallyChristian S.1-0/+3
2015-09-27changed theme of appupdaterChristian S1-1/+1
2015-09-26updated to version 1.6.12 beta and changelogChristian S1-6/+2
2015-09-21Export logs to SD card preferencefiaxh1-0/+1
2015-09-20modified AppUpdaterChristian S1-1/+2
2015-09-20show the update dialog and not the whole activityChristian S1-1/+1
2015-09-06version 1.6.9 betaChristian S1-13/+28
* in app updater
2015-08-30single task mode for start conversations activityDaniel Gultsch1-0/+1
2015-08-23remove the READ_PHONE_STATE permission.Michael1-0/+2
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-1/+1
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+4
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice1-0/+7