Codeforces WatchR 1.4.5: Minor improvements + KMP teaser
Difference between en1 and en2, changed 87 character(s)
From now you can see avatars of all watched users right in Users tab. This is the result of one of the first PRs we got from the community — https://github.com/xorum-io/codeforces_watcher/pull/91.↵

You can download a new version from [Google Play](https://play.google.com/store/apps/details?id=com.bogdan.codeforceswatcher). iOS version is available on [App Store](https://apps.apple.com/us/app/codeforces-watchr-contests/id1495591299).↵

![ ](
https://codeforces.com/63c6fa/Minor Improvements/predownloaded/07/db/07db1c2b4eba7cb715a94753c746240ce6973954.png)↵

There are no other UI/UX changes in this version, but we've fixed a few bugs and crashes. So app is even more stable from this moment. BTW, if you ever experience any issues in iOS / Android apps, don't hesitate to write in comments or create issues directly in our [GitHub page](https://github.com/xorum-io/codeforces_watcher).↵

Kotlin Multiplatform↵
------------------↵

You've probably noted that Android app is quite different from iOS one. This is a one of the biggest pains of all mobile developers: writing apps twice. We've decided to conquer this problem with a radical solution: KMP.↵

This solution allows to share business-logic, network and database layers and pretty much everything besides UI in a form of Kotlin library, compiled to aar for Android and to framework for iOS. You can see our progress in [this branch](https://github.com/xorum-io/codeforces_watcher/tree/99-kmp).

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English yevhenii_kanivets 2020-03-05 16:51:35 28
en2 English yevhenii_kanivets 2020-03-05 16:50:41 87 (published)
en1 English yevhenii_kanivets 2020-03-05 16:50:04 1463 Initial revision (saved to drafts)