Commit Graph

96 Commits

Author SHA1 Message Date
Joshua Boniface 4f91646892 Fix syntax error in site.js 2019-02-05 19:41:25 -05:00
Vasily 0f96bb2b82 apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-02-05 18:50:39 +01:00
dkanada f4798932ef remove useless function 2019-02-05 18:50:39 +01:00
dkanada 340745718a manual deminification for some plugin methods 2019-02-05 18:50:39 +01:00
dkanada 5ef781be84 remove some checks that break server selection 2019-02-05 18:50:39 +01:00
dkanada cdfdfe6e95 remove arbitrary block on plugins for the android app 2019-02-05 18:50:39 +01:00
dkanada 6ffae6cbe0 remove module reference from method calls 2019-02-03 23:14:41 +09:00
dkanada e2d975de09 remove sharedcomponent string loading method 2019-02-03 23:14:41 +09:00
Sparky 1c523fc4f0 Removed seasonal theme support
As our sole season theme was for Halloween and relied on dubiously licensed art assets to work, I removed the entire system.

Fixes #71
2019-02-02 09:35:56 -05:00
dkanada 02d11dff81 remove direct access of cordova methods (#78)
* deminify some dependency loading

* remove direct access of native methods

* move static dependencies to array initialization
2019-02-01 11:22:26 +01:00
Claus Vium 8d06ac275b Merge branch 'master' into remove_games 2019-01-31 19:04:06 +01:00
Vasily d79a07dd34 Merge pull request #79 from cvium/remove_more_connect
Remove unused Connect related from the frontend
2019-01-30 16:57:23 +03:00
Claus Vium 94bab172f0 Update src/scripts/wizarduserpage.js
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:39:27 -06:00
Claus Vium 1d7854541b Update src/scripts/wizarduserpage.js
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:39:11 -06:00
Claus Vium ba0c888960 Update src/scripts/wizarduserpage.js
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
2019-01-29 11:38:57 -06:00
Justin Suess 52010486b9 addressed suggested changes in pull request. 2019-01-29 05:57:03 -06:00
Justin Suess a72fce15a6 Added frontend support for a password field on setup 2019-01-28 20:03:54 -06:00
Claus Vium 8e76f60a10 Remove games 2019-01-27 22:10:07 +01:00
Claus Vium 2339b57479 Remove unused Connect related from the frontend 2019-01-27 19:32:43 +01:00
Andrew Rabert 6d4aae1312 Remove redundant user type selection dialog 2019-01-25 23:55:24 -05:00
Andrew Rabert 39f71a8f24 Navigate back to user profiles page on user edit save 2019-01-25 23:55:07 -05:00
Andrew Rabert 5428c37200 Fix user edit save
Remove connect logic
2019-01-25 23:54:54 -05:00
dkanada c51d005a4d more deminification and update dashboard button on header 2019-01-24 22:25:30 +09:00
dkanada cb9f250d32 add suggested changes and fix a return statement 2019-01-24 22:25:30 +09:00
dkanada f40d74725f remove camera upload page from dashboard 2019-01-24 22:25:30 +09:00
dkanada b27bc31f50 remove more sync related code 2019-01-24 22:25:12 +09:00
dkanada b5b928ec21 remove more code related to camera roll 2019-01-24 22:24:56 +09:00
dkanada 08df4531e3 deminify site.js a small amount 2019-01-24 22:24:56 +09:00
Claus Vium f715ac7ca2 Fix profile image not being shown on profile page 2019-01-24 07:39:22 +01:00
Bond_009 7b3b57bd80 Fix progress color 2019-01-21 17:55:19 +01:00
Andrew Rabert b4d9b37cbd Merge pull request #46 from dkanada/removetwo
minor changes to navbar elements
2019-01-20 20:37:18 -05:00
Andrew Rabert 16e46d065c Merge pull request #45 from cvium/fix_data_backbutton
Fix data-backbutton logic
2019-01-20 20:34:13 -05:00
Andrew Rabert ca10eef36a Remove Sync code 2019-01-20 18:31:12 -05:00
dkanada c2ddda7afc remove metadata manager from navbar 2019-01-20 23:32:17 +09:00
dkanada 925e4a4ba5 improvements to icons and strings on several pages 2019-01-20 23:19:54 +09:00
dkanada 7ac964fca0 minor changes to navbar elements 2019-01-20 17:33:48 +09:00
Claus Vium 47f5cd330f Fix data-backbutton logic 2019-01-20 09:07:28 +01:00
Joshua M. Boniface d241877853 Merge pull request #42 from nkmerrill/backdropfix
Fixed Home Backdrop Not Loading
2019-01-20 00:17:35 -05:00
Joshua M. Boniface 88c1b112e3 Merge branch 'dev' into fix-inconsistent-back-button 2019-01-20 00:15:51 -05:00
Joshua M. Boniface f28b16ce45 Merge pull request #37 from dkanada/remove
Remove broken features from web interface
2019-01-19 21:33:16 -05:00
Vasily 4f6102d68e Cleanup bindMenuEvents
Suggested bu @Vasily
2019-01-19 12:54:32 -05:00
Sparky 91b7161993 "Fix" Back updateBackButton evaluation 2019-01-19 12:44:30 -05:00
Sparky 036cf6ef95 Fix broken hamburger menu 2019-01-19 12:44:30 -05:00
Sparky d090ac8d72 Fix up some additional deuglification failures
Replaced += on some strings
Declared `var i`in for loops rather than just using `i`
Fixed left over nest if, changed to else if
Switched to `===` for string to string comparisons
Unfurled ternary operator deuglification missed
...Applied suggestions from code review...
2019-01-19 12:44:30 -05:00
Sparky 858decb4bb Removed back button from dashboard and metadata manager 2019-01-19 12:44:30 -05:00
Sparky 84dd50e995 Manual cleanup of deuglification
Deuglification
2019-01-19 12:44:30 -05:00
Sparky 4c0170535d Initial Deuglification
Need to clean up afterwards.
2019-01-19 12:44:30 -05:00
Vasily 7417b844f0 Merge pull request #27 from hawken93/fix_503
Stop pagination and adding a library from being able to trigger multiple times
2019-01-19 19:51:06 +03:00
Vasily db52db1968 add suggested changes to improve formatting
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-20 00:55:34 +09:00
Vasily adc74d852a Merge pull request #36 from dkanada/fullscreen
Open videos in fullscreen on android devices
2019-01-19 18:48:22 +03:00