Home Artists Posts Import Register

Downloads

Content

Alert Ani

Thanks for the feedback on AlertAni beta. This next update contains many fixes and changes based on that.

  • Axon support
  • dismiss any AlertAni view by tapping it
  • improvements for when an AlertAni view should show
  • info injected into AlertAni webview
  • color options
  • new theme

AlertAni themes are basically websites. You create it just as you do a website. Open a code editor and open a browser tab. Easy to create themes, but this is limited as the theme gets no outside info. 

Now I inject info such as the colors picked in settings and app info. I do this by calling a function alertAniLoaded({}) and pass a javascript object that contains the info.

{
color1: 'red',
color2: 'red',
color3: 'red',
color4: 'red',
appBundle: 'com.apple.Music',
appIcon: 'base64/png,',
appName: 'Music'
}

Injected info is sent when a notification comes in. This can be used in themes to display custom animations based on what app or using color from the icon to use in animations.

With these changes i've included the icon theme for an example. It shows how to get this info and use it.

(Video)
https://twitter.com/JunesIphone/status/1614010816122224640?s=20&t=AXXG1uFmgCsGgM-viVCtxA

The video shows app icon and label. Label is color of the vibrant color of the icon and the confetti color is based on 2 colors from the icon.

If you have any info you think would be a good idea let me know.


LockPlus

This update mainly concentrated on LastLook compatibility. When you use LastLook and LockPlus together LastLook takes LockPlus view from its parent view and adds it to LastLook view. I understand why the developers did this but makes it a pain for things like LockPlus. I think i've got that handled now. LockPlus is now aware of if its placed in LastLooks view and should act accordingly.

Added some fixes for supporting Axon and reversed the show time on notification toggle. 

Tweak compatibility between two tweaks can be difficult. Both LastLook and Axon weren't easy and I still can't promise it works correctly in all cases but i'm working to get to that point. Your feedback helps the most with things like this. You use your device differently than others and could run across edge cases I don't. 


Both downloads are in the attachment of this post. To see the color settings in AlertAni you will need libcolorpicker installed. If you don't have it you can install homebarthemer from the repo and it will auto install it. Since these are just debs they wont install automatically like installing from the repo.

Betas like these are also uploaded to the Discord Patreon channel.
https://discord.gg/yAEw8JPAag

Comments

No comments found for this post.