-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
814 additions
and
52 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
language: objective-c | ||
osx_image: xcode10.1 | ||
env: | ||
global: | ||
secure: oX8UxAhaWXqhlywMKAw9yYYQppRJCfrzpQeEIHdGCHC873rA4Jwnf6reFFs6bFCoGczxrFdDYKOgDjbPL7cot3LtVKBF0f+YHK4NSG993XAwml2a22prIplJGxi/u0JZ5dbjupSdIx7bpUx2s9g+Y5wX9fARoWZShcXJP2P+wx9ss0RJiRyfz8ufFoHOzi11h4kRlPizPyqfWGl4L8DwTFLpmpT1IW1/R1TIK4vue9A0RHeV7YpIXJiwC5dXFxJoJXLmFxi44ilhYGCZVklgLCO9acHrL/suW9j201xerrKXlC7M3+sTMuPiadWOCPrZug5SaNMIRyJXutptscJt7cx0l1Tc3Aae/MXyrapvKVxFw8hhNMhGU1iQWGdIAHJApdIuJNUq37TecA12ZreqZ692zad16wLLjjmOPLHKr8KAHu33WhGUfWCTrrAwI7dTXnHaaAEBTHxu7Ne9pWRqhHyknofcQU6VdsPZuRu5h8dOa9ZoJBPmJkmpcc9Q2Z3pEeCQyIL0/i1mpdAwZNmZlMqlvF9on5xraxc3cEDBo9bXZ3ztk+fUEdzaX3drDPCftVmGT1f54Yh6VQBgUER8LzlFtUPcpvtMU4kDA7qeJhm7+FmvYEtO/ldT7I5QfVbP/3MOucZQSCKh8sHwPgyVwLtI+jVDuh36h47h6+g8bk4= | ||
|
||
cache: | ||
- cocoapods | ||
|
||
before_install: | ||
- brew update | ||
- brew install jq | ||
- gem install cocoapods | ||
- pod install --repo-update | ||
|
||
script: | ||
- set -o pipefail | ||
- xcodebuild -workspace MyEtherWallet-iOS.xcworkspace -scheme MyEtherWallet-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone SE" | xcpretty | ||
|
||
deploy: | ||
provider: script | ||
script: bash ./Scripts/release.sh $TRAVIS_TAG $GITHUB_TOKEN "MyEtherWallet/MEWconnect-iOS" | ||
skip_cleanup: true | ||
on: | ||
tags: true | ||
branch: master |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
### Release 1.0.5 | ||
|
||
- Improved connection for some mobile operators. | ||
- Improved Ether purchase history. | ||
- Improved UI for token transactions. | ||
|
||
### Release 1.0.4 | ||
|
||
- Minor improvements to 'restore account' scenario. | ||
|
||
### Release 1.0.3 | ||
|
||
##### Update highlights: | ||
|
||
- New 'Share' screen with address QR code, and ability to easily share or copy your address. (Tap on QR code icon on the main screen to see it.) | ||
- Fixed issues related to token transfer approvals, where token amounts and ‘Send to’ address was displaying incorrectly | ||
- Sensitive data is now not visible in the Task Switcher anymore, the app immediately hides its content when switching apps | ||
- Implemented password protection after the app goes on the background | ||
|
||
##### Other improvements: | ||
|
||
- ‘Buy Ether’ history section improvements | ||
- Buy Ether amount input UI improvements | ||
- Fixed an issue of re-setting wallet from 'Forgot password' screen | ||
- Fixed an edge case when ‘Balance refresh’ button stops working | ||
- Tokens list UI fixes and balance update fixes. | ||
- Added passphrase validator on Restore Wallet screen | ||
- Removed comma from placeholder text (Restore screens) | ||
- Updated "share" icon on the main screen | ||
- Account address on the main screen is now also clickable | ||
- Added sounds to QR code scanner | ||
- Improved connection to desktop flow for some browsers | ||
- UI fixes related to new iPhone models | ||
- Various UI and bugfixes | ||
|
||
### Release 1.0.2 | ||
|
||
- Fixed the issue that caused the app to not connect to browser in some cases. | ||
- Thanks to everyone who reported it! Let us know if you still experiencing problems: support@myetherwallet.com | ||
|
||
### Release 1.0.1 | ||
|
||
- Performance improvements |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
APPLICATION_VERSION=1.0.4 | ||
APPLICATION_BUILD=18121701 | ||
APPLICATION_VERSION=1.0.5 | ||
APPLICATION_BUILD=19011002 |
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
Oops, something went wrong.