| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -1155/+0 |
* | Update language to comply with Android’s inclusive language guidance•••See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: tapas LatinIME && m
Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
|  Seigo Nonaka | 2020-07-22 | 1 | -1/+1 |
* | Load metadata.json from resources on DB reset.•••This will ensure that a new (or upgraded) keyboard instance will know which
dictionaries are available for download so it requests missing dictionaries.
In addition, we increment the database version number to ensure upgrades of
existing Fava instances start with a clean slate.
Bug 22069694.
Change-Id: Id71310412682543a3931f9c5c03cb0369fa7b9ac
|  Dan Zivkovic | 2015-06-24 | 1 | -1/+1 |
* | Do not restrict downloads to WiFi networks.•••Bug 21900337.
Change-Id: I82991b492ea4c02a28a1ccc898d6f12741f1b793
|  Dan Zivkovic | 2015-06-17 | 1 | -2/+0 |
* | Update the DB version.•••Bug 20103664.
Change-Id: I1e2b72979df148d8aa71e3e58437a5853e63c261
|  Dan Zivkovic | 2015-05-08 | 1 | -1/+1 |
* | Metadata URI does not need additionalId.•••Bug 20701628.
Change-Id: Ifba1e7dd7f9934c8c13279dfb95bf02c0e30e650
|  Dan Zivkovic | 2015-05-06 | 1 | -3/+4 |
* | Do not throw NPE if the dictionary info is not available on db•••Bug: 20035793
Change-Id: Idc13af405eab5457954a93db3dddcd81f6eb6435
|  Mohammadinamul Sheik | 2015-04-02 | 1 | -0/+3 |
* | Force download the dictionaries after the apk package is updated.•••- Also display the notification when the dictionaries are auto updated
Bug: 19808828
Change-Id: If5c4efb73d8bb554d812afcf7deafec3ac40a462
|  Mohammadinamul Sheik | 2015-03-24 | 1 | -0/+2 |
* | Bump up the current metadata database version to 14.•••Change-Id: I49057f117666291c2e9e7ba3c3627f75ffc3cca5
|  Mario Tanev | 2015-03-16 | 1 | -1/+1 |
* | Bump up the current metadata database version.•••Change-Id: Id2814a2224b90ba124f1c9801760a2c86f2dc2e2
|  Mario Tanev | 2015-03-13 | 1 | -1/+1 |
* | Make checksum and header checks decoder dependent.•••Change-Id: I0ec4aa69d9b5f013ae926cc368e25225d9d3073b
|  Mohammadinamul Sheik | 2015-02-20 | 1 | -1/+1 |
* | Bumping metadata database version to 11.•••Change-Id: I19e2f701f3e2334355bfd7105f9b62dcb53cc209
|  Adrian Velicu | 2014-11-14 | 1 | -1/+2 |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -2/+2 |
* | Avoid downloading the metadata in quick succession.•••Bug: 17668298
Bug: 8651816
Bug: 17709442
Change-Id: Ib232f9d95d7c01a028be85d10f974a5a570c0ed5
|  Jean Chalard | 2014-10-01 | 1 | -6/+7 |
* | Attempt retry for broken dictionaries•••1. Add retry count column within metadata in dictionary pack.
2. Attempt a retry for download and installation by running StartDownloadAction.
3. If the number retrial are at the threshold, we don't attempt it again.
Bug: 15150487
Change-Id: I70720353e5803fccf4728c2aa798883ba75c61e5
|  Jatin Matani | 2014-09-03 | 1 | -10/+71 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -3/+3 |
* | Increase the DB version for the next release.•••Bug: 15065819
Change-Id: Ie43660109002fdb25ce68d7e64506ada0e15e621
|  Jean Chalard | 2014-05-22 | 1 | -1/+1 |
* | Add the rawChecksum column to the database.•••Bug: 13125743
Change-Id: I082aa9df1dd4a10cdb3f97ee0692f2d72f6c8e7e
|  Jean Chalard | 2014-05-22 | 1 | -6/+31 |
* | Reset the client database on version upgrade.•••Bug: 13632164
Change-Id: Iba333db63558254d760fc80244b3c9753c26b069
|  Jean Chalard | 2014-04-03 | 1 | -10/+31 |
* | Straighten out database cursors behavior.•••Some were never closed, other closed twice. This change
makes all Cursor instances behave, having the #close()
call in a finally{} clause, and puts the burden of closing
the cursor squarely on the creator rather than in the
called methods.
There is however one exception that is beyond the scope
of this change: UserDictionarySettings have a Cursor
member, it's never closed, and fixing the problem is not
obvious. This change adds a TODO for now.
It's not very clear if this change actually helps with
bug#12670151, but it may be related and it's a good
think to do anyway.
Bug: 12670151
Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
|  Jean Chalard | 2014-02-18 | 1 | -19/+39 |
* | Fix a wrong call to cancel downloads•••This resulted in downloads not being correctly canceled.
Bug: 9715797
Change-Id: I786d869977df225f85cb69ec7ea9c96b039258fe
|  Jean Chalard | 2013-07-11 | 1 | -7/+10 |
* | Cleanup under the utils package•••Change-Id: If2f7bd1346cc5085bf57645830f0faac44d017e4
|  Ken Wakasa | 2013-06-25 | 1 | -6/+6 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 1 | -4/+5 |
* | Fix an illegal argument exception•••This is a bit of a shot in the dark, as I really don't see how this
can happen, but this should fix it in the correct way no matter
how it's actually happening.
Bug: 9301836
Change-Id: I472865b7a78883942c9fd46773238c23788674f8
|  Jean Chalard | 2013-06-07 | 1 | -15/+13 |
* | Fix two strict mode warnings.•••Bug: 9052555
Change-Id: I86e90488679a78a9f6e901b640025619293765a0
|  Jean Chalard | 2013-05-30 | 1 | -11/+15 |
* | Add an additional ID to the client info.•••Bug: 8651863
Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
|  Jean Chalard | 2013-04-23 | 1 | -23/+64 |
* | Hide the correct button when pressing a new button.•••Bug: 7600384
Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
|  Jean Chalard | 2013-04-19 | 1 | -4/+1 |
* | Merge the dictionary pack in Latin IME.•••Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
|  Jean Chalard | 2013-03-19 | 1 | -0/+978 |