Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1b41abd
initial-gql-integration
May 6, 2019
bbf223c
initial gql integration code compilation and test passed state
May 6, 2019
b6ebf34
fixed fee integration
May 6, 2019
aa9d31f
added initial grouping
May 10, 2019
ccc5299
Merge remote-tracking branch 'remotes/origin/development' into featur…
May 13, 2019
6b8d0a8
Merge remote-tracking branch 'remotes/origin/feature/HW-52169-gql-ver…
May 13, 2019
2ab68d2
added section header title information
May 13, 2019
d3b30d4
added search capability
May 13, 2019
9713c72
Support editability enabled / disabled
May 14, 2019
2f52506
Merge remote-tracking branch 'remotes/origin/development' into featur…
May 15, 2019
174df11
Merge remote-tracking branch 'remotes/origin/feature/HW-52169-gql-ver…
May 15, 2019
16d8031
enabled visibility
May 15, 2019
d0f5f64
Merge remote-tracking branch 'remotes/origin/task/HW-52170-key-and-fi…
May 15, 2019
92cff51
improved style sequencing
May 15, 2019
693dc5b
improved getting the context resource
May 16, 2019
36a1199
added pr fix
May 17, 2019
59b5c86
added pr fix
May 17, 2019
ce488ac
simplified
May 17, 2019
a22661a
HW-50743 External Account Profile Information (#20)
May 17, 2019
4e4a050
HW-51715 pre-set values profile (#21)
May 17, 2019
4b063e6
Merge remote-tracking branch 'remotes/origin/task/HW-52170-key-and-fi…
May 17, 2019
4281381
update ids and add default selection
May 17, 2019
4e5183c
fixed country labels using gql response
May 17, 2019
45c1660
selection value is not persisted fix
May 17, 2019
e9ee5cd
Updating gql responses
skoong May 18, 2019
2e8f30b
fix on naming and code cleanup
May 21, 2019
ebd16d6
Merge branches 'feature/HW-52575-updating-ui-tests' and 'task/HW-5204…
skoong May 21, 2019
e3c04fa
Adding tests for editablitity and default values
skoong May 21, 2019
f41207c
HW-52170 key and field gql integration (#19)
May 21, 2019
45e6300
Merge branches 'epic/HW-52169-gql-version-two-integration' and 'featu…
skoong May 21, 2019
be3e29b
Adding id and reorganizing
skoong May 21, 2019
638655c
Code review comments, adding check for label display
skoong May 22, 2019
96943bb
Adding additional ids
skoong May 22, 2019
bf3e9ee
Minor edit
skoong May 22, 2019
2717027
HW-52575. Added id for society (GB) (#26)
azakrevska-epam May 24, 2019
83bb43d
Merge branches 'development' and 'feature/HW-52575-updating-ui-tests'…
skoong May 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allprojects {
mavenLocal()

}

project.version = "1.0.0-beta03-SNAPSHOT"
}

Expand Down
2 changes: 2 additions & 0 deletions ui/src/main/res/values/ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<item name="cardTypeLabel" type="id"/>
<item name="profileType" type="id"/>
<item name="profileTypeLabel" type="id"/>
<item name="buildingSocietyAccount" type="id"/>
<item name="buildingSocietyAccountLabel" type="id"/>
<item name="businessType" type="id"/>
<item name="businessTypeLabel" type="id"/>
<item name="businessName" type="id"/>
Expand Down