× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo
Change log for Croom iOS Client
Category Date Version Log
croomios 15.03.2015 2.0.7 Message bubble redesign for chat window. This is still not the final solution, since there seems to be some challenge with the image resolution ...
croomios 08.03.2015 2.0.7 Added header for unread messages to message view. Reduced cell height to show more messages in the view
croomios 27.10.2014 1.1.1 Catched pictures messages with no title ( msgtext == nil )
croomios 21.10.2014 1.1.0 Many improvements regarding stabability and design
Added message cache cleaner
croomios 19.10.2014 1.1.0 Many patches added to support media messages
Since this is a protocol expansion, version set up to 1.1.0
croomios 18.10.2014 1.0.4 More work on message view controller to support media messages
croomios 15.10.2014 1.0.4 Added message cache with cache expire setting
croomios 15.10.2014 1.0.3 Bubble form and color improvements
Lightening background color or all views
croomios 15.10.2014 1.0.3 Added transaction confirmation boxes for user management
croomios 13.10.2014 1.0.3 Color and background adjustments for message bubbles
croomios 13.10.2014 1.0.3 Code cleanup and further improvements for message view
croomios 11.10.2014 1.0.2 Fixes for message view ( orientation, input message box with multi lines )
croomios 10.10.2014 1.0.2 More fixes on Message box input view to handle line wrapping correctly
croomios 09.10.2014 1.0.2 Improved state handling for background and foreground mode
If app goes to background while room was entered, the room is left now and entered again by dedicated enterBackground and enterForeground methods in CroomMessageViewController
croomios 06.10.2014 1.0.1 Added autoconnect toggle switch to configuration view.
croomios 06.10.2014 1.0.0 Further improvements and code cleanup for messenger view
croomios 06.10.2014 1.0.0 Added session recovery to recover automatically from broken connections
croomios 05.10.2014 1.0.0 More work and improvements for multiline message input view
croomios 04.10.2014 1.0.0 Added multiline editing view for message input
croomios 03.10.2014 1.0.0 Added asynchronous update thread for room view
croomios 02.10.2014 1.0.0 Changed message text coding to base64. This seems to be useful to handle messages also for the android world
croomios 22.09.2014 1.0.0 Adaptions for iPhone 4s
croomios 20.09.2014 1.0.0 Added local notification
croomios 18.09.2014 1.0.0 More information added to user room view ( number of users, number of unread messages ), improvements of message view controller
croomios 16.09.2014 1.0.0 Added services for user modification and user deletion
croomios 15.09.2014 1.0.0 - Added message encoding for emoticons and umlaute
- Improved network connection setup including UIActivityIndicator
- Improved message view layout
croomios 15.09.2014 1.0.0 First successful deployment and test on IPhone5 device
croomios 14.09.2014 1.0.0 Improved user admin panels, added additional information to home mask
croomios 13.09.2014 1.0.0 Added App and Launch Icon, added services for pwd setting, completed implementation of message delivery
croomios 12.09.2014 1.0.0 More work in user and group administration
croomios 12.09.2014 1.0.0 Added AES encryption code to project
croomios 12.09.2014 1.0.0 More work on user and room administration views
croomios 11.09.2014 1.0.0 Completed symmetric message protocol for room chat sessions. Messages are now delivered to crooom server but also messages are received via push requests
croomios 11.09.2014 1.0.0 More work on smooth message exchange parameter settings.
croomios 09.09.2014 1.0.0 Analysis and work on iOS multithreading for asynchronous message delivery. Basically, messages can be delivered from croom server and are received from a croomios dedicated thread.
croomios 06.09.2014 1.0.0 Added segue handling handling from user view to message view
croomios 05.09.2014 1.0.0 First working request (USERLIST ) on UITableViewController with response from app server and database
croomios 03.09.2014 1.0.0 Started with Xcode project for iPhone client
croomios 03.09.2014 1.0.0 Added XML handling classes to iPhone client ( derived APXML by Arash Payan, https://github.com/arashpayan/apxml )