Skip to content

Commit 1fbb9fd

Browse files
committed
* version 1.0.17
* removed the need of autofocus from the manifest * updated about text in English and Portuguese
1 parent 4633858 commit 1fbb9fd

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
version 1.0.17
5+
--------------
6+
7+
* implement asynchronous loading of the image gallery
8+
* started to use a own fork of DragSelectRecyclerView
9+
* removed the need of autofocus on the device from manifest
10+
* some code clean up
11+
412
version 1.0.16.1
513
----------------
614

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.todobom.opennotescanner"
88
minSdkVersion 21
99
targetSdkVersion 23
10-
versionCode 16
11-
versionName '1.0.16.1'
10+
versionCode 17
11+
versionName '1.0.17'
1212
}
1313
buildTypes {
1414
release {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:required="false" />
1212
<uses-feature
1313
android:name="android.hardware.camera.autofocus"
14-
android:required="true" />
14+
android:required="false" />
1515

1616
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1717
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

app/src/main/assets/about-pt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ O aplicativo inclui código das seguintes fontes:
3535
* [MarkdownView de Feras Alnatsheh](https://github.com/falnatsheh/MarkdownView)
3636
* [TouchImageView de Mike Ortiz](https://github.com/MikeOrtiz/TouchImageView)
3737
* [Drag Select Recycler View](https://github.com/afollestad/drag-select-recyclerview)
38+
* [Android Universal Image Loader de Sergey Tarasevich](https://github.com/nostra13/Android-Universal-Image-Loader)
3839

3940
Agradecimentos
4041
--------------
@@ -44,3 +45,4 @@ Este aplicativo não seria possível sem o ótimo material produzido pela comuni
4445
* [Android-er / Exemplo do código GridVew](http://android-er.blogspot.com.br/2012/07/gridview-loading-photos-from-sd-card.html)
4546
* [Android Hive / Paginador de imagens em tela cheia](http://www.androidhive.info/2013/09/android-fullscreen-image-slider-with-swipe-and-pinch-zoom-gestures/)
4647
* [Adrian Rosebrock do pyimagesearch.com pelo excelente tutorial em como manipular as imagens](http://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/)
48+
* [Gabriele Mariotti / sobre como implementar seções no RecyclerView](https://gist.github.com/gabrielemariotti/e81e126227f8a4bb339c)

app/src/main/assets/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Binary builds include code from these external projects:
3636
* [MarkdownView from Feras Alnatsheh](https://github.com/falnatsheh/MarkdownView)
3737
* [TouchImageView from Mike Ortiz](https://github.com/MikeOrtiz/TouchImageView)
3838
* [Drag Select Recycler View](https://github.com/afollestad/drag-select-recyclerview)
39+
* [Android Universal Image Loader from Sergey Tarasevich](https://github.com/nostra13/Android-Universal-Image-Loader)
3940

4041
Thanks
4142
------
@@ -45,3 +46,4 @@ This application wouldn't be possible without the great material produced by the
4546
* [Android-er / GridView code sample](http://android-er.blogspot.com.br/2012/07/gridview-loading-photos-from-sd-card.html)
4647
* [Android Hive / Full Screen Image pager](http://www.androidhive.info/2013/09/android-fullscreen-image-slider-with-swipe-and-pinch-zoom-gestures/)
4748
* [Adrian Rosebrock from pyimagesearch.com for the excellent tutorial on how to handle the images](http://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/)
49+
* [Gabriele Mariotti / On how to implement sections in the RecyclerView](https://gist.github.com/gabrielemariotti/e81e126227f8a4bb339c)

0 commit comments

Comments
 (0)