File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1- - Allow grouping of chats into folders
2- - Add an option to show device RAM usage on the chat screen
3- - The app can now run on emulated Android devices
4- - Sync with upstream llama.cpp
5-
6- ### UI/UX changes
7-
8- - Improved wizard for adding new models (easy to follow for beginners and non-technical persons)
9- - Improved top app bar in the chat screen
10- - Improved chat list drawer with a 'marker' to indicate the currently selected chat
11- - New app icon
12- - New color scheme for the app, new font (San Francisco)
1+ - fix bug in ` ChatActivity ` causing a ` NullPointerException ` when the app is launched (this is the bug causing most crashes according to Google Play)
2+ - make 'Download Models' screen scrollable to make sure it works correctly on small screen devices
3+ - add support for 16 KB page sizes
4+ - improve the ` SmolLM ` API and document its methods
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId = " io.shubham0204.smollmandroid"
1515 minSdk = 26
1616 targetSdk = 35
17- versionCode = 8
18- versionName = " 8 "
17+ versionCode = 9
18+ versionName = " 9 "
1919
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 }
You can’t perform that action at this time.
0 commit comments