Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native transaction list and configurable clickable view #325

Merged
merged 43 commits into from
Jan 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
eca10bc
Swift UITableView
Kureev Dec 28, 2019
8456df3
Render a list of transaction types
Kureev Dec 28, 2019
6398365
Update xcodeproj
Kureev Jan 7, 2020
2cb7a4c
Add a xib file in order to avoid writing everything by hand and conne…
Kureev Jan 2, 2020
0713f27
Convert json to Transaction array using RCTConvert
Kureev Jan 4, 2020
0978893
A few things here:
Kureev Jan 4, 2020
d5caafc
Add tap animations
Kureev Jan 5, 2020
80f14d4
Display outgoing transactions gray and with minus in front of them
Kureev Jan 5, 2020
a279c13
Add section headers
Kureev Jan 6, 2020
a07d97d
Remove fb copyright and add transaction hash to the callback
Kureev Jan 6, 2020
5777764
Test usage of the list (without table header)
Kureev Jan 6, 2020
889cb55
Add pdf icons to the list
Kureev Jan 10, 2020
19e33ac
Add missing icons and override incorrect ones
Kureev Jan 10, 2020
0709513
Native table header with binded account number
Kureev Jan 10, 2020
79ca388
Update design according to the v2 in Zeplin
Kureev Jan 13, 2020
03f0649
Add This month header
Kureev Jan 14, 2020
0e0731c
Add missing icons
Kureev Jan 14, 2020
b683895
Header actions
Kureev Jan 15, 2020
4396423
Add easing
Kureev Jan 15, 2020
3df9943
Remove an extra ref
Kureev Jan 15, 2020
0bedb4a
remove kureev
osdnk Jan 15, 2020
08ed4ed
Make contacts to work
Kureev Jan 15, 2020
640e76d
Add missing Linking import
Kureev Jan 16, 2020
75800dc
Restructure extensions, separate them from theme and move animations …
Kureev Jan 16, 2020
84f793a
Merge branch 'develop' into native-transactions-list
osdnk Jan 16, 2020
3524c0c
Merge remote-tracking branch 'origin/native-transactions-list' into n…
osdnk Jan 16, 2020
1ea36e0
fix lint
osdnk Jan 16, 2020
b403951
- Added a NativeButton component
Kureev Jan 17, 2020
50504d4
Add dynamic checking for TransactionListView
osdnk Jan 17, 2020
7e582e6
Naming cleanup
Kureev Jan 17, 2020
8694741
NativeButton
Kureev Jan 17, 2020
a86dd71
New icons for the transaction status field
Kureev Jan 17, 2020
30c0ba5
ButtonPressAnimation interface ported to NativeButton component
Kureev Jan 18, 2020
87ad33b
Merge branch 'develop' into native-transactions-list
Kureev Jan 19, 2020
b588642
pressOut animation is using a spring now
Kureev Jan 20, 2020
1f45c8b
use native bpa in more place of this app, bump rn
osdnk Jan 21, 2020
c647645
Update ButtonManager.swift
osdnk Jan 21, 2020
5f0ff1a
fix radius
osdnk Jan 21, 2020
af61717
Make onLongPress optional
osdnk Jan 21, 2020
97ff1f8
.none
osdnk Jan 21, 2020
47d2234
Remove ()
osdnk Jan 21, 2020
4176ceb
nativeButtonPressAnimationAvailable
osdnk Jan 21, 2020
6ccfd33
remove anser
osdnk Jan 21, 2020
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: 0 additions & 1 deletion ios/ButtonManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Rainbow
//
// Created by Alexey Kureev on 17/01/2020.
// Copyright © 2020 Facebook. All rights reserved.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops 😊

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:))

//

@objc(ButtonManager)
Expand Down