ldid icon indicating copy to clipboard operation
ldid copied to clipboard

Can't build with latest libplist

Open Un1q32 opened this issue 1 year ago • 0 comments

https://github.com/libimobiledevice/libplist/releases/tag/2.5.0 changed parts of the API to use uint8_t * instead of char * which causes ldid to fail to compile

Un1q32 avatar May 05 '24 00:05 Un1q32

Hello! Happy to hear that you found it useful.

  1. Thanks for reporting. There is a bug that I fixed in 8ff20d7c89b51f63830790e11517b11f17bcb95c (I unknowingly used CSS property that is not supported in Chrome browser).

  2. This is a good idea. I can add a short list of shortcuts like 'today' and 'tomorrow' along with frequently used tags.

xuhcc avatar May 06 '21 23:05 xuhcc

Great! :)

A couple other things I thought of, too (not sure if you want me to split these to separate issues):

  1. When opening a task, forcing the keyboard focus to the task name field would be helpful. (I can see this being annoying on a phone though due to on-screen keyboards taking so much space.)
  2. With a task open, clicking in the large background space outside the fields could default to triggering a save. This would be akin to Trello and a few other task managers. Again, probably ideal for web, but not mobile.

codingthat avatar May 07 '21 06:05 codingthat

When opening a task, forcing the keyboard focus to the task name field would be helpful. (I can see this being annoying on a phone though due to on-screen keyboards taking so much space.)

It's already implemented. Works for me in both Firefox and Chromium

xuhcc avatar May 07 '21 09:05 xuhcc

Interesting...I'm not seeing that here on:

  • Chromium Version 90.0.4430.72 (Official Build) Built on Ubuntu
  • Firefox 88.0 64-bit

...both running on LinuxMint 19.3. Hmm...

codingthat avatar May 07 '21 10:05 codingthat