ueen

Results 29 issues of ueen

Swift 5 update (suggested changes by Xcode for deprecated code)

Hey, i have calculated standard deviation and linked them to diagramms (with excel) if opening in Nextcloud with OnlyOffice, the error bars in the diagramm marking the standard deviation are...

feature request

Hey, the front/back views are clipped at the top and bottom at the EasyFlipView bounds while flipping (horizontal). Is there way to fix this? I tried ``` android:clipChildren="false" android:clipToPadding="false" ```...

Clicking timestamps should start the episode and go to that mark.

Type: Feature request

The good old swype keyboard finally doesn't work anymore on android 14 🥲 But now there is FlorisBoard - just one thing i'm really missing glide copy & paste, it...

proposal

### App version latest ### Android version newer ### Describe the bug Android 14 see description ### Steps to reproduce the bug share a link to app with pairdrop as...

bug

Hey, please update to the latest Mathjax Version and possibly kotlin? :)

help wanted

If i might suggested another feature: A different header view that is displayed as the first item would be awesome could be something like this in the builder: `addHeader(R.layout.header) {...

enhancement

found this great library for dividers (especially `recyclerViewDividerAsSpace`) https://github.com/fondesa/recycler-view-divider maybe it could be integrated :) *really love this library, let me know if you want me to make another PR*

enhancement

added swipeActions, use like this: ``` .setSwipeActions(SlushSwipeActions() .setLeft(SlushSwipeActions.Properties(icon = R.drawable.ic_left, color = getColor(R.color.blue), text = "Left"), object : SlushSwipeActions.SwipeAction { override fun onSwipe(position: Int, item: ITEM) { TODO("Not yet implemented")...