Skip to content

Commit

Permalink
Merge branch 'release/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Foboz committed Jan 11, 2019
2 parents 7f5cd8a + d07e036 commit 3f5d261
Show file tree
Hide file tree
Showing 27 changed files with 814 additions and 52 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
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
43 changes: 43 additions & 0 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions Configurations/application.xcconfig
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
16 changes: 16 additions & 0 deletions MyEtherWallet-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,10 @@
560D773520B58C93009A3D6D /* BackupConfirmationSegmentedControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BackupConfirmationSegmentedControl.m; sourceTree = "<group>"; };
560D773820B5A258009A3D6D /* BackupConfirmationQuiz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BackupConfirmationQuiz.h; sourceTree = "<group>"; };
560D773920B5A258009A3D6D /* BackupConfirmationQuiz.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BackupConfirmationQuiz.m; sourceTree = "<group>"; };
5610EB9E21DD5F0700F925C3 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
5610EBA321DD97F400F925C3 /* release.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = release.sh; path = Scripts/release.sh; sourceTree = SOURCE_ROOT; };
5610EBA421DD97FB00F925C3 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = SOURCE_ROOT; };
5610EBA521DD980F00F925C3 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = SOURCE_ROOT; };
56115D332103706000C176F4 /* ConfirmationStoryModuleOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConfirmationStoryModuleOutput.h; sourceTree = "<group>"; };
561840B720CC8CE1004BEB7E /* MEWcryptoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = MEWcryptoTests.m; path = MEWcrypto/MEWcryptoTests.m; sourceTree = "<group>"; };
561840BE20CCA0BA004BEB7E /* RamblerTyphoonUtils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RamblerTyphoonUtils.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -3840,6 +3844,16 @@
path = Models;
sourceTree = "<group>";
};
5610EBA221DD97BB00F925C3 /* Release */ = {
isa = PBXGroup;
children = (
5610EBA521DD980F00F925C3 /* .travis.yml */,
5610EBA421DD97FB00F925C3 /* CHANGELOG.md */,
5610EBA321DD97F400F925C3 /* release.sh */,
);
name = Release;
sourceTree = "<group>";
};
56115D3121036FDD00C176F4 /* Common */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -7037,6 +7051,8 @@
56FE2B7E20817F1100DB39D5 /* Info.plist */,
56E3E66A210178740014152D /* Info-Beta.plist */,
569E51CB20D9484C00883583 /* prefix.pch */,
5610EB9E21DD5F0700F925C3 /* README.md */,
5610EBA221DD97BB00F925C3 /* Release */,
);
path = "Supporting Files";
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit 3f5d261

Please sign in to comment.