1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-28 21:51:38 -04:00

Commit Graph

  • cc1f93e693 Fix the menu so that Bradlee can compile... :) DjBushido 2014-03-24 01:46:32 -0400
  • e43da5178d Ignore .settings/ DjBushido 2014-03-23 22:30:33 -0400
  • 9c0f4425a6 Remove some more files from the bin/ folder DjBushido 2014-03-23 22:27:16 -0400
  • 9366630de6 Remove resources from the bin/ folder DjBushido 2014-03-23 22:15:36 -0400
  • a8acb0131f Ignore the bin/ directory DjBushido 2014-03-23 22:07:52 -0400
  • 7d937009e8 Fixed main activity errors and added click function to start GalleryActivity. Started working on GalleryActivity. tokugawa 2014-03-23 20:56:39 -0400
  • 5e66a9d27a Add the extra string resources we need DjBushido 2014-03-23 16:15:35 -0400
  • fe5f72d35c Ignore the autogen directories DjBushido 2014-03-18 20:37:00 -0400
  • c9941fd0e4 Switch the PhotoActivity to the MainActivity DjBushido 2014-03-18 20:36:22 -0400
  • 0e90b852c9 Commit initial Homework 4 DjBushido 2014-03-18 20:33:51 -0400
  • d23208c55f Fix up the threaded section of the layout Also, minor tweaks to the asynctask portion. DjBushido 2014-03-10 18:24:50 -0400
  • 467d7eb9a7 Minor formatting and code cleaning tokugawa 2014-03-10 08:57:43 -0400
  • f0c626dcaf Added comments, string and integer values, and text view for Async. Trouble connecting to host to download images now. Don't know if it is my network problem or not. Made no changes to downloading code. tokugawa 2014-03-10 00:07:57 -0400
  • a7b8f196a2 Now working with text label. Just have to format and put in the right text. tokugawa 2014-03-09 21:56:40 -0400
  • 2f59a35d5e Added header comments with team and project information. tokugawa 2014-03-09 17:58:47 -0400
  • 61c9379b05 Added Async functionality and grid display. Still need to fix sizes and display text under pictures. tokugawa 2014-03-09 17:55:22 -0400
  • d41468fc6f Downloading images from threads works. They aren't laid out correctly... DjBushido 2014-03-01 00:23:47 -0500
  • ecb13bc4ed Buttons now launch the correct activities Only thing left to do is the photo activities themselves. DjBushido 2014-02-28 20:34:01 -0500
  • 53b7016846 Create the AsyncTask and Thread Photograph activities DjBushido 2014-02-28 20:04:17 -0500
  • d31debf986 And ignore the bin/ and gen/ folders DjBushido 2014-02-28 19:51:23 -0500
  • 3f11766f5f Initial skeleton commit for InClass assignment 3 DjBushido 2014-02-28 19:50:35 -0500
  • 463ac371c2 Resizing cover.jpg fixes some of the issues DjBushido 2014-02-24 23:00:18 -0500
  • 065991d3cc Change the comment of Tile.java DjBushido 2014-02-24 22:33:51 -0500
  • 2d1c48324a Kill the application when the Exit button of the ResultActivity is pressed. DjBushido 2014-02-24 22:30:44 -0500
  • 0a80acace1 Functionality for HW3. Tried to seperate Tile class and MainActivity. Has 2 issues. First is that a completed row has the Tile ImageViews change size and second is that finish()does not properly close the entire application. tokugawa 2014-02-24 19:20:43 -0500
  • 05dfaa8ebf Add header comments to the activities DjBushido 2014-02-23 08:46:24 -0500
  • d7980f9108 Add the behavior for the ResultActivity DjBushido 2014-02-23 08:38:23 -0500
  • 9cad32bb14 Finished UI for the ResultActivity DjBushido 2014-02-22 17:01:48 -0500
  • bc464e5c6d Add the initial result activity DjBushido 2014-02-22 16:39:00 -0500
  • 9535b43df6 Commit the main game activity layout DjBushido 2014-02-22 16:38:45 -0500
  • a7ff7d6ae7 Ignore the assets/, bin/, and gen/ folders DjBushido 2014-02-22 16:01:16 -0500
  • a06433af75 Switch the app theme to Holo Dark DjBushido 2014-02-22 16:00:42 -0500
  • ef5d376910 Add support files for HW3 DjBushido 2014-02-22 15:55:57 -0500
  • 5c30084521 Add initial skeleton for HW3 DjBushido 2014-02-22 15:54:21 -0500
  • 34b77955ff Minor tweaks before submit homework 2 DjBushido 2014-02-10 23:34:50 -0500
  • 44524c7f70 Added default checked to 10% radio button tokugawa 2014-02-09 20:46:17 -0500
  • 421bf4e1e8 Added fullfunctionality to the interface. tokugawa 2014-02-09 20:38:55 -0500
  • a3de9394f0 User interface for Discount Calculator is complete DjBushido 2014-02-08 19:42:32 -0500
  • 6a42740848 Ignore the gen/ and bin/ folders DjBushido 2014-02-08 17:51:24 -0500
  • 42a0e3293c Add the project skeleton for HW2. DjBushido 2014-02-08 17:48:45 -0500
  • 88ee1b4a3f Refactor PartOne.java DjBushido 2014-01-28 17:09:38 -0500
  • fcbd74a5e4 Merge branch 'master' of https://github.com/DjBushido/itcs4180.git DjBushido 2014-01-25 15:55:04 -0500
  • c3def78187 Finish debugging, everything now working correctly. DjBushido 2014-01-25 15:53:57 -0500
  • 1d66bba2cc Functioning Homework 1 Part 1. Creates a treelist of all new users and removes all users that were in old users, leaving only the unique, non-duplicated new users not in old users. tokugawa 2014-01-24 12:07:59 -0500
  • 8b893cd06a Fix the equals and hashCode methods so that sets work as expected DjBushido 2014-01-22 15:17:45 -0500
  • 57dfd938fa Commit the (untested) implementation of all assignments in part two. DjBushido 2014-01-22 14:56:19 -0500
  • ab678065fb Add code to count unique vehicles DjBushido 2014-01-22 13:49:24 -0500
  • 46b45f5cd3 Add initial code to read in a CSV file and convert to a Vehicle DjBushido 2014-01-22 10:34:17 -0500
  • bb31ffcfd9 Move the PartTwo.java file to its own package, add initial Vehicle.java DjBushido 2014-01-21 20:51:25 -0500
  • 1242130b46 Add initial PartOne and PartTwo classes DjBushido 2014-01-21 20:02:16 -0500
  • 5ead7ddcb6 Add a gitignore to ignore metadata, and any compiled class files DjBushido 2014-01-21 19:59:43 -0500
  • 51eea3e4de Add the initial project files for Homework 1 DjBushido 2014-01-21 19:57:04 -0500
  • 235ca6f76e Add the initial Homework 1 project DjBushido 2014-01-21 19:53:09 -0500