issues
search
luiisca
/
floating-views
Kotlin library for effortlessly creating customizable floating UI elements in Android apps.
https://central.sonatype.com/artifact/io.github.luiisca/floating.views
MIT License
8
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
implement tap outside float to close it gesture
#52
luiisca
closed
3 months ago
1
implement tap gesture
#51
luiisca
closed
3 months ago
1
refactor: allow toggling individual animations
#50
luiisca
closed
3 months ago
2
feat: add bottom background composable
#49
luiisca
closed
3 months ago
1
feat: add tap to open
#48
luiisca
closed
3 months ago
1
feat: ignore "drag from side to close app" gesture
#47
luiisca
closed
3 months ago
1
add close floaty and render onStart service
#46
luiisca
closed
4 months ago
1
feat: add pull to edge animation
#45
luiisca
closed
4 months ago
6
refactor all events into Composable drag gestures handlers
#44
luiisca
closed
4 months ago
1
refactor bubble builders to be more direct in their implementation by using Composables and combining them with `BubbleBuilder`s
#43
luiisca
closed
4 months ago
1
feat: add remove specific composable by dragging to close bubble view
#42
luiisca
closed
3 months ago
5
research: find out how could these floating bubble builders be simplified
#41
luiisca
closed
5 months ago
1
research: what events does remove bubble view react to
#40
luiisca
closed
4 months ago
1
research: how does dragging `FloatView` work, what event is used, what happens when it comes in contact with delete bubble view
#39
luiisca
closed
4 months ago
1
feat: add `onStartCommand` to base service to handle adding multiple `FloatView`s
#38
luiisca
closed
4 months ago
1
refactor services to be less confusing, stop calling a function only defined in a consumer service from a 'base' class
#37
luiisca
closed
4 months ago
2
copy library code, extend bubble service, and use bubble builder to test it worked
#36
luiisca
closed
5 months ago
4
research: learn more about recomposition
#35
luiisca
opened
5 months ago
1
add remove `FloatView` on each of its instances
#34
luiisca
closed
5 months ago
3
explore service restarts for quickly recovering from the system killing it
#33
luiisca
opened
5 months ago
1
find a way to know how many and which instances a `Service` process? instantiated
#32
luiisca
closed
5 months ago
1
find a way to track if `onClick` spawns new services each time or it reuses the first one
#31
luiisca
closed
5 months ago
2
find a way to know more about each `FloatView` instance, look for an id or something that could be used to uniquely identify it for removal
#30
luiisca
closed
5 months ago
4
test if onClick is creating new instances of `FloatView`
#29
luiisca
closed
5 months ago
3
add `onDestroy` function to `FloatService` and test if current implementation works well for multiple floating views
#25
luiisca
closed
5 months ago
3
research: read about lifecycles to understand how these lifecycle owner process on app service thing makes sense
#24
luiisca
opened
5 months ago
1
try out implementing solution from SO
#23
luiisca
closed
5 months ago
1
consume library code and render a composable box
#22
luiisca
closed
5 months ago
1
copy floating bubble library code and make sense of how they render Composables
#21
luiisca
closed
5 months ago
3
understand why it seems like I can't mount composables in a foreground service
#20
luiisca
closed
5 months ago
1
intro to robolectric
#19
luiisca
opened
5 months ago
1
read what to test in android
#18
luiisca
opened
5 months ago
1
read fundamentals of testing android apps
#17
luiisca
opened
5 months ago
1
research: learn some about debugging crashing errors in kotlin and android studio
#16
luiisca
closed
5 months ago
1
try replacing composable with simpler widget
#15
luiisca
closed
5 months ago
1
fix: windowManager.addView crashes every time
#14
luiisca
closed
5 months ago
6
research: what's wrong with my service impl? try to create a new one using IDE's helper and bind to same button that triggers `FloatingService`
#13
luiisca
closed
5 months ago
2
fix: android studio IDE graddle issue
#12
luiisca
closed
5 months ago
2
Move plugins code from test Dir to plugins hidden unshared one
#10
luiisca
opened
5 months ago
1
tmux consuming too much (over 5 gb) of memory because of many codeium instances running at the same time, apparently for each tmux session nvim instance
#9
luiisca
opened
5 months ago
1
nvim `gv` command shows results from `node_modules`
#8
luiisca
opened
5 months ago
1
figure out how to copy a whole object with nvim gestures
#7
luiisca
opened
5 months ago
1
fix: awesomewm not loading automatically
#6
luiisca
opened
5 months ago
1
read more about Intents, mainly it's second parameter of one of its overloads: `uri`
#5
luiisca
opened
5 months ago
1
research: explore MotionLayout for moveable floating box
#4
luiisca
closed
5 months ago
1
use android api to display a composable over other apps
#3
luiisca
opened
5 months ago
1
research: look for a way to show more than one floating window at the same time
#2
luiisca
closed
5 months ago
1
research: look for an android api to display floating windows
#1
luiisca
closed
5 months ago
4
Previous