1. 7c07c19 Merge "Show "INV" button's selected state" into mnc-dev by Justin Klaassen · 9 years ago
  2. ed2e687 Show "INV" button's selected state by Justin Klaassen · 9 years ago
  3. 50ed320 Fix getShortString(), tune evaluation heuristics. by Hans Boehm · 9 years ago
  4. e4a959e Merge "Consistently avoid displaying trailing zeroes" into mnc-dev by Hans Boehm · 9 years ago
  5. a0e45f3 Consistently avoid displaying trailing zeroes by Hans Boehm · 9 years ago
  6. 3d7653e Prevent clicks through the visible pad by Justin Klaassen · 9 years ago
  7. 41c66a9 Clarify "ok_remove_timeout" string description by Justin Klaassen · 9 years ago
  8. 60e8f1b Enforce singleLine on CalculatorResult TextView by Justin Klaassen · 9 years ago
  9. 6384e64 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  10. cc1e8e2 Update strings per UX review by Justin Klaassen · 9 years ago
  11. c7578cd Change contentDescription for '×' button by Justin Klaassen · 9 years ago
  12. 06c4944 Limit interactions to only the current pad by Justin Klaassen · 9 years ago
  13. 3aab80b Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  14. 694406b Merge "Implement percent and new inverse functions" into mnc-dev by Hans Boehm · 9 years ago
  15. 4db31b4 Implement percent and new inverse functions by Hans Boehm · 9 years ago
  16. 7531cd7 Force textAlignment == viewEnd by Justin Klaassen · 9 years ago
  17. 644241e Merge "Set contentDescription for period button" into mnc-dev by Justin Klaassen · 9 years ago
  18. 98f383b Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  19. e125edf Add proguard flags from "android-proguard.txt" by Justin Klaassen · 9 years ago
  20. 146e555 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  21. cca103f Set contentDescription for period button by Justin Klaassen · 9 years ago
  22. 97f58a5 Merge "Polish display and evaluate animation" into mnc-dev by Justin Klaassen · 9 years ago
  23. 4459516 Polish display and evaluate animation by Justin Klaassen · 9 years ago
  24. 7f537c9 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  25. 721ec84 Fix typo: invertable -> invertible by Justin Klaassen · 9 years ago
  26. e2711cb Update advanced pad layout by Justin Klaassen · 9 years ago
  27. 4af8dbe Merge "Improve evaluate-ahead heuristic" into mnc-dev by Hans Boehm · 9 years ago
  28. fa07077 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  29. e457912 Improve evaluate-ahead heuristic by Hans Boehm · 9 years ago
  30. 2e1f8eb Merge "Reformat and update comments" into mnc-dev by Hans Boehm · 9 years ago
  31. 0b3a9fd Reformat and update comments by Hans Boehm · 9 years ago
  32. 2ad96b8 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  33. b756774 Merge "Use correct decimal separator in result." into mnc-dev by Hans Boehm · 9 years ago
  34. 61568a1 Prevent scrolling of finite results. by Hans Boehm · 9 years ago
  35. 425ed0a Use correct decimal separator in result. by Hans Boehm · 9 years ago
  36. ffda528 Handle placeholder characters during translation by Hans Boehm · 9 years ago
  37. 957d2d0 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  38. b5e054d Merge "Reformat CalculatorResult.java to 100 columns" into mnc-dev by Hans Boehm · 9 years ago
  39. c01cd7f Reformat CalculatorResult.java to 100 columns by Hans Boehm · 9 years ago
  40. 89d0599 Merge "Improve copy/paste handling, minor instant result fixes" into mnc-dev by Hans Boehm · 9 years ago
  41. 1176f23 Improve copy/paste handling, minor instant result fixes by Hans Boehm · 9 years ago
  42. 0474b1e Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  43. 923edf9 Handle android.R.id.home clicks in Licenses activity by Justin Klaassen · 9 years ago
  44. e2c40a5 Increase CHAR_LIMIT to 40 for menu strings by Justin Klaassen · 9 years ago
  45. 4d3290a Merge "Set mCurrentButton after keyboard =" into mnc-dev by Hans Boehm · 9 years ago
  46. e57fb01 Set mCurrentButton after keyboard = by Hans Boehm · 9 years ago
  47. c80b7e5 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  48. ecc69fd Fix CHAR_LIMIT for strings by Justin Klaassen · 9 years ago
  49. a544b64 Use production launcher icon by Justin Klaassen · 9 years ago
  50. d36d63e Cleanup options menu and licenses UI by Justin Klaassen · 9 years ago
  51. ed9e678 Fix paste bug by Hans Boehm · 9 years ago
  52. c023b73 Fix timeout, cancellation and instant display logic by Hans Boehm · 9 years ago
  53. fbcef70 Fix strings, stability bug, easy UI & correctness issues by Hans Boehm · 9 years ago
  54. 08e8f32 Restructure display formatting, use TextView for formula. by Hans Boehm · 9 years ago
  55. 9e855e8 Fix decimal log(), rename positive_den() by Hans Boehm · 9 years ago
  56. c5e6e15 Do not try to cache Paint. by Hans Boehm · 9 years ago
  57. 760a9dc Fix result overlap, clear logic, display bugs, etc. by Hans Boehm · 9 years ago
  58. 76b7815 Fix scrolling in formula window by Hans Boehm · 9 years ago
  59. d48b756 Adopt Toolbar for overflow menu by Justin Klaassen · 9 years ago
  60. 01db51b Prepare ExactCalculator for master fishfood by Justin Klaassen · 9 years ago
  61. 013969e Internationalize display again. Plus minor cleanups. by Hans Boehm · 9 years ago
  62. 4a6b7cb Fix UI holes and bugs. Fix eval bugs. by Hans Boehm · 9 years ago
  63. bfe8c22 Add degree/radian mode, improve button layout by Hans Boehm · 9 years ago
  64. 75ca21c Add tests, fix BoundedRational bugs by Hans Boehm · 9 years ago
  65. 682ff5e Add BoundedRational evaluation by Hans Boehm · 9 years ago
  66. 5af2ce8 Remove obsolete Azerbaijani translations by Hans Boehm · 9 years ago
  67. 8461495 Beginnings of ExactCalculator based on L by Hans Boehm · 10 years ago
  68. 2d5303e Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  69. acfb6d8 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  70. bfb7cd2 am 5267d8ae: (-s ours) am 2d4b4587: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  71. 5267d8a am 2d4b4587: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  72. 2d4b458 Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  73. 28dfe21 am aceaefab: (-s ours) am 39afedaa: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  74. cbf6836 am c875a1b5: am 9c04e649: am 2db2d95b: am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  75. aceaefa am 39afedaa: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  76. c875a1b am 9c04e649: am 2db2d95b: am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  77. 1ce42d0 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  78. 485c9fb Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  79. 98078b2 Merge "Import translations. DO NOT MERGE" by Baligh Uddin · 10 years ago
  80. c6c5ba2 am 5ce419fa: (-s ours) am 2b885f28: (-s ours) am c27cb75d: (-s ours) am 3dacba4a: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  81. 5ce419f am 2b885f28: (-s ours) am c27cb75d: (-s ours) am 3dacba4a: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  82. 2b885f2 am c27cb75d: (-s ours) am 3dacba4a: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  83. c27cb75 am 3dacba4a: (-s ours) am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  84. 3dacba4 am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  85. cd6d6a8 Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  86. 39afeda am e00d8cb7: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  87. e00d8cb Import translations. DO NOT MERGE by Baligh Uddin · 10 years ago
  88. 68c0039 am fb75dd42: am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  89. fb75dd4 am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  90. cd25a9c am 9c04e649: am 2db2d95b: am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  91. 9c04e64 am 2db2d95b: am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  92. 2db2d95 am ab6fb4ac: Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  93. ab6fb4a Adjust text colors for GAR constrast requirements by Justin Klaassen · 10 years ago
  94. dd78324 am a1680f55: am f5d2a6ed: am acfc688f: Update display metrics for 7" tablets by Justin Klaassen · 10 years ago
  95. a1680f5 am f5d2a6ed: am acfc688f: Update display metrics for 7" tablets by Justin Klaassen · 10 years ago
  96. f5d2a6e am acfc688f: Update display metrics for 7" tablets by Justin Klaassen · 10 years ago
  97. acfc688 Update display metrics for 7" tablets by Justin Klaassen · 10 years ago
  98. ceb2690 am f61ee962: am 09532fec: am 06360f92: Add reveal view to overlay before creating animator by Justin Klaassen · 10 years ago
  99. f61ee96 am 09532fec: am 06360f92: Add reveal view to overlay before creating animator by Justin Klaassen · 10 years ago
  100. 09532fe am 06360f92: Add reveal view to overlay before creating animator by Justin Klaassen · 10 years ago