Skip to content

Commit

Permalink
Added russian translation, Improved dialog design and Settings page l…
Browse files Browse the repository at this point in the history
…ook better (#118)

* fix: Add inset for treeView

* refactor: Cleanup code

* tweak: Improve treeViewItem design

* tweak: Improve dialogs ui

* tweak: Improve compileLoadingDialog

* feat: Show the user a message that the changes have been saved

* feat: Add activity transitions

* Don't use NavigationView for Drawer

* fix: Remove fragment treeView reload method as it is not needed

* fix: Correct some strings, add imports for some classes

* feat: Add multidex

* fix: Add padding to AppBarLayout instead of Toolbar

* fix: Fix typo

* Remove MultiDex

* tweak: Small improvements

* fix: Use CoordinatorLayout instead of LinearLayout
  • Loading branch information
aikrq committed Jun 29, 2022
1 parent e30a730 commit ed9a574
Show file tree
Hide file tree
Showing 28 changed files with 4,132 additions and 4,212 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ dependencies {
implementation 'org.json:json:20220320'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'androidx.appcompat:appcompat:1.6.0-alpha05'

implementation 'com.google.android.material:material:1.7.0-alpha02'
implementation project(path: ':common')
implementation project(path: ':sora-editor')
Expand Down
Loading

0 comments on commit ed9a574

Please sign in to comment.