File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- - Add CPU extensions for ` armv7 ` architecture (32-bit Android devices) to improve inference latency
2- - Add 'Copy' and 'Share' actions for messages posted by the user (#68 )
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
34- Sync with upstream llama.cpp
45
5- ### Minor UI changes
6+ ### UI/UX changes
67
7- - Show model size in GBs upto 2 decimal places in HuggingFace model explorer
8- - Check if the selected file is a GGUF
9- - Show model name in model delete dialog
10- - Fix rendering the model's thinking response
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)
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 = 7
18- versionName = " 7 "
17+ versionCode = 8
18+ versionName = " 8 "
1919
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 }
You can’t perform that action at this time.
0 commit comments