Releases: code-payments/code-android-app
Releases · code-payments/code-android-app
v2.1.11
What's Changed
- fix(tooltip): hide when bill is active by @bmc08gt in #553
- chore: add metrics around connect account for tips flow by @bmc08gt in #554
- chore(scan): scan full static image at various scan qualities to improve parse success rate by @bmc08gt in #555
- chore: properly handle permission rationale presence for permanently … by @bmc08gt in #556
- chore: update X account link tweet text by @bmc08gt in #558
- chore: add fetch-protos to aid in proto updates by @bmc08gt in #557
Full Changelog: v2.1.10...v2.1.11
v2.1.10
What's Changed
- feat: add gallery support and share image to code by @bmc08gt in #540
- feat(gallery): divide and conquer parsing images from gallery by @bmc08gt in #544
- fix(camera): prevent possible fish eye effect after scanning a bill and returning to initial zoom by @bmc08gt in #546
- chore: HomeViewModel => Session by @bmc08gt in #547
- feat: increase lookup successes from gallery by @bmc08gt in #548
- chore: improve sliding window search for static images by @bmc08gt in #549
- chore: add initial create chat flow stub screen by @bmc08gt in #550
- chore: add metrics to photo processing (scanning) by @bmc08gt in #551
- v2.1.10 by @bmc08gt in #552
Full Changelog: v2.1.9...v2.1.10
v2.1.9
What's Changed
- chore: create beginning of :common:components package by @bmc08gt in #524
- feat(tipcard): prompt user for notification permissions when bringing out tip card by @bmc08gt in #526
- chore: Request a Tip => Receive Tips by @bmc08gt in #527
- feat: splat "Receive" (Tip Card) if unseen by @bmc08gt in #528
- chore: enable share tweet by default by @bmc08gt in #529
- chore(home/tipcard): only show notification modal hint once by @bmc08gt in #531
- feat: add AF and pinch-to-zoom on Camera by @bmc08gt in #530
- chore(camera/focus): reduce outline border by @bmc08gt in #532
- fix: allow back navigation to dismiss tip card by @bmc08gt in #533
- feat: add ability to flip shareable tip card to see the back by @bmc08gt in #534
- feat: add drag-to-zoom and auto zoom out by @bmc08gt in #535
- chore: update string localizations; add info warning to withdraw by @bmc08gt in #536
- chore(theme/type): pull medium from avenir_next by @bmc08gt in #537
- chore: allow pinch to zoom and drag to zoom to work together by @bmc08gt in #538
- release 2.1.9 by @bmc08gt in #539
- chore(camera): reverse drag-to-zoom direction by @bmc08gt in #541
- feat(camera): ease-in drag-to-zoom; move to GestureController by @bmc08gt in #542
- release 2.1.9 refinements by @bmc08gt in #543
Full Changelog: v2.1.8...v2.1.9
v2.1.8
What's Changed
- fix: make tip card dismissal more deterministic by @bmc08gt in #501
- chore: support directly handling tipcard deeplinks by @bmc08gt in #502
- chore: share tweet to tip behind beta flag by @bmc08gt in #503
- chore(slideconfirm): make loading state visibility tied directly to l… by @bmc08gt in #504
- chore: track tip card linkage by @bmc08gt in #505
- chore: open app from push notification by @bmc08gt in #506
- chore: add a retry mechanism to retrieving account from AccountManager by @bmc08gt in #507
- fix(chat): use localized title for mute banner by @bmc08gt in #508
- chore(accounthome): move version info to BottomBar; draw with gradient by @bmc08gt in #509
- feat: add tip card to home screen behind beta flag by @bmc08gt in #510
- chore: update translations by @bmc08gt in #511
- chore: instrument breadcrumbs for core flows by @bmc08gt in #512
- feat: update share action for tip cards by @bmc08gt in #513
- chore(tipcontroller): reduce polling frequency to 5s from 20; don't poll forever by @bmc08gt in #514
- chore: remove label for cancel bill action by @bmc08gt in #515
- feat: simplify home bottom bar by @bmc08gt in #516
- chore: create a tip verification state by @bmc08gt in #517
- chore: update Give Kin title to Give Cash by @bmc08gt in #518
- chore: update localizations by @bmc08gt in #519
- build: update protobuf and grpc dependencies by @bmc08gt in #520
- style(home): update bottom bar assets by @bmc08gt in #521
- feat: improve network resiliency when starting in a no network state by @bmc08gt in #522
- release/2.1.8 by @bmc08gt in #523
- hotfix/2.1.8 by @bmc08gt in #525
Full Changelog: v2.1.7.412...v2.1.8
v2.1.7 (412)
What's Changed
- chore: put chat chat node avatars behind tip chat beta flag by @bmc08gt in #499
- v2.1.7 (412) by @bmc08gt in #500
Full Changelog: v2.1.7.411...v2.1.7.412
v2.1.7 (411)
What's Changed
- feat: add chat streams behind beta flags by @bmc08gt in #482
- build(deps): bump io.mockk:mockk from 1.13.11 to 1.13.12 by @dependabot in #483
- build(deps): bump dev.chrisbanes.haze:haze from 0.6.2 to 0.7.3 by @dependabot in #480
- feat(conversation): load user identity if already known/revealed by @bmc08gt in #484
- chore: kin => cash copy changes by @bmc08gt in #486
- feat: add disclaimer to access key image by @bmc08gt in #487
- feat: add reveal identity support to chat if previously established by @bmc08gt in #485
- build: update targetSdkVersion to 34 by @bmc08gt in #488
- feat: add user avatars and load in chat and balance by @bmc08gt in #489
- chore: update localized strings by @bmc08gt in #492
- feat: move kado flow into app via webview modal by @bmc08gt in #491
- Chore/clean up access key gen by @bmc08gt in #493
- chore: move internal buy kin flow behind a beta flag by @bmc08gt in #494
- sync main with develop by @bmc08gt in #497
- chore: move tipcards out of beta by @bmc08gt in #495
- release 2.1.7 (411) by @bmc08gt in #498
New Contributors
- @dependabot made their first contribution in #483
Full Changelog: v2.1.7.410...v2.1.7.411
v2.1.7 (410)
What's Changed
Full Changelog: v1.1.405...v2.1.7.410
v1.1.405
v1.1.404
v1.1.403
What's Changed
- chore(share): update layout to better handle smaller device screens by @bmc08gt in #448
- feat: create AppSettings; allow disabling camera auto start on launch by @bmc08gt in #449
- Chore/create account error updates by @bmc08gt in #450
- chore: add analytics around app settings toggled by @bmc08gt in #451
- feat: add biometrics support by @bmc08gt in #452
- fix(biometrics): allow face unlock to work from backgrounded app by @bmc08gt in #453
- sync main to dev by @bmc08gt in #455
- chore: update removed biometrics top bar message by @bmc08gt in #454
- chore: purge invite and contacts by @bmc08gt in #456
- fix: prevent dead state when backgrounding with auto start camera off by @bmc08gt in #457
- chore(biometrics): drop to BIOMETRIC_WEAK by @bmc08gt in #458
- chore(appsettings): confirm biometrics when toggling app setting by @bmc08gt in #459
- chore: make home screen observe camera auto start app setting by @bmc08gt in #460
- fix: prevent biometrics check when share sheet triggers lifecycle onr… by @bmc08gt in #461
- chore: update localized strings by @bmc08gt in #462
- chore: update biometrics blocking view to match iOS by @bmc08gt in #463
- chore: add account request attempts by @bmc08gt in #464
- chore: make Face Unlock work in App Settings to confirm a change by @bmc08gt in #465
- chore: remove screen open analytics events by @bmc08gt in #466
- chore: add onboarding funnel metrics by @bmc08gt in #467
- chore: dont trigger login event unless a login (e.g not for create ac… by @bmc08gt in #468
- chore: update messaging when camera off due to auto start by @bmc08gt in #469
- chore: update messaging when camera off due to auto start by @bmc08gt in #470
Full Changelog: v1.1.395...v1.1.403