History log of /packages/apps/Settings/src/com/android/settings/localepicker/LocaleLinearLayoutManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c2e435ff21f24dd5a72974ecb51f0cbdb2c620c 26-Apr-2016 Mihai Nita <mnita@google.com> Fix: accessibility actions move languages but don't update

Also added a comment in onItemMove explaining why that method
does not call doTheUpdate().

Bug: 28173358
Change-Id: Ifdc00e70346149aeb09bd95ec21c7df2ccbaa996
/packages/apps/Settings/src/com/android/settings/localepicker/LocaleLinearLayoutManager.java
8e7c75986e32a28a678d615ff2e1d4ac144147b9 21-Apr-2016 Mihai Nita <mnita@google.com> Add accessibility actions to the drag-and-drop locale list

Dragging is not supported neither by TalkBack or the accessibility
framework at the moment. So we need custom actions to be able
to change the order of the locales.

Also, the remove functionality is difficult to discover and use
with TalkBack only, so we are also adding a "remove" action.

It only removes one locale at the time, but most users don't
really add many locales "by mistake", so there is no real need
to delete a lot of locales at once.

Bug: 28173358
Change-Id: I3566304e3d2de87cf9243d7e87631b12d72fc929
/packages/apps/Settings/src/com/android/settings/localepicker/LocaleLinearLayoutManager.java