aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-10step 23-A remove unused methodSatoshi Kataoka3-15/+0
Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639
2012-08-10Accept whitelisted entries from any source.Jean Chalard1-3/+12
...not only the WhitelistDictionary. Bug: 6906525 Change-Id: I7f181eb6936ec17bbccdc4e736fd09292af24e9c
2012-08-10Optimization & SimplificationJean Chalard2-17/+12
It's useless to do the whitelist lookup twice. Also, putting this test out of this method will allow whitelist entries to come from other sources. Bug: 6906525 Change-Id: I4afe678cae6556d16642d155ce770fbf4e61ad49
2012-08-10Step 22-A implement sessionSatoshi Kataoka3-0/+183
Change-Id: Ida63382ffb756e20cc5b17c2702d2895e7e6e889
2012-08-10Pass the type from native code all the way to Java.Jean Chalard3-17/+23
Bug: 6906525 Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6
2012-08-10Reinstate putting shortcut-only entries in the dictionaryJean Chalard1-0/+4
Not sure at which point this functionality got lost, but anyway, it's back Bug: 6906525 Change-Id: Ie87baa0dacdcee90e029917ca866099593d5d048