Skip to content

Commit

Permalink
Release/v2.8.0 (#131)
Browse files Browse the repository at this point in the history
* fix crash: window required

* compute QR code only once

* run code on main thread

* update cocoapods firebase

* update addresses + event

* version bump

* remove unused fonts

* Updated key for RemoteRunnable in xcscheme

* Added Issue templates (#122)

- Bug Report
- Feature Request
- Also have watch xcscheme added per upgrade

* [Bugfix] Cleared Simplex  (#126)

* Disabled Simplex 
- Was causing crashes when return messages were happening.
- Will update in the next cycle with an updated UI
- Added a Analytics:  DID TAP BUY TAB marker

* Added Coming Soon label to the tableview background view for a temporary sign
- Added all translation for the coming soon message

* ## Release Notes: v2.8.0  (version bump)

This release is the first release in months that needed an update based on the changes in the enviroment. In general, the Litewallet code base is bloated with 1000's of lines of unused code and this makes debugging and adding new features very difficult. In addition, the requirements of iOS 14 and the plan to move from UIKit to a SwiftUI+Combine architecture means subsequent PRs will reflect a more streamlined codebase.

## Tech Debt
- Also have watch xcscheme added per upgrade
- Added Issue templates (#122)
	- Bug Report
	- Feature Request
- Updated key for RemoteRunnable in xcscheme
- remove unused fonts
- run code on main thread
- update cocoapods firebase
- update addresses + event

## Improvements
* compute QR code only once
	- Soft launch for Import QR Code

## Bugfixes
* fix crash: window required

## Temporary Workarounds
The proxy server the supports buying LTC is being refactored and so no mobile clients can use the Simplex service
	* Disabled Simplex / Added temp message
		- Was causing crashes when return messages were happening.
		- Will update in the next cycle with an updated UI
		- Added a Analytics:  DID TAP BUY TAB marker
		- Added Coming Soon label to the tableview background view for a temporary sign
		- Added all translation for the coming soon message

## Authors
Kerry Washington <mrkerrywashington@icloud.com>
Mohamed Barry <mosadialiou@gmail.com>

* Removed schemes (#125)

Goal: Reduce the codebase in prep for a major refactor. This removed the debug scheme and watch scheme.

* [Tech Debt] Remove Apple Watch code (#124)

* Remove  Apple Watch code

- The Apple Code is very old and has never been updated.
- There is a longer plan to remove superflous code.
- If others ask to re-add it we will look again with the later versions

* Removed NotificationServiceExtension

- This is cruft that has never been called
- Added in 2016
- This is not supported currently

* Change email addresses

Also added feedback and support emails.

* Added HTML for support email

Fixed bitcoin references

* Removed empty UITests

* bump build number

* updated html to be for iPhone only

* Fix podfile and build version

* Revert "[Bugfix] Cleared Simplex  (#126)"

This reverts commit 154eb4f.

* bump build number

Co-authored-by: Mohamed Barry <mosadialiou@gmail.com>
  • Loading branch information
kcw-grunt and mosadialiou committed Oct 30, 2020
1 parent f3b386d commit 45bd44d
Show file tree
Hide file tree
Showing 127 changed files with 160 additions and 3,286 deletions.
31 changes: 0 additions & 31 deletions NotificationServiceExtension/Info.plist

This file was deleted.

36 changes: 0 additions & 36 deletions NotificationServiceExtension/NotificationService.swift

This file was deleted.

7 changes: 0 additions & 7 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ def shared_pods
# add after v2.6.0 pod 'SwiftLint'
end

def shared_watchOS_pods
end

target 'loafwallet' do
platform :ios, '12.0'
shared_pods
Expand All @@ -27,9 +24,5 @@ target 'loafwallet' do
inherit! :search_paths
end

target 'loafwalletUITests' do
inherit! :search_paths
end

end

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

6 changes: 0 additions & 6 deletions loafwallet WatchKit App/Assets.xcassets/Contents.json

This file was deleted.

82 changes: 0 additions & 82 deletions loafwallet WatchKit App/Base.lproj/Interface.storyboard

This file was deleted.

33 changes: 0 additions & 33 deletions loafwallet WatchKit App/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

0 comments on commit 45bd44d

Please sign in to comment.