mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[UI] Migrate to base fragment classes, restructure base modules (#206)
* Replace android:visibility with android:isVisible * Move base dialogs and views to .ui.base * Move uncategorized classes to ui.main * Fix view classes in XML * Add BaseFragment, use for LazyFragment * Migrate fragments to BaseFragment * Move activity setup from BaseFragment, recreate Job on attach * Move BaseFragment initialization to onResume * Add base PagerFragment, add TemplateFragment to drawer * Support swipe-to-refresh in base fragments * Remove SwipeRefreshLayout split implementation * Rename onViewCreated to onViewReady * Remove LazyFragment * Save page selection in PagerFragment, migrate AttendanceFragment * Migrate fragments to PagerFragment * Migrate contributors to a fragment * Migrate TimetableFragment to PagerFragment * Fix disabling SwipeToRefresh on page scroll * Fix crash in CrashActivity
This commit is contained in:

committed by
GitHub

parent
f795412551
commit
10043cc62c
1
.idea/codeStyles/Project.xml
generated
1
.idea/codeStyles/Project.xml
generated
@ -143,6 +143,7 @@
|
||||
</codeStyleSettings>
|
||||
<codeStyleSettings language="kotlin">
|
||||
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
||||
<option name="ALIGN_MULTILINE_BINARY_OPERATION" value="true" />
|
||||
<option name="PARAMETER_ANNOTATION_WRAP" value="2" />
|
||||
<option name="ENUM_CONSTANTS_WRAP" value="2" />
|
||||
</codeStyleSettings>
|
||||
|
Reference in New Issue
Block a user