Commit Graph

  • f657d37cbd [DB/Timetable] Fix migration fixing wrong primary key columns. Kuba Szczodrzyński 2020-01-10 22:23:14 +0100
  • 9e312f60bf [APIService] Fix showing notification with no service running. Kuba Szczodrzyński 2020-01-10 21:34:55 +0100
  • 85f72b78f7 [DB/Timetable] Fix wrong primary key columns. Kuba Szczodrzyński 2020-01-10 21:33:59 +0100
  • 40acb67ceb [Errors] Fix Timeout error detection (SocketTimeoutException inherits from InterruptedIOException). Kuba Szczodrzyński 2020-01-10 16:44:54 +0100
  • 3ae8100bda [4.0-beta.3] Update build.gradle, signing and changelog. v4.0-beta.3 Kuba Szczodrzyński 2020-01-10 11:17:42 +0100
  • 1a3dc41edf [API/Idziennik] Fix error when historical grade has no color. Kuba Szczodrzyński 2020-01-10 11:14:43 +0100
  • 27f9b8a04e Update gradle. Add Chucker. Kuba Szczodrzyński 2020-01-10 09:30:02 +0100
  • 86669a491a Update .gitignore Kuba Szczodrzyński 2020-01-09 21:14:08 +0100
  • b111d33b04 [Widget/Config] Disable Unified lucky number widget in config activity. Kuba Szczodrzyński 2020-01-07 17:29:39 +0100
  • ea5720d1c8 [API/Edudziennik] Fix grades colors. Kacper Ziubryniewicz 2020-01-08 21:12:10 +0100
  • 53675122c6 [Dialog/EventDetails] Add feature for saving events in calendar app. Kacper Ziubryniewicz 2020-01-08 20:51:06 +0100
  • 4ba7997bc1 [Database] Fix bug with teacher and subject id when sharing event. Kacper Ziubryniewicz 2020-01-07 21:37:58 +0100
  • 19c446d267 [Widgets/LuckyNumber] Implement a widget. Not knowing if it works or not, sorry. Kuba Szczodrzyński 2020-01-07 11:42:51 +0100
  • 1abb9ac378 [API] Fix config not reading from DB. Do not sync device if not changed. Kuba Szczodrzyński 2020-01-07 10:45:21 +0100
  • f9c7492726 [Widget/Timetable] Fix past lessons (today) not displayed. Kuba Szczodrzyński 2020-01-07 10:14:43 +0100
  • 6ece6ca52a [UI/Counter] Add Bell Sync option in counter activity. Kuba Szczodrzyński 2020-01-07 09:48:24 +0100
  • f6a8e9d2fa [4.0-beta.2] Update build.gradle, signing and changelog. v4.0-beta.2 Kuba Szczodrzyński 2020-01-06 22:34:46 +0100
  • 878de34546 [Widgets] Implement new Notifications widget. Kuba Szczodrzyński 2020-01-06 22:26:54 +0100
  • 7b97ef316d [Structure] Change database file structure. Rewrite converters to Kotlin. Kacper Ziubryniewicz 2020-01-06 21:25:34 +0100
  • aafa87c661 [Deprecated] Remove deprecated home fragment. Kacper Ziubryniewicz 2020-01-06 19:17:28 +0100
  • 26eb2e4381 [Announcements/Liburs] Fix error on marking as read and make announcement show even when there's no Internet connection. Kacper Ziubryniewicz 2020-01-06 18:24:43 +0100
  • 4b08ea7a89 [Dialog/GenerateBlockTimetable] Fix not showing cancelled lessons. Kacper Ziubryniewicz 2020-01-06 17:47:57 +0100
  • 7f1f2d0039 [API/Mobidziennik] Implement Lesson Ranges. Make Cancelled lesson use old* variables. Kuba Szczodrzyński 2020-01-06 17:30:38 +0100
  • 0227762ddc [API/DataRemoveModel] Make DAO not remove TYPE_NO_LESSON entries. Kuba Szczodrzyński 2020-01-06 16:54:35 +0100
  • ff0de8afc2 [UI/Dialogs] Remove debug toasts. Remove old Event List Dialog. Kuba Szczodrzyński 2020-01-06 16:43:31 +0100
  • ddf66ef061 [UI/Dialogs] Fix "No events" text alignment. Kuba Szczodrzyński 2020-01-06 16:36:48 +0100
  • 52ecfba0a5 [API/Librus] Add Lessons endpoint and showing correct attendance subjects. Kuba Szczodrzyński 2020-01-06 16:27:37 +0100
  • e123ff1bec [Timetable] Fix Timetable crashing with Swipe Refresh Layout and no parent. Kuba Szczodrzyński 2020-01-06 15:57:15 +0100
  • 45753583ee [UI/Login] Fix back button not working on Login Chooser. Kuba Szczodrzyński 2020-01-06 15:56:23 +0100
  • 5a77c481a2 [Extensions] Make asJsonObjectList return non-nullable JsonObjects. Kuba Szczodrzyński 2020-01-06 15:05:33 +0100
  • 4e796542d7 [ZXing] Try to fix QR code scanner crashing (Proguard). Kuba Szczodrzyński 2020-01-05 21:27:07 +0100
  • ae42c227a8 [API/Idziennik] Add showing error on getting recipient list with no permissions. Translate some error codes. Kuba Szczodrzyński 2020-01-05 20:26:55 +0100
  • fc58035bbf [UI/Timetable] Temporarily fix page scrolling issues. Kuba Szczodrzyński 2020-01-05 18:43:14 +0100
  • 834c4fc5f4 [UI/Attendance] Disable Mobidziennik sync reminder. Kuba Szczodrzyński 2020-01-05 18:40:29 +0100
  • 33fcffd2bd [API/Vulcan] Fix incorrect Attendance type. Kuba Szczodrzyński 2020-01-05 18:39:42 +0100
  • 18b83e2ed8 [Database] Remove deprecated Lesson and LessonChange. Kacper Ziubryniewicz 2020-01-06 13:32:32 +0100
  • f05b39736c [Dialogs/GenerateBlockTimetable] Add new dialog. Kacper Ziubryniewicz 2020-01-06 00:11:03 +0100
  • 31a293c5c0 [Extensions] Add trigger extension instead of using performClick on checkboxes. Kacper Ziubryniewicz 2020-01-05 23:42:35 +0100
  • 1e6952c86a [Utils] Fix time diff. Kacper Ziubryniewicz 2020-01-05 23:39:48 +0100
  • 21ad38d33f [UI/Login] Fix login summary list not showing all profiles. Kuba Szczodrzyński 2020-01-05 14:39:52 +0100
  • 1589a05a37 [Colors] Update default profile image colors (colorFromName). Kuba Szczodrzyński 2020-01-05 14:39:19 +0100
  • 3f19e5d465 [Messages] Fix Messages Fragment crash. Kuba Szczodrzyński 2020-01-05 14:38:20 +0100
  • 5e9bd98bba [API/LuckyNumber] Always set lucky number seen metadata to true. Kacper Ziubryniewicz 2020-01-05 16:39:05 +0100
  • d626d98421 [API/Edudziennik] Fix error when limited access. Remove timetable not public. Kacper Ziubryniewicz 2020-01-05 15:30:15 +0100
  • bce74a408c [API/Edudziennik] Save cookie with semester in student data. Change semester date on semester change. Kacper Ziubryniewicz 2020-01-04 23:05:36 +0100
  • 30c5b2d1c9 Refactor Profiles, Login Stores and Login activity (hoping it works). Kuba Szczodrzyński 2020-01-04 22:08:56 +0100
  • 95a150f7d8 [API/Librus] Show map value in descriptive grades. Kacper Ziubryniewicz 2020-01-04 13:43:49 +0100
  • 45d31d2358 [Grades] Count only proposal and final grades to average with value greater than 0. Kacper Ziubryniewicz 2020-01-04 13:43:17 +0100
  • fb59dfc677 [API/FakeLibrus] Change http to https protocol. Kacper Ziubryniewicz 2020-01-04 13:42:20 +0100
  • 30303f50ac [API/Edudziennik] Use new getTeacher methods. Add teamId to lessons. Kacper Ziubryniewicz 2020-01-04 00:47:03 +0100
  • a2fa133831 [Home/TimetableCard] Fix downloading timetable for a specific week. Kacper Ziubryniewicz 2020-01-04 00:25:56 +0100
  • d735dcea05 [API/Mobidziennik] Use toIntOrNull instead of try catch in the lucky number extractor. Kacper Ziubryniewicz 2020-01-04 00:15:56 +0100
  • a96fcabba5 [API/Edudziennik] Fix getting grades with null value. Kacper Ziubryniewicz 2020-01-03 23:51:36 +0100
  • 21fd59c196 [API/Edudziennik] Save and use semester cookie instead of currentSemester in profile. Kacper Ziubryniewicz 2020-01-03 23:48:50 +0100
  • 15f126416f [API/Librus] Use normal grade categories in text grades. Kacper Ziubryniewicz 2020-01-03 15:23:37 +0100
  • 7f1f9f81a6 [API/Librus] Remove text grade categories from features. Kacper Ziubryniewicz 2020-01-02 21:29:27 +0100
  • de6b77baba [4.0-beta.1] It's here. Finally. v4.0-beta.1 Kuba Szczodrzyński 2020-01-02 20:05:14 +0100
  • c8e3a3d258 [Messages/Compose] Change reply greeting text. Remove debugging toasts. Kuba Szczodrzyński 2020-01-02 20:03:52 +0100
  • 52ef24ae7b [Messages/Compose] Fix when adding duplicated recipient. Kuba Szczodrzyński 2020-01-02 20:02:48 +0100
  • 1553173300 [Messages/Compose] Fix deselecting recipients in dialog. Kuba Szczodrzyński 2020-01-02 19:57:48 +0100
  • f5b2c24ee3 [Messages/Compose] Fix browsing Teacher category in dialog. Kuba Szczodrzyński 2020-01-02 19:28:51 +0100
  • 2ddbc6bbac [Gradle] Move java-json to app/libs. Kuba Szczodrzyński 2020-01-02 18:49:43 +0100
  • eae7189981 [Messages] Add sending messages and fix stuff. Kuba Szczodrzyński 2020-01-02 18:27:58 +0100
  • f292b3637d [API/Librus] Fix syncing past homework. Kacper Ziubryniewicz 2020-01-02 15:38:43 +0100
  • aff0b361a2 It's the new year bruh. Kacper Ziubryniewicz 2020-01-02 09:02:15 +0100
  • 9f78b86c57 [API/Edudziennik] Add getting notes. Kacper Ziubryniewicz 2020-01-01 19:41:52 +0100
  • 4950627850 [API/Librus] Fix null in homework description. Kacper Ziubryniewicz 2020-01-01 18:58:29 +0100
  • 5265f3eb6a [API/Edudziennik] Add getting events. Kacper Ziubryniewicz 2020-01-01 18:47:09 +0100
  • 3cca5e8e9a [DataRemoveModel/Events] Add removing future except list of types. Kacper Ziubryniewicz 2020-01-01 18:46:43 +0100
  • e9ca109c57 [Errors] Rewrite crash activity in Kotlin and add error reporting. Kacper Ziubryniewicz 2019-12-31 18:48:06 +0100
  • 344da53888 [Errors] Add reporting the error ID. Kuba Szczodrzyński 2019-12-31 14:28:37 +0100
  • 62ae3c4c4b [Edudziennik] Add to changelog. Update Edudziennik feature list. Kuba Szczodrzyński 2019-12-31 12:44:47 +0100
  • 6f95eb3c3f [Errors] Update error details dialog, implement error reporting. Kuba Szczodrzyński 2019-12-31 12:44:15 +0100
  • f350a86946 [UI/Changelog] Add new changelog dialog. Update for v4.0-beta.1 Kuba Szczodrzyński 2019-12-31 08:45:43 +0100
  • 868e529e62 [API/Edudziennik] Add saving teachers login ids. Kacper Ziubryniewicz 2019-12-31 12:23:38 +0100
  • 62d82c88a1 [API/Szkolny] Fix respecting registration status of profile in App Sync. Kuba Szczodrzyński 2019-12-30 22:44:45 +0100
  • a86e995113 [API/Librus] Fix announcement mark as read request and fix observer in announcements. Kacper Ziubryniewicz 2019-12-29 20:40:54 +0100
  • 5e2c7e89ab [Hotfix] Fix crashing in grades subject adapter. Kacper Ziubryniewicz 2019-12-29 20:22:48 +0100
  • 4a38906194 [API/Edudziennik] Add getting homework. Kacper Ziubryniewicz 2019-12-29 19:41:03 +0100
  • cc3e6d97dd [Strings/Sync] Change all "Pobieram…" to "Pobieranie…" Kacper Ziubryniewicz 2019-12-29 19:01:12 +0100
  • 90d6fb56d1 [API/Librus] Add rest of the grade types and categories... Kacper Ziubryniewicz 2019-12-29 18:51:47 +0100
  • 9b5cf3f636 [API/Librus] Add getting descriptive grades and its categories. Kacper Ziubryniewicz 2019-12-29 17:48:54 +0100
  • 3723abbbbb [API/Idziennik] Add getting attachments. Kacper Ziubryniewicz 2019-12-28 17:02:43 +0100
  • a626427788 [API/Idziennik] Add getting message. Kacper Ziubryniewicz 2019-12-28 14:09:32 +0100
  • 35d88f8c78 [API/Librus] Add marking announcements as read. Kacper Ziubryniewicz 2019-12-27 20:10:42 +0100
  • c65872b29b [Errors] Add showing errors details. Kacper Ziubryniewicz 2019-12-26 23:44:24 +0100
  • e472d34f4d [Announcements] Add idString column and add getting attachments in Edudziennik. Kacper Ziubryniewicz 2019-12-26 22:59:43 +0100
  • 1257596104 [API/Edudziennik] Change grade categories and descriptions and change back lucky number sync frequency to always. Kacper Ziubryniewicz 2019-12-26 00:43:03 +0100
  • 5dd6519d27 [Attendance] Change TYPE_FREE to TYPE_DAY_FREE. Kacper Ziubryniewicz 2019-12-26 00:10:14 +0100
  • e607577407 [Attendance] Add free attendance type. Kacper Ziubryniewicz 2019-12-25 23:51:52 +0100
  • ade12e729f [Grades] Change point grade types names. Kacper Ziubryniewicz 2019-12-25 22:50:21 +0100
  • eee83ebb94 [API/Edudziennik] Fix getting grades and add support for point grades. Kacper Ziubryniewicz 2019-12-25 22:46:29 +0100
  • 39ff47e866 [API/Edudziennik] Fix downloading timetable out of the school year. Kacper Ziubryniewicz 2019-12-25 22:19:02 +0100
  • 6c81a506e9 [API/Edudziennik] Add error reasons and add grade description. Kacper Ziubryniewicz 2019-12-25 13:15:03 +0100
  • a24620de31 [API/Edudziennik] Add limited access basic handling and add setting next sync for lucky number. Kacper Ziubryniewicz 2019-12-25 02:38:54 +0100
  • 70de47408a [API/Edudziennik] Add getting teachers and *change endpoint IDs.* Kacper Ziubryniewicz 2019-12-25 02:17:20 +0100
  • 04103d1c84 [API/Edudziennik] Move getting grades to other endpoint and add getting subjects. Kacper Ziubryniewicz 2019-12-25 01:49:37 +0100
  • d20102c3bd [3.9.17-dev] Update build.gradle and signing v3.9.17-dev Kuba Szczodrzyński 2019-12-25 00:02:51 +0100
  • f165ee32e5 [API/Edudziennik] Fix getting teacher in timetable and fix getting team name. Kacper Ziubryniewicz 2019-12-24 15:52:15 +0100
  • 60ad2e81f3 [API/Edudziennik] Add getting attendance. Kacper Ziubryniewicz 2019-12-24 15:39:22 +0100