History log of /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ImportantNoticeUtilsTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
604158669b407a40cd0f23538fad4dce5d738f24 15-Jul-2015 Mohammadinamul Sheik <inamul@google.com> [LatinIME] Support MNC permissions.


This build has been compiled against API 23

This build is approved to go out with the M OTA, but may NOT be released
to the public until the Play Store has enabled API level 23 apps

Version: 4.1.2300x.build_id

1. Replaces the personalization is on information with the suggest
contacts.
2. Enables "Use Contacts" only if the app has permission to read
contacts.
3. Disables the contacts dictionary in the Facilitator.
4. Do not register/read the contacts in the contact observer.

Bug: 22236416
Change-Id: I9674e13d0d0f4a2014c5024fde0178de684c07e7
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ImportantNoticeUtilsTests.java
8ec36026c93d13c1118eda936ac12325e0085561 18-Mar-2015 Chieu Nguyen <cvnguyen@google.com> Disable message if personalization is disabled.

Bug: 19087415.
Change-Id: I3974f1b676aa4a9bb04ab7f609b6daf1860c64f1
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ImportantNoticeUtilsTests.java
90058c3d1f09e37a74bf6f44d9ebd314be3e680b 25-Sep-2014 Tadashi G. Takaoka <takaoka@google.com> Add an internal state test to ImportantNoticeUtilsTests

On some 32bit-x86 testing emulators, it seems the internal state after
clear the related settings seems like a contradiction state. This CL
adds an test to check such internal state in order to investigate what
is happening on these emulators.

Bug: 17635340
Change-Id: Iba85f06c46959b1dc22e2a9213c50c9e7e30949b
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ImportantNoticeUtilsTests.java
be4e0d0e3921af3d575f745cb356704974362baf 17-Sep-2014 Tadashi G. Takaoka <takaoka@google.com> Fix when to show important notice

This CL introduces a timeout duration to show an important notice
message. When the timeout has passed, the important notice message
will be suppressed without user intervention.

This CL also adds unit tests and fixes a bug in
getNextImportantNoticeTitle().

Bug: 17181982
Change-Id: If321c0060cc2f7ca14ad0631b84f4990f88bd659
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ImportantNoticeUtilsTests.java