James Fenn
James Fenn
Why is the library module called "library" when all of my other projects give the module the same name as the artifact id? WHY DID I DO THIS??? I must...
Option to guess the shape of a legacy icon and dynamically resize it to fit inside the shape of the clip path. This is already _kind of_ done using the...
It shows off the functionality in some remotely reasonable manner, but other than that is actually pretty buggy and takes a long time to launch because idk maybe the developer...
This will not be implemented in the initial release simply because I'm lazy and have suddenly acquired a strong dislike for XML parsing. It is a relatively important feature, though,...
More background / Android O issues, yay! The app _was_ working fine on an emulator before the release, though; I'm guessing this is dependent on actually starting a timer, or...
Triggers for when alarms/timers ring, when a stopwatch runs/stops/laps, etc. Main use I can think of right now is turning on all the lights in your room when you're supposed...
Ex: stop ringing when a loud noise is made, or when the device is picked up, proximity sensor is covered, etc.
This... doesn't seem possible. `getSystemService(Context.AUDIO_SERVICE)` must've returned null, then somehow `onDestroy` was called before any of the other references to audioManager were invoked? That seems improbable. Well, a couple null...
I first started writing this app... a while ago. There are some pretty nasty things lurking in its codebase, and to be honest I didn't put a lot of thought...