Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: werfish/AndroidSQLite_RegisterExample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: werfish/AndroidSQLite_RegisterExample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Registration_Migration
Choose a head ref
  • 11 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 19, 2017

  1. Added new Class and Layout called RegistrationActivity due to a chang…

    …e of requirements of the app to actually have a login screen in the main activity.
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    f29d4d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe24aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b377824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b7dad View commit details
    Browse the repository at this point in the history
  5. Deleted the Records button from the RegistrationActivity class as it …

    …should not be present in the registration acitivty
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    2b0bc3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2529f54 View commit details
    Browse the repository at this point in the history
  7. Deleting unncscessary code from the Activity as it will now become re…

    …gister Activity. Only code which will be modified is left in.
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    d9e426a View commit details
    Browse the repository at this point in the history
  8. Deleting unncscessary code from the Layout file as it will now become…

    … Login Activity. Only code which will be modified is left in.
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    7d8920b View commit details
    Browse the repository at this point in the history
  9. Created the user interface for the login screen. It contains a descri…

    …ption, two EditText boxes, One for name, 2nd for Passwords and 3 buttons. Login button, Registration button to go to the Register user screen and Registered users to se the Users in the database.
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    3f2cc60 View commit details
    Browse the repository at this point in the history
  10. Added the EditTexts and Buttons into the code, Modified the clearFiel…

    …ds methods inside of EventListeners and added Event Listeners to the buttons
    werfish committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    61d1981 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    505792a View commit details
    Browse the repository at this point in the history
Loading