mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 14:10:46 +02:00
[APIv2] Add Mobidziennik login & API prototype. Refactor some classes
This commit is contained in:
@ -64,7 +64,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="8dp"
|
||||
android:text="Sync profile 16 - feature me"
|
||||
android:text="Sync profile 16 - view home"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
@ -73,7 +73,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="8dp"
|
||||
android:text="Sync profile 16 - feature all"
|
||||
android:text="Sync profile 16 - view messages sent"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
|
@ -928,4 +928,13 @@
|
||||
<string name="edziennik_progress_endpoint_grades">Pobieranie ocen ucznia...</string>
|
||||
<string name="edziennik_progress_login_template_web">Logowanie do Template WEB...</string>
|
||||
<string name="edziennik_progress_login_template_api">Logowanie do Template API...</string>
|
||||
<string name="edziennik_progress_login_mobidziennik_web">Logowanie do MobiDziennika...</string>
|
||||
<string name="edziennik_progress_login_mobidziennik_api">Logowanie do API MobiDziennika...</string>
|
||||
<string name="edziennik_progress_endpoint_data">Pobieram dane...</string>
|
||||
<string name="edziennik_progress_endpoint_messages_inbox">Pobieram wiadomości odebrane...</string>
|
||||
<string name="edziennik_progress_endpoint_messages">Pobieram wiadomości...</string>
|
||||
<string name="edziennik_progress_endpoint_lucky_number">Pobieram szczęśliwy numerek...</string>
|
||||
<string name="edziennik_progress_endpoint_calendar">Pobieram kalendarz...</string>
|
||||
<string name="edziennik_progress_endpoint_behaviour">Pobieram uwagi ucznia...</string>
|
||||
<string name="edziennik_progress_endpoint_attendance">Pobieram frekwencję ucznia...</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user