aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-30cleanup for clear conversation history. small otr fixesiNPUTmice1-0/+18
2014-10-20refactored avatar generation. first stepiNPUTmice1-4/+3
2014-10-19got rid of copyonwrite array list for messagesiNPUTmice1-4/+6
2014-10-15refactored file download status. make image http download available for carbo...iNPUTmice1-1/+1
2014-10-14catch can't open database exceptioniNPUTmice1-4/+9
2014-10-08bullet proofing some codeiNPUTmice1-0/+3
2014-09-28new notification service. first draftDaniel Gultsch1-6/+7
2014-09-27made muc passwords and prefereced encryption method persistant across restartsiNPUTmice1-3/+7
2014-09-19background daemon doesn't start automatically if there are no enabled account...iNPUTmice1-1/+9
2014-09-08setting to increase font size. fixed #420iNPUTmice1-1/+2
2014-09-01optimize string operations a bitM. Dietrich1-2/+2
2014-08-31deleted unnecessary logiNPUTmice1-2/+0
2014-08-24fixed faulty db creation on first installiNPUTmice1-9/+12
2014-08-21make avatars persisent / available even without internetiNPUTmice1-1/+9
2014-07-29fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice1-24/+35
2014-07-27migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice1-3/+3
2014-07-12made conversation list thread safeiNPUTmice1-2/+2
2014-06-14infite scrollingiNPUTmice1-5/+17
2014-05-21write contacts on system shutdownDaniel Gultsch1-1/+0
2014-05-19made roster persistant aka enabled versioning againDaniel Gultsch1-26/+16
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-104/+48
2014-04-21allow images to be opened with gallary appDaniel Gultsch1-1/+33
2014-04-20fixed #50Daniel Gultsch1-0/+6
2014-04-19cleaned up debug log a little bitDaniel Gultsch1-1/+4
2014-04-18fixed concurrent modification of contacts which led to missing presencesDaniel Gultsch1-3/+7
2014-04-06gui for imagesDaniel Gultsch1-2/+6
2014-04-03Migrate all accounts to use compressionRene Treffer1-4/+7
2014-03-14nick name more persistant than ever beforeDaniel Gultsch1-2/+2
2014-03-11possible fix for #9Daniel Gultsch1-1/+2
2014-03-05reworked contact detailsDaniel Gultsch1-2/+12
2014-02-28rebrandingDaniel Gultsch1-6/+6
2014-02-21subscription mgmt worksDaniel Gultsch1-1/+1
2014-02-19roster versioning. roster updates on air. performance fixes in conversation l...Daniel Gultsch1-0/+18
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch1-5/+1
2014-02-13basic otr supportDaniel Gultsch1-1/+1
2014-02-11offline messagesDaniel Gultsch1-2/+6
2014-02-11conference histories are now working. only the actually needed history is que...Daniel Gultsch1-0/+4
2014-02-10fixed a bug where account options where toggled instead of set off. fixed nul...Daniel Gultsch1-3/+3
2014-02-10contact badgesDaniel Gultsch1-3/+9
2014-02-09carbonsDaniel Gultsch1-1/+3
2014-02-09presences are now somewhat stored and displayed to the user via the contact d...Daniel Gultsch1-1/+12
2014-02-07refresh contact listDaniel Gultsch1-3/+4
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-3/+58
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch1-6/+27
2014-02-01more cleanup. more listenersDaniel Gultsch1-2/+2
2014-01-29added foreign keys constrains. old conversation will actually be removed now ...Daniel Gultsch1-26/+46
2014-01-28account managementDaniel Gultsch1-1/+32
2014-01-27conversation archiveable. new conversation will find or restart old conversat...Daniel Gultsch1-12/+52
2014-01-26chat bubbles. yeahDaniel Gultsch1-11/+21
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch1-6/+3