android-calculatorpp/app/src/main/java/org/solovyev/android/calculator
2017-06-07 21:06:15 +02:00
..
about Fix non-scrollable toolbar in AboutActivity 2016-05-02 14:21:45 +02:00
ads Toolbars 2016-02-21 23:58:32 +01:00
buttons Add fast-back and fast-forward glyphs 2016-05-16 00:49:41 +02:00
calculations Tests 2016-02-29 00:24:06 +01:00
converter Translations 2016-05-16 10:07:10 +02:00
entities Access filesDir lazily (initialize on the background thread) 2017-05-26 19:03:31 +02:00
errors New main menu 2016-04-02 14:22:08 +02:00
feedback Settings refactor + Feedback reporter + Translations 2016-05-11 21:47:37 +02:00
floating Lint issues 2016-05-18 11:11:24 +02:00
functions Access filesDir lazily (initialize on the background thread) 2017-05-26 19:03:31 +02:00
ga Add fragments to GA 2016-04-06 17:54:25 +02:00
history Access filesDir lazily (initialize on the background thread) 2017-05-26 19:03:31 +02:00
jscl Remove Locator class 2016-02-28 23:49:41 +01:00
json History tests 2016-02-23 17:23:54 +01:00
keyboard Cache Paints in drag buttons 2017-06-07 21:06:15 +02:00
language AMOLED-friendly theme added 2016-04-16 20:51:18 +02:00
math Reformat code and remove unused code 2016-05-02 22:49:10 +02:00
matrix Remove dependencies 2016-03-02 00:06:09 +01:00
memory Access filesDir lazily (initialize on the background thread) 2017-05-26 19:03:31 +02:00
operators Fix lint issues 2016-03-23 21:32:51 +01:00
plot Lint issues 2016-05-18 11:11:24 +02:00
preferences Move text_* to strings_* 2016-05-15 23:07:20 +02:00
release Release notes 2016-05-18 11:23:00 +02:00
text Number span 2016-05-16 19:33:17 +02:00
variables Translations 2016-05-16 12:29:42 +02:00
view Fix for "java.lang.IndexOutOfBoundsException: setSpan (XX ... YY) ends beyond length ZZ" 2016-04-20 12:36:14 +02:00
widget Lint + max width for wizard 2016-03-03 16:10:30 +01:00
wizard Remove round preference 2016-05-02 17:16:56 +02:00
AcraErrorReporter.java Don't send function names in user reports 2016-05-22 23:12:02 +02:00
ActivityLauncher.java Settings refactor + Feedback reporter + Translations 2016-05-11 21:47:37 +02:00
AdView.java Don't inflate ad view, use it directly in layouts 2016-02-20 14:46:10 +01:00
App.java Reuse prefs object 2017-05-26 19:02:41 +02:00
AppComponent.java Remove deleted class 2016-04-02 14:22:22 +02:00
AppModule.java Clean up 2016-03-03 17:06:27 +01:00
BaseActivity.java Cache Paints in drag buttons 2017-06-07 21:06:15 +02:00
BaseDialogFragment.java Fix font issues 2016-05-02 14:21:45 +02:00
BaseFragment.java Fix fonts even for list views 2016-05-02 14:21:45 +02:00
BaseNumberBuilder.java NumberBuilder refactor 2016-05-16 20:38:19 +02:00
Broadcaster.java Tests added 2016-01-14 12:36:52 +01:00
Calculator.java Save history even when calculation doesn't happen on-the-fly 2016-05-02 14:21:45 +02:00
CalculatorActivity.java Settings refactor + Feedback reporter + Translations 2016-05-11 21:47:37 +02:00
CalculatorApplication.java Reuse prefs object 2017-05-26 19:02:41 +02:00
CalculatorEngineControl.java android-app -> app 2016-01-05 09:46:58 +01:00
CalculatorMessage.java android-app -> app 2016-01-05 09:46:58 +01:00
CalculatorMessages.java FixableErrorsActivity 2016-01-31 20:46:47 +01:00
CalculatorSecurity.java android-app -> app 2016-01-05 09:46:58 +01:00
Clipboard.java Clipboard as a Bean 2016-01-31 10:35:10 +01:00
Display.java Translations 2016-05-16 10:07:10 +02:00
DisplayFragment.java Module operator fix 2016-03-05 11:43:54 +01:00
DisplayState.java Save valid property in JSON 2016-03-08 23:30:31 +01:00
DisplayView.java Use engine in TextHighlighter 2016-02-28 13:47:21 +01:00
Editor.java All public fields of memory should wait for Memory to be loaded 2016-03-14 21:32:12 +01:00
EditorFragment.java Fix showing keyboard in tablets 2016-02-22 15:45:22 +01:00
EditorState.java Restore editor state from recent history 2016-03-01 13:10:22 +01:00
EditorView.java Add E button to EditVariableFragment 2016-04-10 23:26:55 +02:00
Engine.java Preferences migration fix 2016-05-18 12:06:08 +02:00
EntitiesRegistry.java Delay math registry initialization 2017-05-25 16:50:25 +02:00
ErrorReporter.java Logger -> ErrorReporter 2016-01-14 16:03:57 +01:00
FloatingCalculatorKeyboard.java Move zero back in the middle + E to 6 2016-04-02 17:56:28 +02:00
FragmentTab.java Translations 2016-05-16 12:29:42 +02:00
Keyboard.java Postpone GA initialization 2017-05-25 16:15:55 +02:00
KeyboardFragment.java FragmentUi removed, AdUi added 2016-02-20 14:34:23 +01:00
LiteNumberBuilder.java Use engine in TextHighlighter 2016-02-28 13:47:21 +01:00
Named.java fixup! Number format preference 2016-04-28 18:40:11 +02:00
Notifier.java Remove dependencies 2016-03-02 00:06:09 +01:00
NumberBuilder.java Fix error when "30x:AB" was not recognised as "3*0x:AB" 2016-05-16 20:48:48 +02:00
ParseException.java Changes 2016-01-22 23:36:36 +01:00
Preferences.java Add support for high contrast in DragViews 2016-05-11 22:01:13 +02:00
PreparedExpression.java 1. Check undefined variables in the function 2016-03-15 21:16:04 +01:00
RemovalConfirmationDialog.java Translations 2016-03-27 13:40:26 +02:00
Runnables.java Memory 2016-03-09 21:29:16 +01:00
StartupHelper.java Settings refactor + Feedback reporter + Translations 2016-05-11 21:47:37 +02:00
ToJsclTextProcessor.java Use old good for loop 2016-03-04 22:41:27 +01:00
UiPreferences.java Save last used dimensions/units in Converter 2016-04-20 14:36:02 +02:00
VariablesRegistry.java Access filesDir lazily (initialize on the background thread) 2017-05-26 19:03:31 +02:00
WidgetReceiver.java Fix losing widget state on restart 2016-03-01 14:01:59 +01:00