]> git.mxchange.org Git - jaddressbook-share-lib.git/history - Addressbook/src/org/mxchange/addressbook/contact/BaseContact.java
Some more cleanups + added initial SQL dump
[jaddressbook-share-lib.git] / Addressbook / src / org / mxchange / addressbook / contact / BaseContact.java
2015-07-31 Roland HaederSome more cleanups + added initial SQL dump
2015-07-30 Roland HaederA lot refacturings ...
2015-07-28 Roland HaederAdded a lot trace messages + sanity checks for null...
2015-07-28 Roland HaederAuto-formation and yes, it is better this way
2015-07-27 Roland HaederAdded null reference checks (NPE and asserts) + debug...
2015-07-27 Roland HaederIntroduced Gender enum which replaces the old char
2015-07-24 Roland HaederGlobal commit: Changed spaces to tabs, because all...
2015-07-23 Roland HaederAdded 'final' keyword to getters/setters as it makes...
2015-07-23 Roland HaederThe NetBeans-created GUI was buggy, maybe because of...
2015-07-23 Roland HaederBah, bad bad NetBeans. Why the f**k does it need to...
2015-07-22 Roland HaederProject relocated (a bit better now?) + continued with...
2015-07-20 Roland HaederAdded support for all current columns for reading from...
2015-07-17 Roland HaederContinued:
2015-07-17 Roland HaederRewrite start of storing contacts in database as the...
2015-07-16 Roland HaederAdded a lot database stuff, which needs heavy rewrite
2015-07-15 Roland HaederIntroduced updateAddressData() + changing own "address...
2015-07-15 Roland HaederIntroduced updateNameData() + changing own "name data...
2015-07-15 Roland HaederAdded show() method and in client a simple, textural...
2015-07-15 Roland HaederInitial commit