summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-04-28Update AndroidManifest.xml: set exported flag (#1516)Shreyas Patil1-4/+8
Set flag `android:exported` to all the activities having `<intent-filter>`.
2017-10-29Update master for next Android app releaseSean Owen1-2/+2
2017-09-11Require Android API 19, so fully use Java 7 try-with-resources, as well as a ↵Sean Owen1-1/+1
few other Java 7 features. Reduce deprecation warning count in android
2016-09-16Update Android apps to need API 16+; remove stale Manifest configSean Owen1-17/+4
2016-05-12Set up for app 4.7.6Sean Owen1-2/+2
2016-02-15Closes #557 : Remove refs to Browser.BookmarkColumns which isn't in API 23 ↵Sean Owen1-0/+1
/ 6.0
2015-11-08Update notes for BS 4.7.5BS-4.7.5Sean Owen1-2/+2
2015-10-23Target API 22 since not yet updated for new permission model; fix beep ↵Sean Owen1-1/+1
problem that surfaces in Android 6; update plugins
2015-08-19Update to target Android 23; brief 3.2.1 release noteSean Owen1-1/+1
2015-03-21Target Android 5.1 (don't require it); bump BS app number for next release; ↵Sean Owen1-3/+3
update plugins
2015-02-154.7.3 bug fix : null HistoryManagerSean Owen1-2/+2
2015-02-12Updates for 4.7.2Sean Owen1-2/+2
2014-10-21Update for Android 5; use Proguard 5Sean Owen1-1/+1
2014-07-26Support multiple "to", and CC and BCC, throughout the email result API.Sean Owen1-2/+2
2014-05-16Updates for BS 4.7.0Sean Owen1-1/+1
2014-04-23Bump to BS 4.6.5Sean Owen1-2/+2
2014-03-15Changes for 4.6.4Sean Owen1-2/+2
2014-03-15Add new setting to freeze orientation on startup rather than switch between ↵Sean Owen1-3/+1
landscape orientations
2014-03-15Android apps handling orientation config change should apparenlty handle ↵Sean Owen1-1/+1
screenSize as well in API 13+
2014-03-04Experiment with building Android through MavenSean Owen1-2/+2
2014-02-26Issue #36 : allow either landscape or reverse landscape based on sensor ↵Sean Owen1-2/+2
orientation
2014-02-09Update text for next BS versionSean Owen1-2/+2
2014-02-04Drastic measures: make *all* optional camera params disabled by default to ↵BS-4.6.1Sean Owen1-2/+2
appease some bad devices. And even make the default disabled in the code, not just XML.
2014-01-29Prepare notes for BS 4.6.0Sean Owen1-1/+1
2014-01-01No need to save state in HelpActivitysrowen1-1/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@3009 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2014-01-01Make most internal activities non-exported by removing uneeded intent-filtersrowen1-27/+6
git-svn-id: https://zxing.googlecode.com/svn/trunk@3008 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-02Bump to BS 4.5.2srowen@gmail.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2982 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-28Final changes for 4.5.1 (not 4.6)srowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2927 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-06Bump BS version to 4.6srowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2907 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-01Update to reference latest SDK 19 / Android 4.4srowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2903 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-06Add count to history activity titlesrowen@gmail.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2883 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-09-01Updates for Android 4+srowen@gmail.com1-3/+3
git-svn-id: https://zxing.googlecode.com/svn/trunk@2880 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-25Update for Android API 18, latest SDKsrowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2848 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-01Fix handling of book search snippets without page numbersrowen@gmail.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2835 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-26Whats new in 4.4srowen@gmail.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2831 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-23Since preview size will not match preview size in Android 4+ with soft nav ↵srowen@gmail.com1-2/+2
bar, prefer large preview that is roughly the right aspect ratio git-svn-id: https://zxing.googlecode.com/svn/trunk@2828 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-21Small update for 4.4 betasrowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2824 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-17Small cleanup of deprecated API, simpler way to make a pref intentsrowen@gmail.com1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2818 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-14Require Android 2.3 / API 10 for Barcode Scanner. Enable Holo theme and ↵srowen@gmail.com1-8/+5
action bar for Android 4.x git-svn-id: https://zxing.googlecode.com/svn/trunk@2794 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-31Preliminary release changes for 4.3.2srowen@gmail.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2602 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-09Remove "share via" label -- redundant in later Androidsrowen@gmail.com1-2/+0
git-svn-id: https://zxing.googlecode.com/svn/trunk@2570 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-15Changes from lint inspectionsrowen1-1/+4
git-svn-id: https://zxing.googlecode.com/svn/trunk@2553 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07Exclude Google TV by requiring touchscreen for nowsrowen1-1/+5
git-svn-id: https://zxing.googlecode.com/svn/trunk@2502 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-29Update for 4.3.1srowen1-3/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2433 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-29On second though, exposure is just too subtly problematic. Comment it out.srowen1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2431 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-25Final change for Barcode Scanner 4.3.dswitkin@google.com1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2410 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-13Put version number in Help, fix some HTML entity problems, make version "beta 1"srowen1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2407 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-12Update What's New for 4.3srowen1-2/+2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2405 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-09To support front-camera devices like the Nexus 7, don't require (rear) camerasrowen1-1/+3
git-svn-id: https://zxing.googlecode.com/svn/trunk@2398 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-22As far as I know, should be OK to express that we target 2.3.x but support 2.1srowen1-1/+1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2356 59b500cc-1b3d-0410-9834-0bbf25fbcc57