summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-03removed the icons again, but left the singleline where it now is in the "from...HEADmasterPolzifer2-23/+2
2010-02-03again, some updates to the chatwindow:Christian2-4/+0
2010-02-03Removed the GetDateTimeHelperClass as it's no longer neededChristian1-14/+0
2010-02-03*added singlline=true to the "Message from:" textfield so it doesn't destroy ...Christian3-6/+33
2010-02-02enable smack debuggingGeorg Lukas6-0/+22
2010-02-02reworked markAsRead to use color transitionGeorg Lukas1-17/+22
2010-02-01mark messages as read after 2 secondsGeorg Lukas1-0/+23
2010-02-01propagate 'read' flag to RowGeorg Lukas1-3/+11
2010-02-01fix read state for outgoing messagesGeorg Lukas2-4/+10
2010-01-31allow update on multiple chat rowsGeorg Lukas1-0/+3
2010-01-31replaced hard-coded options menu with xml menuGeorg Lukas2-48/+53
2010-01-31additional debugging in SmackableImpGeorg Lukas1-0/+9
2010-01-31Deactivated notifications when the chatwindow is boundSven Pfleiderer2-7/+13
2010-01-31Fixed problem with reset of notification counterSven Pfleiderer1-1/+10
2010-01-31Added the possibility to explicitly request authorisazion from users to the r...Sven Pfleiderer6-1/+25
2010-01-31Did some refactoring regarding the roster contextmenuSven Pfleiderer3-77/+124
2010-01-31Renamed some methods inside SmackableImpSven Pfleiderer1-8/+10
2010-01-31Increased the size of OK-button in fiststartdialogSven Pfleiderer1-2/+2
2010-01-23Added tools/proguard.jarSven Pfleiderer1-0/+0
2010-01-23Removed OK-button from FirstStartDialog, made dialog noch cancelable, re-aran...Sven Pfleiderer3-58/+25
2010-01-23Added trace.jar to classpathSven Pfleiderer1-0/+1
2010-01-22release 0.7.30.7.3Georg Lukas1-1/+1
2010-01-22added MIT licenseGeorg Lukas2-4/+39
2010-01-22fixed own messages in chat windowGeorg Lukas3-3/+8
2010-01-22reset notification counterGeorg Lukas1-1/+3
2010-01-22added android-remote-stacktrace LICENSEGeorg Lukas1-0/+27
2010-01-22release 0.7.20.7.2Georg Lukas1-1/+1
2010-01-22fixed beginBroadcast() race conditionGeorg Lukas1-8/+18
2010-01-22change chat table format to have boolean "from_me"Georg Lukas4-23/+29
2010-01-22no need to force 1.6, we support 1.5 as wellGeorg Lukas1-1/+1
2010-01-15set version to 0.7.10.7.1Georg Lukas1-1/+1
2010-01-15jids are lowercase to allow proper comparisonsGeorg Lukas2-2/+2
2010-01-15fix notification supportGeorg Lukas1-0/+1
2010-01-15added (silent) stack trace uploadsGeorg Lukas2-0/+3
2010-01-14fixed FC on bootGeorg Lukas1-0/+1
2010-01-14replace old smack build with asmackGeorg Lukas1-0/+0
2010-01-14fix in reconnection handlingGeorg Lukas1-0/+3
2010-01-14added build.xml for easier proguard integrationGeorg Lukas1-0/+123
2010-01-10Added contact infos to readmeSven Pfleiderer1-1/+1
2010-01-10Added READMESven Pfleiderer1-0/+10
2010-01-09Removed chatCallBackList from XMPPServiceSven Pfleiderer1-27/+3
2010-01-06Removed chat-massage-queue (queueing will now handled with sqlite)Sven Pfleiderer5-41/+0
2010-01-06Removed .toLowerCase() calls for rosterIDsSven Pfleiderer3-8/+6
2010-01-06Added padding between date and from-column in chatrowSven Pfleiderer1-1/+1
2010-01-06Implemented connection between chatwindow and ChatProvider, removed unnesseca...Sven Pfleiderer9-147/+87
2010-01-06Added jabberID to configurationSven Pfleiderer2-104/+76
2010-01-06Removed class YaximChat and integrated its contents into ChatProviderSven Pfleiderer2-60/+48
2010-01-06Added attribute android:inputType="textEmailAddress" to edittextSven Pfleiderer3-1/+4
2010-01-06Revert "Added attribute android:inputType="textEmailAddress" to edittext layo...Sven Pfleiderer11-42/+310
2010-01-06Added attribute android:inputType="textEmailAddress" to edittext layouts for ...Sven Pfleiderer11-310/+42