aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdIlia Rostovtsev2014-11-181-2/+2
|
* Updated launcher icon: Bigger circlesIlia Rostovtsev2014-11-181-113/+78
|
* Notification icon: Solid versionIlia Rostovtsev2014-11-181-115/+52
|
* Notification icon: Dashed-solid versionIlia Rostovtsev2014-11-181-0/+400
| | | Keeping this icon in case it's needed later
* bump to version 0.9-alpha to differentiate stack traces. no feature freeze ↵iNPUTmice2014-11-171-2/+2
| | | | or anything else
* clear avatar cache with new roster push from serveriNPUTmice2014-11-171-0/+2
|
* avoided some null pointersiNPUTmice2014-11-173-24/+35
|
* context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice2014-11-178-39/+106
|
* synchronized around cache clear in avatar serviceiNPUTmice2014-11-172-9/+19
|
* Merge pull request #681 from SamWhited/searchlocalefixDaniel Gultsch2014-11-172-6/+14
|\ | | | | Use `Locale.US' for string comparisons in search
| * Use `Locale.US' for string comparisons in searchSam Whited2014-11-172-6/+14
| |
* | Merge pull request #680 from ferdev1/patch-2Daniel Gultsch2014-11-171-2/+2
|\ \ | |/ |/| Fix string 2
| * Update strings.xmlferdev12014-11-171-2/+2
| |
* | trim search before searchingiNPUTmice2014-11-171-2/+2
| |
* | Merge branch 'development' of https://github.com/siacs/Conversations into ↵iNPUTmice2014-11-171-2/+3
|\| | | | | | | development
| * Merge pull request #679 from SamWhited/lintfixDaniel Gultsch2014-11-171-2/+3
| |\ | | | | | | Fix broken SuppressLint
| | * Fix linter suppressionSam Whited2014-11-171-2/+3
| |/
* | split search keywords by whitespaces and imply AND operatioriNPUTmice2014-11-171-1/+11
| |
* | slightly modified logo / launcher iconiNPUTmice2014-11-1711-416/+37
|/
* Merge branch 'development' of https://github.com/siacs/Conversations into ↵iNPUTmice2014-11-171-1/+1
|\ | | | | | | development
| * Merge pull request #675 from ferdev1/patch-1Daniel Gultsch2014-11-171-1/+1
| |\ | | | | | | Fix string
| | * Fix stringferdev12014-11-161-1/+1
| | |
* | | highlight muc members by touching their name in muc details. fixed #503iNPUTmice2014-11-174-73/+106
|/ /
* | made tags searchableiNPUTmice2014-11-162-157/+180
| |
* | fixed regression of xmpp uris not workingiNPUTmice2014-11-162-14/+11
|/
* Merge pull request #673 from SamWhited/developmentDaniel Gultsch2014-11-161-1/+1
|\ | | | | Fix fetching accounts by JIDs
| * Fix fetching accounts by JIDsSam Whited2014-11-161-1/+1
| | | | | | | | Fixes a crash when publishing an avatar
* | happy hanukkahiNPUTmice2014-11-1613-24/+162
|/
* Merge branch 'development' of https://github.com/siacs/Conversations into ↵iNPUTmice2014-11-162-3/+3
|\ | | | | | | development
| * Merge pull request #672 from SamWhited/developmentDaniel Gultsch2014-11-162-3/+3
| |\ | | | | | | Don't escape passwords in SASL
| | * Don't escape passwords in SASLSam Whited2014-11-152-3/+3
| |/ | | | | | | Fixes #671
* | Merge branch 'master' into developmentiNPUTmice2014-11-162-2/+5
|\ \ | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
| * | version bump to 0.8.4iNPUTmice2014-11-162-2/+5
| | |
| * | show full time stamp in connection established fieldiNPUTmice2014-11-161-1/+1
| | |
| * | better error checking in ssl switch overiNPUTmice2014-11-161-5/+10
| | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
* | | show full time stamp in connection established fieldiNPUTmice2014-11-161-1/+1
| | |
* | | better error checking in ssl switch overiNPUTmice2014-11-161-5/+9
| |/ |/|
* | made scan and show qr code more accessible in VerifyOtrActivityiNPUTmice2014-11-166-58/+214
| |
* | Merge branch 'master' into developmentiNPUTmice2014-11-161-5/+18
|\|
| * close cursor for databaseiNPUTmice2014-11-161-5/+18
| |
| * made presences synchronizediNPUTmice2014-11-131-13/+27
| |
| * more npe checks in muc packet parseriNPUTmice2014-11-131-32/+35
| |
* | parse otr-fingerprint in qr codes and nfc. include otr fingerprint in ↵iNPUTmice2014-11-1611-69/+119
| | | | | | | | shareable uri where ever possible
* | Merge pull request #669 from SamWhited/scramcachingDaniel Gultsch2014-11-152-10/+51
|\ \ | | | | | | Cache SCRAM-SHA-1 keys for current session
| * | Cache SCRAM-SHA-1 keys for current sessionSam Whited2014-11-152-10/+51
| | |
* | | Merge pull request #670 from kruks23/translation9Daniel Gultsch2014-11-151-3/+38
|\ \ \ | | | | | | | | Update Spanish Translations
| * | | Update Spanish Translationskruks232014-11-151-3/+38
| |/ /
* / / small modifications for changing an account status in XmppConnectioniNPUTmice2014-11-151-8/+6
|/ /
* | Merge pull request #668 from SamWhited/auth-pinningDaniel Gultsch2014-11-1518-280/+295
|\ \ | | | | | | Auth mechanism pinning
| * | Set security error status on TLS cert mismatchSam Whited2014-11-151-6/+7
| | |