Commit Graph

59 Commits

Author SHA1 Message Date
James Skemp 8f7c3d8192 Add Drone config 2023-08-06 13:22:33 -05:00
James Skemp 2dd8855723 Update all outdated packages 2023-08-06 13:20:11 -05:00
James Skemp 3fc053e45f Upgrade Angular ESLint schematics package 2023-08-06 13:16:30 -05:00
James Skemp e3c8fc53de Upgrade Angular to 16.1.8 2023-08-06 13:13:52 -05:00
James Skemp 90dfcfc606 Upgrade eslint package 2023-08-06 13:11:07 -05:00
James Skemp 7744899c90 Update Angular config to skip global Angular CLI install 2023-06-26 13:28:31 -05:00
James Skemp a654bd604f Update Angular to 16.current 2023-06-26 13:28:09 -05:00
James Skemp 741f6115d4 Update eslint-related packages 2023-01-19 16:38:19 -06:00
James Skemp df06168de9 Update Angular 2023-01-19 16:33:05 -06:00
James Skemp 1d86e486c0 Add logic to limit number of games returned 2022-11-20 18:32:42 -06:00
James Skemp f28191fa4e Add icons to game listing for electronic and add-ons 2022-11-20 17:40:54 -06:00
James Skemp 9bad9c69a5 Fix game detail styling when title spans multiple lines
On mobile, this would result in long titles not displaying everything.
2022-11-20 17:20:40 -06:00
James Skemp ccb4a9481a Add Material and improve game listing display 2022-11-20 17:02:56 -06:00
James Skemp ea98a1cb6f Fix game search to pause before refresh 2022-11-20 16:37:40 -06:00
James Skemp 8735a593ab Update GitLab CI to point to newer image 2022-11-20 15:26:05 -06:00
James Skemp ff25651d0b Fix npm audit issues 2022-11-20 15:13:24 -06:00
James Skemp f45f07b557 Update to support Angular 15 2022-11-20 15:06:08 -06:00
James Skemp 150b7bdbbd Update to Angular 15 via ng update
Actually updated @angular-eslint/schematics and it updated everything. So last commit wasn't it.
2022-11-20 14:44:15 -06:00
James Skemp 663e7f70a9 Update eslint-related packages
Unable to upgrade to Angular 15 because of typescript-eslint packages. This should hopefully resolve the dependency issue.
2022-11-20 14:40:38 -06:00
James Skemp 4e758b5588 Update gitignore to exclude Angular cache 2022-09-17 20:57:37 -05:00
James Skemp a0e07f0cf9 Update Angular from 12 to 14 2022-09-17 20:51:58 -05:00
James Skemp b42cf8555b
Merge pull request #21 from JamesSkemp/angular-app
Create new replacement Angular application
2021-09-06 08:20:10 -05:00
James Skemp 1276c5c815 Add GitLab CI-related files and changes 2021-09-06 08:18:39 -05:00
James Skemp 82c3996031 Add styling around game details display 2021-09-06 08:14:08 -05:00
James Skemp 2a3c490388 Move new Angular app up one directory 2021-09-06 08:13:52 -05:00
James Skemp 7a8d8dc83c Delete old Ionic/Cordova application 2021-09-06 08:09:32 -05:00
James Skemp 64c107c221 Add search filter to Angular application 2021-09-06 08:04:14 -05:00
James Skemp 0865436358 Add sell information and remove ngIf around purchase
For some reason the Purchase heading was displaying but none of the data.
2021-09-06 01:03:20 -05:00
James Skemp 841115b1da Update with detail toggle and basic styling 2021-09-06 00:49:28 -05:00
James Skemp 92a1b29159 Add basic functionality to get video game JSON data 2021-09-05 23:54:47 -05:00
James Skemp bc98d4c8d5 Add eslint to project 2021-09-05 20:46:50 -05:00
James Skemp b8a65b1be5 Add new Angular application 2021-09-05 20:43:47 -05:00
James Skemp 71d0ce5119 Update all npm packages 2020-11-08 10:10:05 -06:00
James Skemp e507837441
Merge pull request #1 from JamesSkemp/upgrade-ionic-4.11.4
Upgrade to Ionic 4.11.4
2019-11-24 16:30:23 -06:00
James Skemp 05558db491 Update README with build steps and remove iOS icons from config
I have no plans on publishing an iOS version.
2019-11-24 16:24:19 -06:00
James Skemp 2deebe3ab6 Update name of application to mimic Windows Phone 7 version 2019-11-24 15:48:33 -06:00
James Skemp 184cc43022 Add logic to save user-entered file location
Also fix bug with input value not being read.

Format whitespace.
2019-11-24 12:46:16 -06:00
James Skemp 690ddd46af Update Help within the app and the README 2019-11-24 12:08:05 -06:00
James Skemp 8e1b7cfa78 Update sample XML to remove unnecessary comment
Also fix XSD URL to be absolute.
2019-11-24 11:57:57 -06:00
James Skemp 14217932dc Delete unnecessary test suite functionality 2019-11-18 10:31:59 -06:00
James Skemp 1e74badd7c Fix functionality to load XML and remove alerts
Also set the third tab to a Help page
2019-11-17 21:47:13 -06:00
James Skemp c334bbb687 Add toast messages to app 2019-11-17 21:03:03 -06:00
James Skemp af79af599b Add functionality to delete downloaded XML 2019-11-17 20:36:18 -06:00
James Skemp 4447900329 Update functionality to display simple sample page or downloaded file 2019-11-17 20:27:07 -06:00
James Skemp d7b6fc6330 Fix app id for Android 2019-11-17 13:29:41 -06:00
James Skemp 4eaeb3cb7f Add Cordova along with browser and Android platforms
Added via ionic cordova platform add command.

Necessary for cordova-plugin-file-transfer which was added first, and which added Cordova.
2019-11-17 12:02:43 -06:00
James Skemp e01c0b8337 Update tab two name to settings 2019-11-17 11:48:44 -06:00
James Skemp 40c695cca0 Fix display of games by title and corresponding tab 2019-11-13 10:16:16 -06:00
James Skemp af066b8233 Delete old application 2019-11-11 19:47:48 -06:00
James Skemp f7a1c78059 Add search and display functionality to new app 2019-11-11 19:45:17 -06:00