Kuba Szczodrzyński
60f0628f5e
[Lab] Fix disabling Chucker and Dev Mode. Add new Lab options.
2021-09-18 16:37:24 +02:00
Antoni Czaplicki
2e3e3dcf3c
[Lab] Add button to disable devmode and Chucker toggle. ( #70 )
...
* Add option to disable/enable chucker and option to disable dev mode from lab page
* Change "chucker" to "enableChucker"
* Update App.kt
2021-09-10 23:47:46 +02:00
Kuba Szczodrzyński
83f84de019
[UI] Fix attachments view cut off on API 30+.
2021-09-10 17:11:21 +02:00
Kuba Szczodrzyński
8f72e11d0c
[UI] Center "no data" text view. ( #59 )
2021-09-08 22:48:21 +02:00
Tomasz F
452271e8c0
[UI] Add list of contributors in Settings. ( #15 )
...
* Contributors item in settings
* Move contributors activity to settings package && actualize branch
* Update AndroidManifest.xml
* Getting contributors from github api
* Cleaning code
* Fetching data from szkolny api, displaying content, a lot of changes :D
* Strings
* Remove androidx legacy library
* Revert manifest changes
* Remove logging in SzkolnyApi
* Fix app name spelling
* Revert changes to dimens.xml
* Refactor contributors code
* Revert changes to dimens.xml
Again
* Revert changes to build.gradle
* Revert changes to gradle-wrapper.properties
* Revert changes to gradle.properties
* Make user name nullable
* Add caching, refactor plurals, add progress bar
* Update contributors UI
* Shorten activity name in manifest
* Remove unneeded line break
* Remove fragment_translators.xml
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
2021-09-08 19:11:14 +02:00
doteq
4bed62aa6f
[UI] Fix timetable crash when syncing ( #54 )
...
* Fix removeView
* Use removeView() instead of removeAllViews()
* Remove dayView from layout file
2021-06-11 22:06:07 +02:00
Kuba Szczodrzyński
e2b47db3fd
Merge branch 'develop' into feature/messages-fixes
2021-04-14 22:42:54 +02:00
Kuba Szczodrzyński
8609956ae7
[UI/Timetable] Add current time marker line. ( #30 )
2021-04-14 22:41:06 +02:00
Kuba Szczodrzyński
47ec1899a1
[UI/Messages] Add greeting text configuration dialog.
2021-04-14 21:08:27 +02:00
Kuba Szczodrzyński
02eb5b7ee4
[UI/Agenda] Disable not available config options.
2021-04-14 17:03:44 +02:00
Kuba Szczodrzyński
776806caef
[UI/Agenda] Update DayDialog for showing event group.
2021-04-14 17:03:30 +02:00
Kuba Szczodrzyński
755b846b50
[UI/Agenda] Move common code to EventManager.
2021-04-14 16:34:31 +02:00
Kuba Szczodrzyński
73f3ba17de
Merge branch 'develop' into feature/agenda-updates
2021-04-14 14:57:00 +02:00
Kuba Szczodrzyński
297867cbf3
[UI] Add event type colors to type dropdown.
2021-04-14 11:21:45 +02:00
Kuba Szczodrzyński
db598af28a
[UI] Add legend in event details dialog.
2021-04-14 10:20:00 +02:00
Kuba Szczodrzyński
5eaa754401
[UI] Add icons for done and manual events.
2021-04-13 20:50:51 +02:00
Mateusz Idziejczak
b48b5589f4
[UI] Add eggfall. ( #22 )
...
* Add eggfall
* Add egg.png
* Add more eggs
* [Gradle] Update android-snowfall to a fork.
* [Eggfall] Add randomizing egg images.
* [UI] Restore snowfall icon. Add separate eggfall setting.
* [Eggfall] Limit eggfall to near-easter date only.
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
2021-04-12 17:18:53 +02:00
Mateusz Idziejczak
634ef16bc5
[UI] Add notification icons. ( #23 )
...
* Add notification icons
* Change color of icons
* [Notifications] Update icon colors.
* [Notifications] Update lucky number icon.
* Add icons to Notifications List Fragment
* Update notifications_list_item.xml
* Move the gravity to the LinearLayout
* add paddingLeft
* Change IconicsImageView to View.
* Rearrange XML attributes.
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
2021-04-12 17:17:52 +02:00
Kuba Szczodrzyński
f5ceaa9afe
[Agenda] Add unread badges to events and groups.
2021-04-11 22:08:33 +02:00
Kuba Szczodrzyński
777ae945e0
[Agenda] Implement grouping events by type.
2021-04-10 22:26:43 +02:00
Kuba Szczodrzyński
3eae8fb58b
[Agenda] Add config dialog. Add compact mode.
2021-04-10 20:51:29 +02:00
Kuba Szczodrzyński
b14ef5cd78
[Agenda] Limit event text to 3 lines max.
2021-04-10 18:49:24 +02:00
Kuba Szczodrzyński
2d6cf50ca7
[Agenda] Refactor agenda UI code.
2021-04-09 15:32:44 +02:00
Kuba Szczodrzyński
95baf9fb9c
[UI/Dialogs] Add context menu for teachers' names. ( #21 )
...
* [UI] Rearrange BetterLink code.
* [UI/Dialogs] Add context menu for teachers' names.
* [Proguard] Update rules for BetterLink reflection.
* [Proguard] Fix rules for BetterLink reflection.
2021-04-08 00:39:59 +02:00
Kuba Szczodrzyński
e04bd75f1f
[UI/Login] Add version information in login chooser.
2021-04-06 18:17:24 +02:00
Kuba Szczodrzyński
2a3b1422ef
Merge branch 'develop' into feature/code-publish
2021-03-31 09:38:31 +02:00
Kuba Szczodrzyński
4bea803220
Merge branch 'develop' into feature/code-cleanup
2021-03-31 08:52:05 +02:00
Kuba Szczodrzyński
37c0ff2ac7
[UI] Migrate MaterialDialogs to material-components.
2021-03-30 15:26:52 +02:00
Kuba Szczodrzyński
4469323fe0
[Refactor] Remove unused classes and resources.
2021-03-30 11:01:18 +02:00
Kuba Szczodrzyński
ebbb9e4904
[UI] Update UI to maintain icon size consistency.
2021-03-29 22:55:56 +02:00
Kuba Szczodrzyński
bf03601e83
[UI/Profile] Fix profile image icon button ripple.
2021-03-29 21:16:15 +02:00
Kuba Szczodrzyński
17351066d1
Revert "Librus 2021 Hack Working 100% Legit."
...
This reverts commit 9ccb6e0a24cd917a4e2624f563ab1006a04bdc89.
2021-03-29 09:31:01 +02:00
Kuba Szczodrzyński
fe90fc6442
Merge branch 'develop' into feature/code-publish
2021-03-28 22:22:37 +02:00
Kuba Szczodrzyński
f72f8228f0
Merge branch 'develop' into hotfix/android-4-fixes
2021-03-28 22:16:11 +02:00
Kuba Szczodrzyński
6824960731
[App] Implement basic app validation and related UI.
2021-03-27 16:28:09 +01:00
Kuba Szczodrzyński
a5cbee2b45
[UI/Settings] Fix profile image button icon background.
2021-03-25 17:29:43 +01:00
Kuba Szczodrzyński
0f84732f80
[UI/Settings] Add new profile config dialog. Implement choosing background images.
2021-03-25 16:40:18 +01:00
Kuba Szczodrzyński
ae6af77aef
[UI] Fix message buttons margin.
2021-03-25 13:13:11 +01:00
Kuba Szczodrzyński
2d01a8c4d4
[UI] Fix nightly badge background tint.
2021-03-25 12:59:42 +01:00
Kuba Szczodrzyński
6c4a1b54ba
[Layout] Migrate marginTop/marginBottom to marginVertical.
2021-03-25 12:51:37 +01:00
Kuba Szczodrzyński
37879ca07e
[Layout] Migrate marginLeft/marginRight to marginHorizontal.
2021-03-25 12:48:28 +01:00
Kuba Szczodrzyński
2834ab1050
[Layout] Migrate marginStart/marginEnd to marginHorizontal.
2021-03-25 12:45:07 +01:00
Kuba Szczodrzyński
9ef37c46ef
[Layout] Migrate paddingTop/paddingBottom to paddingVertical.
2021-03-25 11:54:52 +01:00
Kuba Szczodrzyński
1364691a46
[Layout] Migrate paddingLeft/paddingRight to paddingHorizontal.
2021-03-25 11:49:22 +01:00
Kuba Szczodrzyński
2933e214c6
[Layout] Migrate paddingStart/paddingEnd to paddingHorizontal.
2021-03-25 11:37:40 +01:00
Kuba Szczodrzyński
208d097986
[UI] Add new Settings fragment.
2021-03-22 21:01:04 +01:00
Kuba Szczodrzyński
da953c9b1c
[Gradle] Update CommunityMaterial to v5.8.55.
2021-03-21 23:39:51 +01:00
Kacper Ziubryniewicz
9ccb6e0a24
Librus 2021 Hack Working 100% Legit.
2021-03-01 22:42:31 +01:00
Kuba Szczodrzyński
e34e4d6906
[Lab] Add JSON editor.
2021-02-26 17:27:17 +01:00
Kuba Szczodrzyński
a5bb7d9c6e
[Lab] Add option to full sync and clear profile.
2021-02-24 21:53:59 +01:00