Skip to content

Releases: illescasDaniel/Questions

3.26.1

22 May 12:25

Choose a tag to compare

  • Replaced UIWebView with WKWebView
  • Fixed background music sound

3.26-beta

22 May 12:17

Choose a tag to compare

Replaced UIWebView with WKWebView

3.27-beta

22 May 20:50

Choose a tag to compare

v3.14.1

27 Jun 09:02

Choose a tag to compare

Relatively stable release with:

  • Topics creator
  • Integrated local and saved topics
  • Read topics from QR
  • Community section

v2.24.1

14 Oct 23:41

Choose a tag to compare

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

23 Apr 20:30

Choose a tag to compare

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

22 Aug 22:15

Choose a tag to compare

  • 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

02 Apr 21:09

Choose a tag to compare

  • 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

01 Apr 17:44

Choose a tag to compare

  • Cumulative fixes

v2.14-beta

25 Mar 02:41

Choose a tag to compare

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