aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check if app installs from unknown sources are allowed, if not open settings ↵Christian Schneppe2018-01-211-0/+1
| | | | to allow this manually
* do not use theme in uri activityChristian Schneppe2018-01-171-1/+0
|
* reworked location services from GoogleMap to OSMChristian Schneppe2018-01-071-7/+0
|
* remove NFC + light refactoring of XmppActivityChristian Schneppe2017-12-231-1/+0
|
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-161-15/+8
|
* StartConversationActivity: Scan QR codes via UriHandlerActivityChristian Schneppe2017-12-161-1/+0
|
* Add ShareViaAccountActivityChristian Schneppe2017-12-161-0/+4
|
* Implement simple URI handler activityChristian Schneppe2017-12-161-11/+21
|
* use palceholder for package in manifestChristian Schneppe2017-12-011-37/+37
|
* AndroidManifest use singleTop instead of singleTask to start new task when ↵Christian Schneppe2017-11-201-4/+5
| | | | sharing
* reworked updaterChristian Schneppe2017-10-101-2/+1
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-0/+4
| | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
* catch fileprovider related NPEsChristian Schneppe2017-03-111-2/+2
|
* allow app to access user trust storeChristian Schneppe2017-03-091-0/+1
|
* try restarting app after getting killedChristian Schneppe2017-02-111-0/+6
|
* don't allow google to upload app data ...Christian Schneppe2017-02-101-3/+3
| | | | .. for backup and restore due to privacy issues
* reworked videocompressionChristian Schneppe2017-01-251-0/+2
|
* use largeHeap in manifestChristian Schneppe2017-01-211-10/+10
|
* added share button to account detailsChristian Schneppe2016-11-241-0/+5
|
* reformat codeChristian Schneppe2016-11-191-97/+91
|
* some more changes to location activitiesChristian Schneppe2016-09-171-0/+1
| | | | | | * show actionbar home as up * fix permission issue on devices < Android M * show buildings in map
* some bug fixes in FullScreenMessageActivityChristian Schneppe2016-09-171-0/+1
| | | | | * set fullscreen via theme * adjust brightness during onPause, onResume
* performance optimizationsChristian Schneppe2016-09-071-5/+12
|
* some multi-window optimizations. set min width to 300Daniel Gultsch2016-08-261-4/+4
|
* add file provider to share files on android nDaniel Gultsch2016-08-261-69/+69
|
* reworked backup serviceChristian Schneppe2016-08-091-1/+6
| | | | | * automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
* changed last wrong package idsChristian Schneppe2016-07-301-2/+12
|
* revert permission reworkChristian Schneppe2016-07-291-3/+4
| | | | 50889004f3c679387d95ba9c49a53a8f882ba33c
* changed package id inside manifest and projectChristian Schneppe2016-07-291-46/+37
|
* reworked permissionsChristian Schneppe2016-07-281-4/+3
|
* reworked permissionsChristian Schneppe2016-06-211-1/+1
| | | | | * ask only for necessary permissions on start * ask for location/microphone when requested
* make StartUI resistant against rotations and don't restart app when not ↵Christian Schneppe2016-06-141-0/+1
| | | | necessary
* check and request all needed permissions on startupChristian Schneppe2016-06-101-1/+8
| | | | >= SDK 23 (Marshmallow)
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-311-1/+2
|\
| * handle app links for conferencesDaniel Gultsch2016-05-301-1/+2
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-291-0/+9
|\|
| * handle app linksDaniel Gultsch2016-05-291-0/+9
| | | | | | | | invites in the form of https://conversations/i/localpart/domainpart
* | integrate image- and video playerChristian Schneppe2016-05-281-0/+6
| |
* | bug fix in manifestChristian S2016-05-061-3/+4
| |
* | add share locationChristian S2016-05-051-0/+28
| |
* | add audio recorderChristian S2016-05-051-0/+11
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-04-301-0/+6
|\|
| * expert setting to manually change presenceDaniel Gultsch2016-04-221-0/+6
| |
* | Merge branch 'refs/heads/siacs/master' into welcome-screenChristian S2016-04-211-2/+12
|\|
| * added magic create welcome screenDaniel Gultsch2016-04-191-3/+13
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-01-131-0/+1
|\|
| * ask to be excluded from battery optimizationDaniel Gultsch2016-01-111-0/+1
| |
| * implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-071-0/+9
| |
| * users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-021-1/+1
| | | | | | | | library
* | implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-111-1/+10
| |