1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 08:39:08 -05:00
Commit Graph

858 Commits

Author SHA1 Message Date
Rafał Borcz
a094d4f0d9 Fix crash in grades on some devices (#66) 2018-03-11 19:31:56 +01:00
Mikołaj Pich
3aca34340d Optimize session handling (#63)
* [APP] Change way the Vulcan is configured (#65)
2018-03-11 19:16:20 +01:00
Mikołaj Pich
a0313827ce [DB] Add database migrations (#64) 2018-03-11 18:18:33 +01:00
Mikołaj Pich
3799fa910b Add attendance (#58) 2018-03-10 15:55:34 +01:00
Mikołaj Pich
e050982de2 Add application id suffix in debug builds (#61) 2018-03-10 13:08:01 +01:00
Rafał Borcz
69fc4bf874 Add cleaning user data on upgrade and downgrade (#60) 2018-03-06 20:14:54 +01:00
Rafał Borcz
c3803b1c96 Add a view of free days to the timetable (#57)
* Fix Timetable freeze when app was killed
* Add views for free days
2018-03-06 00:57:06 +01:00
Rafał Borcz
e274949257 Add remove user id in db upgrade (#59) 2018-03-06 00:25:12 +01:00
Mikołaj Pich
bc4b150858 Version 0.1.1 2018-03-04 22:07:55 +01:00
Rafał Borcz
e187493e01 CustomTabs fix (#56) 2018-03-04 20:27:44 +01:00
Rafał Borcz
30bb01e9c3 Cleaning of resources (#55) 2018-03-04 16:53:53 +01:00
Mikołaj Pich
9f599025ba [UI] Use different splash background depending on api level (#54) 2018-03-04 16:35:56 +01:00
Mikołaj Pich
4c7c2a1101 [API] Remove duplicated POJOs (#53) 2018-03-04 13:24:37 +01:00
Rafał Borcz
79bdbbbb16 MVP (#46) 2018-03-04 12:49:16 +01:00
Mikołaj Pich
a1a3427142 [API] Make support for alternative log addresses more centralized (#52) 2018-02-26 20:36:45 +01:00
Mikołaj Pich
66fe25d9cc Fix grades average (#49) 2018-01-15 21:01:42 +01:00
Mikołaj Pich
be161cf161 Add crashlytics (#47) 2018-01-11 21:57:41 +01:00
Rafał Borcz
5649986a20 Update dependencies (#43) 2018-01-02 22:36:54 +01:00
Rafał Borcz
7e6a73d1f3 Prepare app for MVP (#40) 2018-01-02 21:55:58 +01:00
Mikołaj Pich
844230956a
Add auto update (#42) 2017-12-27 21:49:09 +01:00
Mikołaj Pich
15a1662ac5 Fake log integration (#39)
* Handle technical break error

* Add login by pass email with log host

* Use in FirstAccountLogin fully Vulcan facade

* Add SnP interface
2017-12-13 22:15:39 +01:00
Rafał Borcz
c111e43f18 Add timetable to Wulkanowy (#38)
* Add timetable entities, synchronization and UI
* Add better code hub config
* Update SDK tools
* Change activity to ui

* [API] fix lesson room, when division into groups
* [API] Rewrite lesson parser
* [API] Add support for new lesson type
* [API] Fix for substitutions in the timetable
2017-12-11 19:45:28 +01:00
Mikołaj Pich
647ed08460 Add sonarqube (#37) 2017-11-26 16:32:33 +01:00
Rafał Borcz
6e334f2721 Add app lock for SDK < 18 with root (#35) 2017-11-18 22:35:48 +01:00
Mikołaj Pich
29d12b79ca API as java module (#34) 2017-11-18 22:17:18 +01:00
Mikołaj Pich
428b372827 Add exams API (#30) 2017-11-17 16:50:49 +01:00
Rafał Borcz
2fbd2da60c Android Notifications implementation (#33)
* Fix bug with the number of grades in snackbar
* Add basic grade notification
* Add notification icons
* Add intent to notification 
* Improve login activity appearance
* Improve dashboard appearance
* Small amendments
* Change splash logo
2017-11-16 20:52:47 +01:00
Rafał Borcz
e5ea6e0b41 Refactorization of the app (#31)
* Refactor LoadingTask
* Remove LoadingTask class
* Fix context leak in LoginTask
* Refactorisation GradesFragment
* Refactorization synchronization
* Fix leak in VulcanService
* Update mockito
* Add more tests for EntitiesCompare
* Fix Instant Run
* Add margin to grades
* Update ci android image
2017-11-06 17:25:38 +01:00
Mikołaj Pich
54112f73f1 Change dialog closing button text (#32) 2017-11-01 22:14:44 +01:00
Mikołaj Pich
d796702ade
New login UI (#29)
* Refactor activity names
* Refactor login activity and async task
* Add forgot password and create account links
* Login without passing symbol in login form
* Add heading text before login form
* Refactor API/login
* Add login loading steps
* Remove unnecessary try catch
* Refactor snp and add tests
* Remove redudant throws clauses
2017-10-27 17:48:17 +02:00
Rafał Borcz
f6e29490c3 Implementing Pull to Refresh (#28)
* Add swipe refresh layout
* Remove indicator and change border position
* Add snackbar for new grades and rename classes of synchronization
* Add info of the number of grades
* Add grades average average
* Add alert of new grades
* Fix crash while refreshing
* Add disappearing alerts
* Optimize res and fix crash
* Update API to version 27
2017-10-27 17:05:00 +02:00
Rafał Borcz
fe54fa71f3 Create tests (#26)
* Add unit and instrumented tests
* Divide code coverage to two different tags on codecov
* Change sdk image to 25
* Turn on console output in unit tests
2017-09-23 22:17:13 +02:00
Mikołaj Pich
1f5a03fba7 API facade (#27)
*Create API facade

* Refactor API tests

* Implementation of the facade API and add tests for synchronization
2017-09-23 20:28:35 +02:00
Mikołaj Pich
c876d114e3 API attendance (#24) 2017-09-19 19:15:35 +02:00
Mikołaj Pich
aae3d5d357 Use codecov for code coverage (#25)
* Use codecov for code coverage

* Change codacy coverage badge with codecov

* Unify repo badges

* Update download link

* Update unit tests
2017-09-18 18:15:33 +02:00
Rafał Borcz
690b730494 Migrate to greenDAO (#23)
* Migration of database operation to greenDAO
* Disable crashlitics for debug builds
* Remove unused drawable
* Fix crash when user have one grade
2017-09-17 18:04:28 +02:00
RicomenPL
9b4c406934 Update API 25 to API 26 (Android O) (#22) 2017-09-10 15:32:45 +02:00
RicomenPL
9dfb0bc729 Add services (#21) 2017-09-10 12:50:28 +02:00
Mikołaj Pich
7b087144e9 Sort grades by date (#20) 2017-09-02 14:58:08 +02:00
Mikołaj Pich
935b79e8cf Replace all county/counties occurrences with symbol/symbols (#19) 2017-08-31 22:24:44 +02:00
RicomenPL
15260b58f3 Add cookies database and remake grade dialog (#18)
* Add cookies database
* Remake dialog fragment
* Add selectable to textview in dialog
2017-08-31 17:29:10 +02:00
Mikołaj Pich
add96d37dc Update dependencies (#17) 2017-08-31 16:44:04 +02:00
RicomenPL
cd687a6108 Add grades interface and change app appearance (#14)
* Change style and remake activity_main layout

* Change to a brighter navigation background color

* Add expandable recyclerView (thoughtbot)

* Add indicator to expandableRecyclerView and empty subject not shown

* Add Dialog Fragment with grade details
2017-08-29 14:22:55 +02:00
Mikołaj Pich
ba7c8f0b1e Hotfix login (#16) 2017-08-12 20:33:09 +02:00
Mikołaj Pich
344ba537fd Update dependencies and improve build process (#15) 2017-08-10 12:59:13 +02:00
Mikołaj Pich
0ea13cdadd API improvements (#13) 2017-08-07 08:24:45 +02:00
Mikołaj Pich
3d6515bcf2 Add to Grade semester and symbol properties (#12) 2017-08-06 13:25:08 +02:00
RicomenPL
8bad7b8e1e Add grades database (#7) 2017-08-05 22:31:20 +02:00
Mikołaj Pich
1a244e3995 Add timetable api (#9) 2017-08-05 14:05:57 +02:00
Mikołaj Pich
4539a62de9 Add school api (#11) 2017-08-05 13:56:26 +02:00
Mikołaj Pich
0aa083c8aa Add ability to change grades list semester (#10) 2017-08-04 14:06:37 +02:00
Mikołaj Pich
89d235dd8a Add notes api (#8)
* Add notes api with tests
* Get county for snp direct from database
2017-08-02 12:04:49 +02:00
RicomenPL
3271065263 Add password encryption (#6)
Add password encryption
2017-07-31 16:52:34 +02:00
Mikołaj Pich
a7cd6e7983 Code style fixes 2017-07-26 22:12:45 +02:00
Mikołaj Pich
e845fc1f15 Add user api 2017-07-23 19:40:53 +02:00
RicomenPL
cd4feb6d83 Merge remote-tracking branch 'origin/master' 2017-07-23 17:02:32 +02:00
RicomenPL
170b8a194b Add account database 2017-07-23 17:02:16 +02:00
Mikołaj Pich
9940d49759 Fix typeface in password input 2017-07-23 13:38:01 +02:00
RicomenPL
5c0ee06302 Merge remote-tracking branch 'origin/master' 2017-07-22 17:20:14 +02:00
RicomenPL
cf37785954 Remake MainActivity layout 2017-07-22 17:19:10 +02:00
Mikołaj Pich
df7153920d Add api for grades 2017-07-22 14:37:00 +02:00
RicomenPL
f4a8ad9b55 Fix merge branches 2017-07-21 21:21:19 +02:00
RicomenPL
a5ad57cfde Merge branch 'grid-marks'
# Conflicts:
#	app/src/main/java/io/github/wulkanowy/activity/main/Login.java
#	app/src/main/java/io/github/wulkanowy/activity/main/MainActivity.java
2017-07-21 20:11:28 +02:00
Mikołaj Pich
3a7cb3b904 Create api package (#4)
Create api package and move login's implementation to it
2017-07-21 19:59:13 +02:00
RicomenPL
939656f4a6 Add basic user data store and automatic login 2017-07-20 23:30:33 +02:00
RicomenPL
eb89007326 Add support for support libraries 2017-07-20 19:19:56 +02:00
Mikołaj Pich
4b425f9b39 Build coverage report (#3)
Add first unit test & code coverage config
2017-07-20 17:37:55 +02:00
RicomenPL
b4f1a0b11c Fix restarts activity when changing orientation 2017-07-20 14:50:40 +02:00
RicomenPL
1e3bca9559 Add loading circle and download subject name 2017-07-20 13:59:00 +02:00
Mikołaj Pich
7d00f92b83 Add experimental/partial downloading marks data 2017-07-19 21:24:27 +02:00
RicomenPL
2a0134d8f4 Fix incompatibility on other screen size than 5in 2017-07-19 17:42:16 +02:00
RicomenPL
cdb9f97904 Correct the appearance of the grid and add automatic calculation of fragments layouts 2017-07-19 15:47:30 +02:00
RicomenPL
13e5b69e10 Add RecyclerView in marks 2017-07-18 20:17:18 +02:00
Mikołaj Pich
96bf42be33 Fix ImageAdapter context ref 2017-07-15 21:23:30 +02:00
RicomenPL
6e6a053adb Add gridview (not working) 2017-07-15 19:33:28 +02:00
Mikołaj Pich
cfaa759e81 Update jsoup to 1.10.3 2017-07-15 13:47:03 +02:00
RicomenPL
c0d06d6d77 Merge remote-tracking branch 'origin/bottom-nav' into bottom-nav 2017-07-14 11:50:07 +02:00
RicomenPL
0f585c8474 Add dynamic title in dashboard and round icon luncher 2017-07-14 11:49:35 +02:00
Mikołaj Pich
eb267fdac7 Fix circleci build, delete unused resources 2017-07-13 21:35:29 +02:00
RicomenPL
4bebc831ad Adds fragments and simple navigation between them 2017-07-13 17:26:37 +02:00
RicomenPL
ae61ebc52a Change selected color 2017-07-08 14:31:54 +02:00
Mikołaj Pich
558b4b8239 Fix, clear and polishing
1fb4079
2017-07-01 15:20:25 +02:00
RicomenPL
e3fa0659ed Add experimental bottom navigation menu 2017-06-30 16:05:02 +02:00
RicomenPL
1fb4079738 Add basic navgation drawer 2017-04-29 15:27:38 +02:00
Mikołaj Pich
248c4f6bd4 Manage jsoup dependency via gradle and not via jar file 2017-04-20 22:01:30 +02:00
Mikołaj Pich
cf60edcee7 Fix circle-ci build, add bitrise 2017-04-20 00:02:52 +02:00
Mikołaj Pich
1ab1117435 Rename project domain to io.github 2017-04-19 20:36:27 +02:00
Mikołaj Pich
2eff29eb55 Use counties resource as hashmap 2017-04-10 00:54:02 +02:00
RicomenPL
3b79c22ba9 Delete possibility of return to splashscreen 2017-04-09 15:33:55 +02:00
RicomenPL
9ad8bcef0a Revert "Merge branch 'new-splashscreen' into 'master'"
This reverts merge request !4
2017-04-09 13:05:59 +00:00
RicomenPL
8793f93679 Merge branch 'new-splashscreen' into 'master'
Delete StartedActivity and replace it by SplashActivity

See merge request !4
2017-04-09 12:35:23 +00:00
RicomenPL
b31b3532ad Add ProgressDialog when logging in. 2017-04-09 14:18:00 +02:00
Mikołaj Pich
b5b6420b00 Delete StartedActivity and replace it by SplashActivity 2017-04-08 00:29:21 +02:00
Mikołaj Pich
6415e673c8 Add counties list 2017-04-07 23:32:10 +02:00
Mikołaj Pich
2ee4b53932 Change enter behavior on last login field to done 2017-04-07 22:04:38 +02:00
mklkj
c590eb7574 Fix build 2017-04-07 19:15:42 +00:00
RicomenPL
49d41d02d3 Implement debug login (loginData.xml) 2017-04-07 19:40:11 +02:00
Mikołaj Pich
7cc74fefec Remove unnecessary code line
Oszczędzaj RAM gdziekolwiek jesteś!
2017-04-06 23:41:01 +02:00
Mikołaj Pich
d49e74f7e8 Fix login process #1, refactoring Login class and more 2017-04-06 23:16:43 +02:00
RicomenPL
e1b0c87aa2 Step 3 complete 2017-04-05 18:44:13 +02:00
RicomenPL
8a8f1359d1 #2 Add checking corect password and e-mail 2017-04-05 12:05:49 +02:00
RicomenPL
d2f694d10f #1 Add login POST 2017-04-04 20:37:12 +02:00
RicomenPL
2152da687c Add asynctask login class 2017-04-04 16:01:40 +02:00
RicomenPL
d36e1f4f95 Add county and alert dialog 2017-04-04 14:26:05 +02:00
RicomenPL
ad4c539584 Add county and alert dialog 2017-04-04 14:18:44 +02:00
RicomenPL
4950d71cad Add login activity 2017-04-04 12:37:26 +02:00
RicomenPL
7be671d81e Fixed blank image and add actionsbar in main activity 2017-04-03 22:37:17 +02:00
RicomenPL
317535d4e0 Started activity and icon 2017-03-09 21:29:23 +01:00