aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * count all messages in a queryDaniel Gultsch2016-02-032-8/+3
| |
| * Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2016-02-032-4/+16
| | | | | | | | This reverts commit 58c6f9bfb283f5c54695b9662b5b4b08e5d4357f.
| * refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-036-43/+116
| |
| * Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations ↵Daniel Gultsch2016-02-0211-152/+467
| |\ | | | | | | | | | into singpolyma-disco-caps
| | * Do disco for caps hashes we have never seenStephen Paul Weber2016-01-241-2/+23
| | | | | | | | | | | | Then cache it
| | * Fetch cached caps result on new presenceStephen Paul Weber2016-01-242-3/+14
| | |
| | * Use a Presence class for presence informationStephen Paul Weber2016-01-248-102/+121
| | | | | | | | | | | | Only has status for now, but doing it so I can add disco to it
| | * Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2016-01-232-11/+98
| | |
| | * Implement toJSON on ServiceDiscoveryResultStephen Paul Weber2016-01-231-0/+34
| | |
| | * Generate capHash from any discovery resultStephen Paul Weber2016-01-231-4/+80
| | |
| | * Factor out a representation of XEP-0030 resultsStephen Paul Weber2016-01-232-47/+114
| | | | | | | | | | | | And the parser from Element to this representation.
| * | fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch2016-02-021-1/+1
| | |
| * | get rid of broken totalMessageCount for mam queriesDaniel Gultsch2016-02-022-16/+4
| | |
| * | re-read common name from certificates on startupDaniel Gultsch2016-02-022-2/+32
| | |
| * | avoid npe when accessing the pgp connection serviceDaniel Gultsch2016-02-021-1/+1
| | |
| * | catch a few NPE when parsing invalid pep nodesDaniel Gultsch2016-02-021-3/+3
| | |
| * | respect autojoin setting on newly created bookmarks as wellDaniel Gultsch2016-02-011-1/+1
| | |
| * | opt out handling of the autojoin flag. fixes #1666Daniel Gultsch2016-02-013-5/+12
| | |
| * | made create context menu call in StartConversationsActivity more failsafeDaniel Gultsch2016-02-011-1/+1
| | |
| * | refactored user handling in conferences. show try again button when ↵Daniel Gultsch2016-02-013-86/+69
| | | | | | | | | | | | conference has errors
| * | fixed false set of subject in conference with empty body tagDaniel Gultsch2016-01-311-1/+1
| | |
| * | prefer dns servers from networsk with the default routeDaniel Gultsch2016-01-291-2/+17
| | |
* | | Merge branch 'siacs/master'Christian S2016-01-3116-74/+436
|\| |
| * | be more careful with resetting the stream idDaniel Gultsch2016-01-291-2/+1
| | |
| * | try to make in-valid-session detection work for pgpDaniel Gultsch2016-01-291-3/+10
| | |
| * | show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch2016-01-266-7/+58
| | |
| * | hide jid row in list item list when jid is nullDaniel Gultsch2016-01-261-1/+2
| | |
| * | expert setting to trigger extended connection optionsDaniel Gultsch2016-01-253-11/+40
| | |
| * | changed FileBackend API to allow files instead of messages to be copied and ↵Daniel Gultsch2016-01-241-33/+34
| | | | | | | | | | | | resized
| * | added FormWrapper and form field validationDaniel Gultsch2016-01-237-4/+159
| |/
| * introduced boolean form field wrapperDaniel Gultsch2016-01-234-13/+62
| |
| * added support for field types jid-single and text-privateDaniel Gultsch2016-01-234-4/+59
| |
| * reset stanza queue when resetting xmppconnectionDaniel Gultsch2016-01-231-0/+1
| |
| * show fetch errors in trust keys activityDaniel Gultsch2016-01-232-1/+15
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-01-2324-133/+306
|\|
| * use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch2016-01-2213-70/+52
| |
| * added UI wrapper for (some) form fieldsDaniel Gultsch2016-01-225-1/+140
| |
| * added convenience method to extract account from intentDaniel Gultsch2016-01-221-1/+13
| |
| * added config variable to allow non-tls connectionsDaniel Gultsch2016-01-224-5/+7
| |
| * changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2016-01-222-17/+32
| |
| * add convenience to get an account object from a spinnerDaniel Gultsch2016-01-211-15/+19
| |
| * catch security exception when user prevents access to address bookDaniel Gultsch2016-01-201-27/+45
| |
| * add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch2016-01-201-1/+1
| |
* | make actionbar title/subtitle clickableChristian S2016-01-231-23/+70
| | | | | | | | | | * show conference or contact details * hide button to show conference or contact details
* | show warning on back pressed during update checkChristian S2016-01-221-1/+16
| |
* | hide 'disable foreground service' in foreground notificationChristian S2016-01-201-3/+0
| |
* | possible fix for showing link instead of button for filesChristian S2016-01-191-1/+1
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-01-175-101/+31
|\|
| * Merge pull request #1655 from adithyaphilip/pgp-fixDaniel Gultsch2016-01-161-1/+4
| |\ | | | | | | Fixes having to choose PGP twice, upgrades openpgp-api to 10
| | * fixed PGP having to be selected twiceAdithya Abraham Philip2016-01-161-1/+4
| | |