Skip to content

Commit

Permalink
Release 1.5.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Kos authored Feb 22, 2021
1 parent 2a19842 commit 9b1419b
Show file tree
Hide file tree
Showing 349 changed files with 1,831 additions and 61,266 deletions.
17 changes: 10 additions & 7 deletions app/src/main/res/layout/activity_collect_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,21 +208,24 @@

<com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout
android:id="@+id/cardCVCFieldLay"
android:layout_width="90dp"
android:layout_width="130dp"
android:layout_height="wrap_content"
app:hintEnabled="true"
app:hint="@string/cvc"
app:boxBackgroundModes="outline"
app:errorTextAppearance="@style/error_appearance"
app:boxBackgroundModes="outline">
app:hint="@string/cvc"
app:hintEnabled="true">

<com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText
android:id="@+id/cardCVCField"
style="@style/AppTheme.PaymentField"
android:layout_width="match_parent"
android:layout_height="match_parent"
style="@style/AppTheme.PaymentField"
app:fieldName="card_data.cardCvc"
app:text="123"
app:fontFamily="@font/robotomono_light"
app:imeOptions="actionDone"/>
app:imeOptions="actionDone"
app:previewIconGravity="end"
app:previewIconVisibility="hasContent"
app:text="123" />
</com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout>
</LinearLayout>

Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<!--Set application-wide security config using base-config tag.-->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">10.0.2.2</domain>
</domain-config>

<base-config cleartextTrafficPermitted="false" />
</network-security-config>
2 changes: 2 additions & 0 deletions docs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ <h1 class="bar">All Classes</h1>

<li><a href=com/verygoodsecurity/vgscollect/view/card/validation/rules/PersonNameRule.html>PersonNameRule</a></li>

<li><a href=com/verygoodsecurity/vgscollect/view/cvc/CVCIconAdapter.html>CVCIconAdapter</a></li>

<li><a href=com/verygoodsecurity/vgscollect/view/date/DatePickerMode.html>DatePickerMode</a></li>

<li><a href=com/verygoodsecurity/vgscollect/view/material/TextInputFieldLayout.html>TextInputFieldLayout</a></li>
Expand Down
599 changes: 0 additions & 599 deletions docs/com.verygoodsecurity.vgscollect.app/BaseTransmitActivity.html

This file was deleted.

190 changes: 0 additions & 190 deletions docs/com.verygoodsecurity.vgscollect.app/package-summary.html

This file was deleted.

Loading

0 comments on commit 9b1419b

Please sign in to comment.