Skip to content

release 1.45

Compare
Choose a tag to compare
@KirillMakarov KirillMakarov released this 20 Oct 10:49
· 7550 commits to master since this release
  • remove some analytic events for filters
  • selectable text in steps (API >= 19)
  • support iframe in steps (it is showing in webview now)
  • Code quiz
    • code editor with highlighting
    • toolbar with most frequent symbols
    • stepik code quiz model
      • time and memory limits
      • samples
      • languages
      • code templates
    • analytic for code quiz and code submissions
    • attempts is stored in database locally
    • code analyzer
      • highlight current line
      • highlight paired brackets
      • auto indent after enter to new line
      • move a closing bracket to new line after user clicks return between two mirroring brackets
      • auto quotes
  • Avoid using kotlinx for adapters, because of it is not caching calls of findViewById
  • fix bug, when notification settings screen was not closable