Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return properly formatted jsondata. | Thomas Tanghus | 2012-08-02 | 1 | -7/+7 |
| | |||||
* | Correct namespace usage. | Thomas Tanghus | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Remove logging | Thomas Tanghus | 2012-08-02 | 1 | -1/+0 |
| | |||||
* | I was a bit too fast in removing methods yesterday... | Thomas Tanghus | 2012-08-02 | 1 | -0/+14 |
| | |||||
* | If first addressbook was empty it was seen as if there where no contacts at all. | Thomas Tanghus | 2012-08-02 | 1 | -1/+4 |
| | |||||
* | Remove onunload handler when delete is cancelled. | Thomas Tanghus | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | Use popup class style for ninja-mode help. | Thomas Tanghus | 2012-08-02 | 1 | -4/+4 |
| | |||||
* | Updated JS namespace. | Thomas Tanghus | 2012-08-02 | 2 | -1504/+1494 |
| | |||||
* | And then the missing files ;) | Thomas Tanghus | 2012-08-02 | 1 | -0/+186 |
| | |||||
* | Addressbooks settings rewrite and cleanup. | Thomas Tanghus | 2012-08-02 | 1 | -120/+24 |
| | |||||
* | Changed fix parameter to OC.appSettings(). | Thomas Tanghus | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Implemented app settings in popup. | Thomas Tanghus | 2012-07-31 | 1 | -2/+8 |
| | |||||
* | Check if the are contacts marked as deleted and warn if so. | Thomas Tanghus | 2012-07-30 | 1 | -5/+55 |
| | |||||
* | Cache DOM lookups, general cleanup. | Thomas Tanghus | 2012-07-23 | 1 | -113/+132 |
| | |||||
* | Cleaner event handling. | Thomas Tanghus | 2012-07-23 | 1 | -13/+8 |
| | |||||
* | No need to set checksum on PHOTO. | Thomas Tanghus | 2012-07-23 | 1 | -15/+4 |
| | |||||
* | Cleaner variable handling. | Thomas Tanghus | 2012-07-23 | 1 | -12/+6 |
| | |||||
* | Make sure notifier cleans up. | Thomas Tanghus | 2012-07-23 | 1 | -12/+16 |
| | |||||
* | Revert "No need to set checksum for PHOTO." | Thomas Tanghus | 2012-07-23 | 1 | -49/+55 |
| | | | | This reverts commit 3937d19fa2ef3da2719d0425ce02707d0345960c. | ||||
* | No need to set checksum for PHOTO. | Thomas Tanghus | 2012-07-23 | 1 | -55/+49 |
| | |||||
* | Use insertContact | Thomas Tanghus | 2012-07-23 | 1 | -13/+4 |
| | |||||
* | Whitespace | Thomas Tanghus | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | Added help for keyboard shortcuts. | Thomas Tanghus | 2012-07-22 | 1 | -6/+14 |
| | |||||
* | First stab at Ninja mode ;-) | Thomas Tanghus | 2012-07-21 | 1 | -1/+65 |
| | |||||
* | Improved scrollTo method. Still not quite there... | Thomas Tanghus | 2012-07-21 | 1 | -3/+3 |
| | |||||
* | Added next/previous methods to contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -0/+15 |
| | |||||
* | Remove wrong comment. | Thomas Tanghus | 2012-07-21 | 1 | -1/+1 |
| | |||||
* | Implemented undelete for contacts. | Thomas Tanghus | 2012-07-21 | 1 | -49/+71 |
| | |||||
* | Made contactlist optional in insertContact(). | Thomas Tanghus | 2012-07-21 | 1 | -0/+5 |
| | |||||
* | White space. | Thomas Tanghus | 2012-07-21 | 1 | -37/+37 |
| | |||||
* | Added option to notify method. | Thomas Tanghus | 2012-07-21 | 1 | -3/+21 |
| | |||||
* | DRYed inserting into contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -30/+41 |
| | |||||
* | Hide progressbar on error. | Thomas Tanghus | 2012-07-20 | 1 | -0/+2 |
| | |||||
* | Corrected retry count for uploaded imports. | Thomas Tanghus | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | Trigger loading of more contacts a bit earlier. | Thomas Tanghus | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | Tweak dragging. | Thomas Tanghus | 2012-07-20 | 1 | -1/+2 |
| | |||||
* | If a contact wasn't loaded in the list you coulcn't access it from search ↵ | Thomas Tanghus | 2012-07-17 | 1 | -4/+26 |
| | | | | result. Fixes oc-1264. | ||||
* | Remove obsolete code. | Thomas Tanghus | 2012-07-16 | 1 | -2/+0 |
| | |||||
* | Fix sorting - again :-P | Thomas Tanghus | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | Set the address book of the active contact active. | Thomas Tanghus | 2012-07-16 | 1 | -3/+9 |
| | |||||
* | UI part of addressbook merging. | Thomas Tanghus | 2012-07-16 | 1 | -6/+15 |
| | |||||
* | Wrap image uploading in anonymous function. | Thomas Tanghus | 2012-07-16 | 1 | -43/+45 |
| | |||||
* | Make list droppable too instead of just the header. | Thomas Tanghus | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | Hide file form field behind image so it will maybe work with IE... | Thomas Tanghus | 2012-07-15 | 1 | -4/+2 |
| | |||||
* | Made notifications more flexible. | Thomas Tanghus | 2012-07-15 | 1 | -12/+9 |
| | |||||
* | Added notification. | Thomas Tanghus | 2012-07-15 | 1 | -1/+2 |
| | |||||
* | Fixed sorting of addressbooks. | Thomas Tanghus | 2012-07-15 | 1 | -4/+14 |
| | |||||
* | Removed obsolete TODO. | Thomas Tanghus | 2012-07-15 | 1 | -9/+0 |
| | |||||
* | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 1 | -235/+182 |
| | |||||
* | Fix loading previous or next contact after deleting one. | Thomas Tanghus | 2012-07-15 | 1 | -26/+177 |
| |