aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build cleanup: libraries added as local resources, removed unused proguard ↵steckbrief2015-12-1431-2240/+23
| | | | configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder
* Removed unnecessary filessteckbrief2015-12-113-3271/+0
|
* Removed stupid DNS query codesteckbrief2015-12-113-205/+147
|
* Moved logcat to a module, increased error robustness for loading last messagessteckbrief2015-12-1047-71/+237
|
* Fix flagging no more messages on server for conversationsteckbrief2015-12-063-2/+15
|
* Implements FS#83: Reload from last received messagesteckbrief2015-12-0416-22/+2168
|
* Implements FS#89 - Change about informationsteckbrief2015-12-041-3/+6
|
* Fixes FS#75 - Change color names to reasonable namessteckbrief2015-12-0423-124/+124
|
* Fixed compile error in inner classsteckbrief2015-12-021-1/+1
|
* Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief2015-11-203-1/+4
| | | | nce.thedevstack.de
* Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-2042-226/+686
| | | | activity to show logcat output and button to copy contents
* FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-0622-580/+771
| | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-0318-173/+551
| | | | picture or not
* Implements FS#24: Introduce setting for picture resizingsteckbrief2015-10-307-1/+52
|
* Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief2015-10-2312-30/+41
| | | | values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
* Implements FS#78: Allow installation on SD cardsteckbrief2015-10-221-1/+2
|
* Access to preferences moved to global utility class ↵steckbrief2015-10-2124-350/+532
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* added comment for clarification, why the timestamp of the first msg of msg ↵steckbrief2015-10-171-1/+1
| | | | list is needed to query older msgs with mam
* C+ changelog updatedsteckbrief2015-10-161-1/+2
|
* Fixes FS#82: Background color of conversation list item set to primary ↵steckbrief2015-10-162-1/+4
| | | | background color
* Conversations Plus ChangeLog addedsteckbrief2015-10-161-0/+13
|
* Removed unused importssteckbrief2015-10-151-4/+0
|
* Fixes FS#81 - avoid jumps after loading messagessteckbrief2015-10-152-32/+64
|
* Merge branch 'master' of ssh://git.fucktheforce.de/conversations-plussteckbrief2015-10-051-2/+2
|\
| * version bump to 0.0.50.0.5lookshe2015-10-051-2/+2
| |
* | Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief2015-10-057-36/+76
|/ | | | access to app information
* Publishing additional information in message details dialog such as message ↵steckbrief2015-10-044-28/+235
| | | | type and message status
* Note added where to change sth. for FS#70steckbrief2015-10-041-1/+2
|
* Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2015-10-0413-4/+473
| | | | | | | Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added
* New logo added, fixes FS#56steckbrief2015-10-047-1/+449
|
* Fixes FS#49: Highlight the selected conversation in liststeckbrief2015-09-023-10/+14
|
* Fixes FS#50: Replace phone numbers and email addresses in messages with linkssteckbrief2015-09-022-2/+2
|
* version bump to 0.0.40.0.4lookshe2015-08-211-2/+2
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-212-4/+28
|\
| * fixes FS#42 - Smilie replacement in urllookshe2015-08-211-1/+25
| |
| * fixes FS#44 - IOException if content-length is not presentlookshe2015-08-211-3/+3
| |
* | modified readmelookshe2015-08-171-328/+15
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-2/+1
|\|
| * fix wrong class type usagelookshe2015-08-161-2/+1
| |
* | moved merged files to correct location0.0.3lookshe2015-08-163-15/+16
| |
* | version bump to 0.0.3lookshe2015-08-161-2/+2
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2015-08-1638-413/+519
|\| | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java
| * fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe2015-08-163-3/+15
| |
| * fixes FS#13 - Change smiley replacement patterns to be case insensitivelookshe2015-08-161-34/+18
| |
| * Fixes FS#12 - Move smiley replacement from UIHelper to Emojicon modulelookshe2015-08-1624-137/+123
| |
| * Fixes FS#15 - Adding smiley only possible at the endlookshe2015-08-161-21/+13
| | | | | | | | Removed unnecessary ClickedListeners
| * Fixes FS#37 - Remove special treatment of unicode heartslookshe2015-08-167-29/+21
| | | | | | | | Fixes FS#34 - review all calls for String.trim()
| * Merged https://github.com/ankushsachdeva/emojicon/pull/16lookshe2015-08-151-4/+24
| |
| * - Introduction of SwipeRefreshLayout for conversation viewsteckbrief2015-08-125-169/+271
| | | | | | | | | | - OnScrollListener for ListView of messages removed and replaced with swipe refresh - Loading of messages now possible even if no message is present in conversation
| * Fixes FS#38 - Issues with URLs with multiple dots in file namelookshe2015-08-121-7/+18
| |