Skip to content

Releases: ksiazkowicz/lightbulb

0.2.2

15 Dec 19:01
Compare
Choose a tag to compare

New and fresh release of Lightbulb.

Changelog:

  • caching SQLite database in memory to speed things up
  • all SQL queries are now threaded
  • optimized roster loading code
  • fixed VCards
  • code cleanups
  • removed memory saving feature and notifications muting feature
  • presence is cleared on connection so there is no more issue with offline contacts from previous session staying connected

Known issues:

  • SQLite is still slow as hell
  • sound notifications are broken

0.2.1

13 Nov 20:21
Compare
Choose a tag to compare

Mostly fix-and-improve release, to stabilize the codebase.

Changelog:

  • unread-count and unread-mark graphics redesigned
  • fixed scaling of app's icon in About page
  • remade first run wizard, so this time it's actually useful. It'll be extended in the future, of course.
  • fixed crashes in archive view
  • inverted theme looks beautiful now, not retarded anymore
  • attempt to fix roster enumeration lag bug. I hope it did the job this time.
  • fixed avatar caching
  • improved both Accounts page and Add/Edit account page, so it's actually more intuitive and less buggy
  • replaced Info banners with discreet popups
  • improved popup notes
  • merged QmlClipboardAdapter with QAvkonHelper
  • added Maintenance page - allows you to clean the database, VCard/avatar cache and reset settings to defaults
  • fixes, cleanups, usual stuff

0.2 Milestone 2

08 Nov 18:09
Compare
Choose a tag to compare

Changelog:

  • Initial smiley support
  • First run wizard (will be improved in the future)
  • Fixed typing notifications
  • "You're offline" overlay when user's status is Offline
  • SQL REWORK! 💎
  • Chats list in common dialog
  • Introduce Avkon File Dialog
  • Move Avkon-related stuff to QAvkonHelper
  • Improve discreet popups
  • Fixed Enter key behavior in conversation view
  • Added archive view
  • Use Symbian's default browser settings (thanks to @dicksonleong)
  • Small UI changes
  • Improved notification LED support
  • Bugfixes and more!

0.1 Milestone 1

20 Sep 16:42
Compare
Choose a tag to compare

Finally, Milestone 1! Sorry for the delay, I didn't have much time to code lately.

Changelog since 0.9:

  • notification led support
  • added huellif to about page
  • "suspending" app after 1 minute of inactivity (clearing pageStack)
  • fix for splitscreen input bug.
  • discreet popup
  • ability to mute notifications for desired amount of time
  • added confirmation dialog when closing the app
  • globalUnreadCount fix
  • cleanup, optimization etc.

Release 0.1 RC

28 Aug 20:16
Compare
Choose a tag to compare
Release 0.1 RC Pre-release
Pre-release

Release Candidate for 0.1-alphaM1

Changelog:

  • experimental notification led support
  • updated blinking code
  • added huellif to about page
  • "suspending" app after 15 minutes of inactivity (clearing pageStack)
  • partial fix for splitscreen input bug.
  • experimental discreet popup implementation
  • ability to mute notifications for desired amount of time

Release 0.0.9

24 Aug 15:00
Compare
Choose a tag to compare
Release 0.0.9 Pre-release
Pre-release

Changelog:

  • FileDialog fix
  • Replaced TextField with TextArea in Conversation view (breaks automatic sending on Enter press though)
    2eae22b
  • Utilizing pageStack.pop() and pageStack.push() to optimize stuff a bit, added animation on pageStack.busy()
    4adb4f7
  • Yet another splitscreen input fix. Unfortunately, I have no idea how to calculate this stuff in landscape mode, so it's broken there. Anyway, it fixes the problem with text field a bit too low
    b1aff8f
  • Blink screen on new message feature. Experimental, but... WORKS!
    aaddacd
  • Preloaded settings for Facebook Chat and Google Talk accounts
    acd9a04
    c6e25fb
  • Splashscreen is here
    bc63cd0