- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 5 2018
Jul 5 2018
do not update composing text without composing state
flow: Created branch 'feature/fix-anr-20180529'.
update apk version to 24
iongchun committed R8:f3eb4217581a: flow: Merged <feature> 'fix-cursor-after-delete' to <develop> ('develop')..
flow: Merged <feature> 'fix-cursor-after-delete' to <develop> ('develop').
flow: Closed <release> '1.5.4'.
merge fix to wrong cursor for empty composing text with boot
update version to 1.5.4
fix cursor when composing text is empty with boot available
flow: Created branch 'release/1.5.4'.
flow: Closed <feature> 'fix-cursor-after-delete'.
iongchun committed R8:5cfcf86074d1: flow: Merged <feature> 'tune-notification' to <develop> ('develop')..
flow: Merged <feature> 'tune-notification' to <develop> ('develop').
change automatically made by IDE
flow: Created branch 'feature/fix-cursor-after-delete'.
flow: Closed <feature> 'tune-notification'.
cancel dictionary prepare when disable it
dictionary notification: lower priority and reduce noise
flow: Created branch 'feature/tune-notification'.
iongchun committed R8:db954e461e07: flow: Merged <feature> 'fix-auto-commit-with-hat' to <develop> ('develop')..
flow: Merged <feature> 'fix-auto-commit-with-hat' to <develop> ('develop').
flow: Closed <feature> 'fix-auto-commit-with-hat'.
fix hat not auto-commited
fix decomposed hat and add failed test case
flow: Merged <feature> 'minor' to <develop> ('develop').
flow: Created branch 'feature/fix-auto-commit-with-hat'.
flow: Closed <feature> 'minor'.
use theme for candidates and auto-corrects
flow: Merged <feature> 'fix-lint' to <develop> ('develop').
reformat java and xml files
flow: Created branch 'feature/minor'.
flow: Merged <feature> 'jenkins' to <develop> ('develop').
flow: Closed <feature> 'fix-lint'.
fix compile for androidTest
flow: Created branch 'feature/fix-lint'.
flow: Closed <feature> 'jenkins'.
fix path for JUnit tests again
add lint and test result to publish
fix use of gradle cache as non-root
move args, hope it works
fix build tools version in docker image
add build args for android SDK docker image
add Jenkins pipeline configuration
flow: Created branch 'feature/jenkins'.
merge build debug apk in CircleCI
build debug apk for CircleCI
merge SDK updates and CircleCI
add SSH fingerprint for CircleCI checkout
fix CircleCI configuration
add CircleCI configuration
merge BitBucket pipeline configuration
Initial Bitbucket Pipelines configuration
update gradle, build-tools, and SDK
add tx sync for tokens
Jul 3 2018
Jul 3 2018
add token approve and transfer via proxy
- Approve proxy address to transfer
- Transfer allowance checking
- Transfer tokens by proxy address
Jul 2 2018
Jul 2 2018
Jenkins: use volume for cache correctly
Jul 1 2018
Jul 1 2018
add configuration for Jenkins CI
skip block number less than need for tx sync
update web3j to v3.4.0
Feb 2 2018
Feb 2 2018
Jenkins: fix and improve build
Jenkins: run package building
Dec 28 2017
Dec 28 2017
Dec 25 2017
Dec 25 2017
mysql support, db connection keep alive, and secrets
Dec 21 2017
Dec 21 2017
docker: fix http port and use redis for sessions
add redis runtime to spring session
Dec 19 2017
Dec 19 2017
configure to run in docker swarm
use spring-session to manage sessions for clustered nodes
data: fix relationship
Nov 18 2017
Nov 18 2017
polling blocks in sequence
Nov 17 2017
Nov 17 2017
flow initialization: Created <develop> trunk: develop.
flow initialization: Added configuration file.
Nov 16 2017
Nov 16 2017
flow: Merged <hotfix> '1.5.3' to <master> ('default').
Added tag v1.5.3 for changeset bdfcf175a99a
flow: Merged <hotfix> '1.5.3' to <develop> ('develop').
flow: Closed <hotfix> '1.5.3'.
apply consistent code style
minor efficiency and log improve
improve efficiency for syncer
update default value for tx.sync.loop.interval
For local node, use eth_newfilter and eth_getFilterChanged.
web3j implements filter polling in this way (ethLogObservable)
For Infura, topic filter API is not available, so only eth_getlogs can be used for polling