Releases: illescasDaniel/Questions
Releases · illescasDaniel/Questions
3.26.1
3.26-beta
Replaced UIWebView with WKWebView
3.27-beta
- Better localization
- Launch screen
- Timer fix for this bug https://stackoverflow.com/questions/17423900/nstimer-stops-during-scrolling
v3.14.1
Relatively stable release with:
- Topics creator
- Integrated local and saved topics
- Read topics from QR
- Community section
v2.24.1
New changes + previous ones since 2.19:
- Main menu now uses stack views
- App now uses Safe Area layout
- Added new cool Volume bar (from: gizmosachin)
- Improved smart invert mode support (iOS 11.0)
- Improved main menu background constraints
- QuestionsViewController now uses stack views too!
- The settings VC was re-made from scratch
- Improved dark theme
- Added new FeedbackGenerator class
- App now uses UserDefaults for most of the stuff
- Improved completedSets property
- Other minor adjustments
v2.15.2-beta
v2.15.2-beta:
- Added Camera Usage Description & its translation
- Fixed missing translation
- Improved Licenses code
- Improved QR Scanner code
- Improved 3D Touch capability detection for Haptic Feedback option
v2.15.1-beta:
- Fixed reset game alert on iPad
- User can no longer tap on multiple answer at the same time
2.19-beta
- When Smart Invert Mode is enabled on iOS 11, if the dark mode theme is enabled too it doesn't invert its colours
-> Previously... (since 2.15)
Mostly iOS 11 features and updated to Swift 4 :D
- Added large titles support [iOS 11]
- Top & Button layout guides replaced by Safe Area Layout [iOS 11]
- Fixed issue where the view to scan a QR code only appeared once when it was invoked using the home quick action
- Revamped JSON decoding, using latest Swift 4 classes and methods
- Fixed issue when using the home quick action to open the QR Scanner
- Removed some useless observers
- Reduced the use of unwrapped optionals
- Fixed test
- Improved shuffle methods
- Other minor improvements
v2.15-beta
- QR capture stops automatically when is not needed
- Fixed issue with help button and device orientation in the QR Scanner view
- Added validation of questions format for the QR Scanner
v2.14.1-beta
- Cumulative fixes
v2.14-beta
Recent changes:
-
Added home quick actions:
- to open the app with dark or light theme
- to open the Read QR Code section
-
New feature to read questions from QR Codes!
· Generate a QR code from a text formatted like this:
[
{"question": "question here?", "answers": ["answer0", "answer1", "Correct Answer", "answer3"], "correct": 2},
{"question": "🐶 or 🐱?", "answers": ["🐱", "🐶", "Daniel", "Other"], "correct": 1}
]You can use this website: http://www.qr-code-generator.com