You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
card.io Android SDK change log and release notes
2
2
================================================
3
3
4
+
5.3.1
5
+
-----
6
+
* Fix issue where the camera was flipped when the app was backgrounded with card.io open [#118](https://github.com/card-io/card.io-Android-SDK/issues/118).
7
+
* Add proguard config to `aar` file [112](https://github.com/card-io/card.io-Android-SDK/issues/112), [#117](https://github.com/card-io/card.io-Android-SDK/issues/117).
8
+
4
9
5.3.0
5
10
-----
6
11
* Add option for only numeric input for postal code, `EXTRA_RESTRICT_POSTAL_CODE_TO_NUMERIC_ONLY`[#100](https://github.com/card-io/card.io-Android-SDK/issues/100).
@@ -154,6 +159,10 @@ We are continuing to work to improve expiry-scanning accuracy.
154
159
--------------------
155
160
* Client side scanning!
156
161
162
+
3.0.0
163
+
--------------------
164
+
* Skipped
165
+
157
166
2.4.3 - Aug 31, 2012
158
167
--------------------
159
168
* Correct layouts for high resolution cameras & xhdpi displays
@@ -169,7 +178,7 @@ We are continuing to work to improve expiry-scanning accuracy.
169
178
* Work around a crash in some Qualcomm camera drivers. (e.g. Samsung Galaxy II S running Android 4.0.4)
170
179
* Improve efficiency of internal API.
171
180
172
-
2.4 - June 25, 2012
181
+
2.4.0 - June 25, 2012
173
182
--------------------
174
183
* Charges are no longer supported.
175
184
@@ -203,13 +212,21 @@ Note that if your app is not targeting x86 or MIPS, you can safely leave out the
203
212
204
213
*************************
205
214
215
+
2.3.1
216
+
--------------------
217
+
* Skipped
218
+
219
+
2.3.0
220
+
--------------------
221
+
* Skipped
222
+
206
223
2.2.1 - April 20, 2012
207
224
--------------------
208
225
* Make CardType.getLogoBitmap() a public method.
209
226
* Repackage library jar to avoid proguard parsing problems in client apps.
210
227
* Fix string display bug in the charge screens.
211
228
212
-
2.2 - April 11, 2012
229
+
2.2.0 - April 11, 2012
213
230
--------------------
214
231
215
232
*************************
@@ -226,7 +243,7 @@ IMPORTANT: You should delete libs/armeabi*/libcardio.so from your project direct
226
243
--------------------
227
244
* Fix NullPointerException on manual entry press in scan only mode.
228
245
229
-
2.1 - April 4, 2012
246
+
2.1.0 - April 4, 2012
230
247
--------------------
231
248
* Made the charge screens more beautiful.
232
249
* Add support for JCB cards.
@@ -263,15 +280,15 @@ IMPORTANT: You should delete libs/armeabi*/libcardio.so from your project direct
263
280
* Add connection status messages to logs.
264
281
* Correctly report network type. Fixes problems associated with networks other than WiFi or mobile.
265
282
266
-
2.0 - January 18, 2012
283
+
2.0.0 - January 18, 2012
267
284
-------------------
268
285
* (new!) Support processing charges
269
286
* Rename package io.card.scan to io.card.payments
270
287
* Refactor scan interface. See https://card.io/resources/javadoc/index.html to see a complete list of deprecated methods & constants.
271
288
* Updated HTTPS library for better performance while scanning.
272
289
* Fixed crashes in Android 4.0/Ice Cream Sandwich.
We love your contributions. If you're looking to submit changes to the sample app or documentation available within this repo, feel free to submit a PR.
4
+
5
+
If you are looking to make a change to the card.io source, please take a look at [the open source repo](https://github.com/card-io/card.io-Android-source).
*[Javadocs](http://card-io.github.io/card.io-Android-SDK/) are provided in this repo for a complete reference.
147
+
* Note: the correct proguard file is automatically imported into your gradle project from the `aar` package. Anyone not using gradle will need to extract the proguard file and add it to their proguard config.
156
148
* card.io errors and warnings will be logged to the "card.io" tag.
157
149
* If upgrading the card.io SDK, first remove all card.io libraries so that you don't accidentally ship obsolete or unnecessary libraries. The bundled libraries may change.
158
150
* Processing images can be memory intensive.
159
151
*[Memory Analysis for Android Applications](http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html) provides some useful information about how to track and reduce your app's memory useage.
160
152
* card.io recommends the use of [SSL pinning](http://blog.thoughtcrime.org/authenticity-is-broken-in-ssl-but-your-app-ha) when transmitting sensitive information to protect against man-in-the-middle attacks.
153
+
154
+
Contributing
155
+
------------
156
+
157
+
Please read our [contributing guidelines](CONTRIBUTING.md) prior to submitting a Pull Request.
158
+
159
+
License
160
+
-------
161
+
162
+
Please refer to this repo's [license file](LICENSE.txt).
0 commit comments