Releases: paypal/paypal-messages-android
Releases · paypal/paypal-messages-android
v1.2.0
What's Changed
- fix: implement HTTP requests for Central Portal API publishing by @grablack in #69
- fix: link bottom style by @grablack in #71
- feat: add auth header for logs by @surekhaw in #52
- fix: Remove android:usesCleartextTraffic by @grablack in #73
- chore: update sdkVersionName to 1.1.14 by @grablack in #74
- refactor: update ModalFragment to use newInstance factory by @grablack in #84
- feat: support language and locale params by @surekhaw in #88
- fix: missing error callback by @grablack in #87
- Added
language_requestedfpti for analytics by @anushreeshah2405 in #90 - chore: sanitize github actions workflows by @surekhaw in #89
- chore: cut release by @surekhaw in #91
New Contributors
- @surekhaw made their first contribution in #52
- @anushreeshah2405 made their first contribution in #90
Full Changelog: 1.1.0...v1.2.0
v1.1.15
What's Changed
- fix: implement HTTP requests for Central Portal API publishing by @grablack in #69
- fix: link bottom style by @grablack in #71
- feat: add auth header for logs by @surekhaw in #52
- fix: Remove android:usesCleartextTraffic by @grablack in #73
- chore: update sdkVersionName to 1.1.14 by @grablack in #74
- refactor: update ModalFragment to use newInstance factory by @grablack in #84
New Contributors
Full Changelog: 1.1.0...v1.1.15
v1.1.14
What's Changed
- fix: implement HTTP requests for Central Portal API publishing by @grablack in #69
- fix: link bottom style by @grablack in #71
- feat: add auth header for logs by @surekhaw in #52
- fix: Remove android:usesCleartextTraffic by @grablack in #73
New Contributors
Full Changelog: 1.1.0...v1.1.14
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0 (2024-05-14)
Features
- accessibility (#31) (20644c8)
- add instance_id (#4) (d72ccee)
- base of GitHub workflows (#5) (c32defe)
- create a snapshot workflow (#22) (5bc02da)
- debounce config updates (#24) (7d0a043)
- jetpack compose demo (#10) (a47065e)
- modal updates (#28) (101ade5)
- package pre-release (#14) (d63f834)
- page type (#26) (c79e439)
- remove session id and device id (#35) (20367ca)
- session id and device id (#30) (a7208eb)
- update message view to use its own instance id (#20) (9efb3bb)
- use nested coroutine to prevent blocking (#19) (b06039c)
- xml demo (#6) (4b33504)
Bug Fixes
- allow messages to be updated any time (#34) (ef69ce9)
- correct urls (#32) (f72ffda)
- general analytics fixes (#36) (ff2ac5a)
- modal analytics fixes (#37) (c95246f)
- remove kotlinter (1550f44)
- update shared data (#7) (2fa1ea1)
- update tracking format (#33) (dc8dd61)
Code Refactoring
- adjust logo alignment (#23) (6347be3)
- clone to prevent shallow copy (#25) (acfc3ff)
- prevent destroying modal on close (#3) (ae7e032)
- prevent empty values (#29) (b7b746f)
- radio offer type and other things (#11) (960a48a)
- route changes (#13) (6434e30)
- use dot getters and setters (#9) (84316bb)