yuriykulikov / AlarmClock

Most popular open source Android Alarm Clock App
514 stars 173 forks source link

Allow dictionary & start label with upper case #358

Closed ltguillaume closed 3 years ago

ltguillaume commented 3 years ago

Allow dictionary & start label with upper case

Summary

  1. It would be nicer to have the keyboard's dictionary (suggestions) working for the Label field.
  2. Currently, when entering a label, the first letter will be lower case. Esthetically it would be more pleasing to start with an upper case, because the repeat info also starts with an upper case.

Motivation

Usability, esthetics and consistency 😛

Description

  1. Add an alarm
  2. Tap "Label"
  3. Start typing (keyboard will not show suggestions and it will start with a lower case character by default).

Using v3.07.01 F-Droid

ltguillaume commented 3 years ago

Added request for allowing keyboard dictionary (suggestions).

yuriykulikov commented 3 years ago

Hm, it works as you suggest on my phone. Any idea what might be different on yours and how can this be implemented?

ltguillaume commented 3 years ago

Some keyboard apps can force suggestions, perhaps yours does.

Should be fixed by changing https://github.com/yuriykulikov/AlarmClock/blob/add5ae8512f57088dffdd04bfc9fcb8f1622f393/app/src/main/res/layout/details_fragment_lower.xml#L125 to

android:inputType="textCapSentences"
yuriykulikov commented 3 years ago

Fixed, thank you @ltGuillaume !