Skip to content
Snippets Groups Projects
  1. Jul 23, 2012
    • Kurt Partridge's avatar
      ResearchLogging indicator · 4fa6e572
      Kurt Partridge authored
      - shows a indicator that logging is on.  two options are available: an obvious
      red outline around the keyboard, and a subtle red dot in the lower right-hand
      corner.  currently configured for the subtle red dot.
      
      Bug: 6188932
      Change-Id: I0fd1ac5a0f20329adc603aa65ab85f2d38b9fc43
      4fa6e572
    • Kurt Partridge's avatar
      ResearchLog splash screen · 4331012a
      Kurt Partridge authored
      Bug: 6188932
      Change-Id: I1b247ecc26a2dd4f3f1c1b1cd3d928af717ebdd5
      4331012a
    • Kurt Partridge's avatar
      ResearchLogger feedback form · 3c233bf1
      Kurt Partridge authored
      - also cleaned up RLog menu
      
      multi-project commit with If0fd4fef89d390073e6939d5188ed5696866cb33
      
      Bug: 6188932
      Change-Id: I4f66f13bd366b4e8bde742ccd0704f812c6d33f9
      3c233bf1
  2. Jul 22, 2012
  3. Jul 20, 2012
  4. Jul 19, 2012
  5. Jul 18, 2012
  6. Jul 17, 2012
  7. Jul 14, 2012
  8. Jul 13, 2012
  9. Jul 12, 2012
    • Jean Chalard's avatar
      Add values for suggestion types (A120) · c7387a4f
      Jean Chalard authored
      Also, use it in getBigrams.
      
      Change-Id: Ia0be9b57d1b7effcd8a936e01e957d1195b39c68
      c7387a4f
    • Jean Chalard's avatar
      Pass an array to output suggestion types (A119a) · 6931df9c
      Jean Chalard authored
      This needs the matching A119b change to not break the build.
      The array is passed, but not used yet.
      
      Bug: 6166228
      Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6
      6931df9c
    • Jean Chalard's avatar
      Increase encapsulation (A118) · 2c5cf744
      Jean Chalard authored
      showSuggestions is only ever called by updateSuggestionsOrPredictions.
      It only feels natural that, when called with a 0-sized or null
      suggestion list, it clears the suggestions.
      
      Change-Id: I5b52bc9151afca1bb6c6f0a7f81e3255add92177
      2c5cf744
    • Jean Chalard's avatar
      Readability improvement (A117) · 1343d27d
      Jean Chalard authored
      Change-Id: I6f8bb05a23edb40a079da60b7136170ec9043282
      1343d27d
    • Jean Chalard's avatar
      Simplification (A116) · 24a63b55
      Jean Chalard authored
      Change-Id: I97cf92a7b0dabc251dd241b24978ea00d1e5f047
      24a63b55
    • Jean Chalard's avatar
      Compute variables closer to where they are used (A115) · f5b55cb7
      Jean Chalard authored
      This improves locality, it's better for readability/performance
      
      Change-Id: Ibb1efaf86e362dd2c9398722d0da2144df96b333
      f5b55cb7
    • Jean Chalard's avatar
      Cleanup (A114) · 2549b497
      Jean Chalard authored
      Change-Id: I7e24e0aeae7c004cae310ae9f46cf90dac2d4d14
      2549b497
    • Jean Chalard's avatar
      Cleanup (A113) · 02f1c153
      Jean Chalard authored
      If not composing a word, then consideredWord is always the empty
      string.
      Hence, it's never whitelisted, but it's also always "NotAWord",
      so isWhitelistedOrNotAWord returns always true, so
      allowsToBeAutoCorrected is always true. Which means that
      isPrediction implies allowsToBeAutoCorrected == true.
      Thus, !isPrediction && !allowsToBeAutoCorrected is strictly
      equivalent to !allowsToBeAutocorrected.
      
      Change-Id: I4ad7a7c3447851c539646d97cf55ff065e6ee115
      02f1c153
Loading