Jo G. 🌏
Jo G. 🌏
Hello, I have noticed that there is a difference in the way the ActionBar Tab items are displayed (when transformed to Drop-down list on narrow screens): Version 2.3.5: ! Version...
Would it be possible to add such a feature to the library?: http://www.ryadel.com/en/android-proportionally-stretch-imageview-fit-whole-screen-width-maintaining-aspect-ratio/ Note the difference between downscaling and upscaling. Android does not support _upscaling_ while keeping the aspect ratio...
``` :app:fabricGenerateResourcesDebug ERROR - Crashlytics Developer Tools error. java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully!...
Hello, Could you please add OpenID as an icon to the foundation-icons-social set? http://openid.net/foundation/news/logos/
## 🐛 Bug   @Kartik14 ## To Reproduce Steps to reproduce the behavior: 1. Download and install the Android APK from https://llm.mlc.ai/docs/deploy/android.html 1. Then download the llama model from...
closes #1645
Instead of only peer-reviewing the _most recent_ contribution event, make it possible to peer-review individual contribution events. - [ ] Images - [ ] Letters - [ ] Letter-Sounds -...
The unit test at [`WordContributionEventDaoTest`](https://github.com/elimu-ai/webapp/blob/main/src/test/java/ai/elimu/dao/WordContributionEventDaoTest.java) fails randomly, so it probably has something to do with the random execution order of the tests. https://github.com/elimu-ai/webapp/actions/runs/7737336544/job/21096137074?pr=1643 ```java [INFO] Tests run: 4, Failures: 0,...
Do not allow storage of `LetterSound` if it does not have at at least one letter and at least one sound. Show error message if these are not provided.