-
Notifications
You must be signed in to change notification settings - Fork 639
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
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
eca10bc
Swift UITableView
Kureev 8456df3
Render a list of transaction types
Kureev 6398365
Update xcodeproj
Kureev 2cb7a4c
Add a xib file in order to avoid writing everything by hand and conne…
Kureev 0713f27
Convert json to Transaction array using RCTConvert
Kureev 0978893
A few things here:
Kureev d5caafc
Add tap animations
Kureev 80f14d4
Display outgoing transactions gray and with minus in front of them
Kureev a279c13
Add section headers
Kureev a07d97d
Remove fb copyright and add transaction hash to the callback
Kureev 5777764
Test usage of the list (without table header)
Kureev 889cb55
Add pdf icons to the list
Kureev 19e33ac
Add missing icons and override incorrect ones
Kureev 0709513
Native table header with binded account number
Kureev 79ca388
Update design according to the v2 in Zeplin
Kureev 03f0649
Add This month header
Kureev 0e0731c
Add missing icons
Kureev b683895
Header actions
Kureev 4396423
Add easing
Kureev 3df9943
Remove an extra ref
Kureev 0bedb4a
remove kureev
osdnk 08ed4ed
Make contacts to work
Kureev 640e76d
Add missing Linking import
Kureev 75800dc
Restructure extensions, separate them from theme and move animations …
Kureev 84f793a
Merge branch 'develop' into native-transactions-list
osdnk 3524c0c
Merge remote-tracking branch 'origin/native-transactions-list' into n…
osdnk 1ea36e0
fix lint
osdnk b403951
- Added a NativeButton component
Kureev 50504d4
Add dynamic checking for TransactionListView
osdnk 7e582e6
Naming cleanup
Kureev 8694741
NativeButton
Kureev a86dd71
New icons for the transaction status field
Kureev 30c0ba5
ButtonPressAnimation interface ported to NativeButton component
Kureev 87ad33b
Merge branch 'develop' into native-transactions-list
Kureev b588642
pressOut animation is using a spring now
Kureev 1f45c8b
use native bpa in more place of this app, bump rn
osdnk c647645
Update ButtonManager.swift
osdnk 5f0ff1a
fix radius
osdnk af61717
Make onLongPress optional
osdnk 97ff1f8
.none
osdnk 47d2234
Remove ()
osdnk 4176ceb
nativeButtonPressAnimationAvailable
osdnk 6ccfd33
remove anser
osdnk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:))