Skip to content

Releases: CarlosACepeda/LiveDisplay

LiveDisplay v1.0.0 (preview)

30 Jan 04:21
Compare
Choose a tag to compare

Refactorization process.
The app in general stays the same, I finally removed the 'beta' text
It looks better haha...

From now on you can sign in into the beta channel of this app in Google Play that will be linked to commits pushed to this branch because a proper Continuous Delivery is set up! finally!, so you'll always have the latest changes.

Production is still on version 0.9.5

https://play.google.com/store/apps/details?id=com.underground.livedisplay

LiveDisplay 0.9.5

18 Feb 19:55
addbcf5
Compare
Choose a tag to compare

This version adds stability changes along with a more usable Awake settings.

LiveDisplay 0.9.4beta3

06 Feb 02:49
1cd29cd
Compare
Choose a tag to compare

This version adds stability fixes:
Fixed Crash when Loading the weather on Android 7 Devices.
Fixed Crash when starting the application on Android 5 Devices.

Things added:
Now in Android 10 and above you will have the opportunity to enable back the Blur setting.
because this feature is highly likely to crash the app, but it might work! so you now have the opportunity to try it.

LiveDisplay 0.9.4beta1

13 Jan 05:12
8afeac3
Compare
Choose a tag to compare

This update contains the following:
Bug fixes for KitKat devices.
Now in WhatsApp notifications and other messaging apps you can see the previous messages in the same notification, so now it makes more sense to answer within the app.
Weather settings are easier to use and set, here now you can see where the country the city you wrote is in, it is only informative, though, it doesn't do anything.

LiveDisplay 0.9.3beta1

24 Dec 23:10
e0bf008
Compare
Choose a tag to compare

Update containing the following.
-Bug Fixes.
-When the clock isn't available, you get a little clock that shows on the top of the screen
-You now have a button to launch notification directly from the MusicWidget
-Performance improvements.

LiveDisplay v0.9.2beta2

08 Sep 22:56
5977c6d
Compare
Choose a tag to compare

the next major release, delayed because working seriously in have solid funcionalities introduced in 0.8.0

Now you can reply to messages from the lock screen: (only devices with Android 7 and up)
Added more lock screen customization and configuration items
You can set the weather to display it on screen
Swipe to unlock option removed
Removed the floating window
Android 10 support
Some separate configuration options for clarity.
Shortcuts are hidden when the lock screen is present.
Fixed bugs

LiveDisplay v0.9.0-alpha1

12 Feb 16:31
dc6a996
Compare
Choose a tag to compare
Pre-release

Improving what's in 0.8.0 along with several fixes and a music widget working for kitkat devices!
Added the inline response in devices with Nougat and onwards.
Performance improved!
I didn't make tests for this version but in my own device, so, expect crashes. :/
however I did regression tests and It should work properly
As always, the latest version is available on Google Play too.

LiveDisplay v0.8.0

21 Apr 01:19
c0e65f7
Compare
Choose a tag to compare

Blacklist working with stability.
Miscellaneous Changes.
Must uninstall any previous version if you have one, because the blacklist has changed in a way that is not backwards compatible with both 0.7.2 and 0.7.6 Versions.

Now you can enable or disable the Awake service.
This update does not solve so many bugs, there wasnt many,🥇
instead it adds stability and improvement in UX:

-Add a close button for the current notification.
-When music is playing don't stop the floating notification service when the music stops, because is expensive to start this service each time the lockscreen starts.

Bugs fixed against 0.7.6:
You can't set an inactive time because when clicking the option to set the hours to the app to be inactive didn't do anything.

LiveDisplay v0.7.6

10 Mar 02:24
2fb387e
Compare
Choose a tag to compare

Issues fixed against 0.7.2.
-You can't configure the Weather Widget.
-You can't properly select apps from the Blacklist.
-Fixing a fatal error where App crash when the Music Callback is null.
-The answer directly from notification feature was removed
-You cant hide the clock.
-Wrong colors in certain texts.
-Setting for hiding the system icons won't work.
-Floating Notification Action texts are white and unreadable because Floating Notification background is white.
-Fixing a crash on Kitkat Devices.

Improvements:

-You can test the weather settings.
-The blur setting is working again.
-Reimplementing Awake. (turn on screen when you grab your phone from a flat surface)
-Updating styles in the lockscreen, is now more light.
-Performance improvements.

LiveDisplay v0.7.2

16 Jan 04:24
6384bd3
Compare
Choose a tag to compare

Issues fixed against the previous version:
-Kitkat and Lollipop solved a crash where the app ask for Draw over other apps permission(this permission is not available until Marshmallow)
-In Marshmallow and Onwards app will crash when user selects 'Default wallpaper' because I didnt ask for 'read_storage_permission'
-The FloatingNotification widget will still be showing when the same is clicked so, blocking view and impossible to remove.
-Solved a memory leak caused by constantly changing wallpaper when the MusicWidget is active.
-Draw over other apps permission's checkbox in MainActivity dissapeared when enabled.
-Now is not necessary to enable the option 'Enable Lockscreen without notifications' to see the Lockscreen because it was removed.
-Added smooth animations when the wallpaper changes.
-Action button Icons are displayed in Nougat and onwards this is incorrect, in Nougat notifications were redesigned so it does not show icons.
-Picking up your phone won't turn on the screen automatically.
-The option for setting a 'Time in which the screen will turn itself off' was not working.
-The lockscreen was being initiated when missing permission 'Draw over other apps' leading to crash when the music is playing (because at this point, the app will try to spawn the Floating Notification, which needs this permission)
-The texts for the seekbars 'Blur' and 'Opacity' were interchanged. the one for 'Blur' was 'Opacity' and the 'Opacity' was 'Blur'
-Moving the seekbars caused no change on the preview.
-Blurring wallpaper caused memory leak, this feature is disabled in this version.
-Action buttons were not showing.
-The Preferences screen was not showing the default values.
-In Android Oreo the Floating Notification was not spawning despite the App had already the 'Draw overlays' permission
-Kitkat crash when a new notification was posted.
-Solving general bugs.