├── settings.gradle
├── resources
└── playstore
│ └── play_store_description_i18n
│ └── .keep
├── debug.keystore
├── docs
└── images
│ ├── v2.0.0_home.png
│ ├── v2.0.0_reports.png
│ └── v2.0.0_transactions_list.png
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── app
├── src
│ ├── main
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ic_nav_header.png
│ │ │ │ ├── ic_owncloud.png
│ │ │ │ ├── appwidget_bg.9.png
│ │ │ │ ├── ic_action_time.png
│ │ │ │ ├── ic_action_forward.png
│ │ │ │ ├── ic_add_black_24dp.png
│ │ │ │ ├── ic_add_white_24dp.png
│ │ │ │ ├── ic_add_white_48dp.png
│ │ │ │ ├── ic_dropbox_android.png
│ │ │ │ ├── ic_help_black_24dp.png
│ │ │ │ ├── ic_star_black_18dp.png
│ │ │ │ ├── ic_star_black_24dp.png
│ │ │ │ ├── ic_star_white_24dp.png
│ │ │ │ ├── appwidget_dark_bg.9.png
│ │ │ │ ├── ic_action_backspace.png
│ │ │ │ ├── ic_backup_black_24dp.png
│ │ │ │ ├── ic_close_black_24dp.png
│ │ │ │ ├── ic_close_white_24dp.png
│ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ ├── action_about_holo_light.png
│ │ │ │ ├── appwidget_bg_focused.9.png
│ │ │ │ ├── appwidget_bg_pressed.9.png
│ │ │ │ ├── content_edit_holo_dark.png
│ │ │ │ ├── content_new_holo_light.png
│ │ │ │ ├── ic_action_rotate_right.png
│ │ │ │ ├── ic_action_sort_by_size.png
│ │ │ │ ├── ic_equalizer_black_24dp.png
│ │ │ │ ├── ic_equalizer_white_24dp.png
│ │ │ │ ├── ic_mode_edit_black_24dp.png
│ │ │ │ ├── ic_mode_edit_white_24dp.png
│ │ │ │ ├── ic_more_vert_black_24dp.png
│ │ │ │ ├── ic_settings_black_24dp.png
│ │ │ │ ├── ic_subject_white_24dp.png
│ │ │ │ ├── ic_warning_black_24dp.png
│ │ │ │ ├── content_discard_holo_dark.png
│ │ │ │ ├── content_split_holo_light.png
│ │ │ │ ├── ic_data_usage_white_24dp.png
│ │ │ │ ├── ic_filter_list_white_24dp.png
│ │ │ │ ├── ic_folder_open_black_24dp.png
│ │ │ │ ├── ic_star_border_black_24dp.png
│ │ │ │ ├── ic_star_border_white_24dp.png
│ │ │ │ ├── ic_trending_up_white_24dp.png
│ │ │ │ ├── appwidget_dark_bg_focused.9.png
│ │ │ │ ├── ic_chevron_right_white_24dp.png
│ │ │ │ ├── ic_arrow_drop_down_white_24dp.png
│ │ │ │ ├── ic_colorpicker_swatch_selected.png
│ │ │ │ └── ic_settings_backup_restore_black_24dp.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ic_nav_header.png
│ │ │ │ ├── ic_owncloud.png
│ │ │ │ ├── appwidget_bg.9.png
│ │ │ │ ├── ic_action_time.png
│ │ │ │ ├── ic_action_forward.png
│ │ │ │ ├── ic_add_black_24dp.png
│ │ │ │ ├── ic_add_white_24dp.png
│ │ │ │ ├── ic_add_white_48dp.png
│ │ │ │ ├── ic_dropbox_android.png
│ │ │ │ ├── ic_help_black_24dp.png
│ │ │ │ ├── ic_star_black_18dp.png
│ │ │ │ ├── ic_star_black_24dp.png
│ │ │ │ ├── ic_star_white_24dp.png
│ │ │ │ ├── appwidget_dark_bg.9.png
│ │ │ │ ├── ic_action_backspace.png
│ │ │ │ ├── ic_backup_black_24dp.png
│ │ │ │ ├── ic_close_black_24dp.png
│ │ │ │ ├── ic_close_white_24dp.png
│ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ ├── action_about_holo_light.png
│ │ │ │ ├── appwidget_bg_focused.9.png
│ │ │ │ ├── appwidget_bg_pressed.9.png
│ │ │ │ ├── content_edit_holo_dark.png
│ │ │ │ ├── content_new_holo_light.png
│ │ │ │ ├── ic_action_rotate_right.png
│ │ │ │ ├── ic_action_sort_by_size.png
│ │ │ │ ├── ic_equalizer_black_24dp.png
│ │ │ │ ├── ic_equalizer_white_24dp.png
│ │ │ │ ├── ic_mode_edit_black_24dp.png
│ │ │ │ ├── ic_mode_edit_white_24dp.png
│ │ │ │ ├── ic_more_vert_black_24dp.png
│ │ │ │ ├── ic_settings_black_24dp.png
│ │ │ │ ├── ic_subject_white_24dp.png
│ │ │ │ ├── ic_warning_black_24dp.png
│ │ │ │ ├── content_discard_holo_dark.png
│ │ │ │ ├── content_split_holo_light.png
│ │ │ │ ├── ic_data_usage_white_24dp.png
│ │ │ │ ├── ic_filter_list_white_24dp.png
│ │ │ │ ├── ic_folder_open_black_24dp.png
│ │ │ │ ├── ic_star_border_black_24dp.png
│ │ │ │ ├── ic_star_border_white_24dp.png
│ │ │ │ ├── ic_trending_up_white_24dp.png
│ │ │ │ ├── appwidget_dark_bg_focused.9.png
│ │ │ │ ├── ic_chevron_right_white_24dp.png
│ │ │ │ ├── ic_arrow_drop_down_white_24dp.png
│ │ │ │ ├── ic_colorpicker_swatch_selected.png
│ │ │ │ └── ic_settings_backup_restore_black_24dp.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ic_owncloud.png
│ │ │ │ ├── ic_action_time.png
│ │ │ │ ├── ic_nav_header.png
│ │ │ │ ├── ic_action_forward.png
│ │ │ │ ├── ic_add_black_24dp.png
│ │ │ │ ├── ic_add_white_24dp.png
│ │ │ │ ├── ic_add_white_48dp.png
│ │ │ │ ├── ic_action_backspace.png
│ │ │ │ ├── ic_close_black_24dp.png
│ │ │ │ ├── ic_close_white_24dp.png
│ │ │ │ ├── ic_dropbox_android.png
│ │ │ │ ├── ic_help_black_24dp.png
│ │ │ │ ├── ic_star_black_18dp.png
│ │ │ │ ├── ic_star_black_24dp.png
│ │ │ │ ├── ic_star_white_24dp.png
│ │ │ │ ├── content_edit_holo_dark.png
│ │ │ │ ├── content_new_holo_light.png
│ │ │ │ ├── ic_action_rotate_right.png
│ │ │ │ ├── ic_action_sort_by_size.png
│ │ │ │ ├── ic_backup_black_24dp.png
│ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ ├── ic_settings_black_24dp.png
│ │ │ │ ├── ic_subject_white_24dp.png
│ │ │ │ ├── ic_warning_black_24dp.png
│ │ │ │ ├── action_about_holo_light.png
│ │ │ │ ├── content_split_holo_light.png
│ │ │ │ ├── ic_data_usage_white_24dp.png
│ │ │ │ ├── ic_equalizer_black_24dp.png
│ │ │ │ ├── ic_equalizer_white_24dp.png
│ │ │ │ ├── ic_mode_edit_black_24dp.png
│ │ │ │ ├── ic_mode_edit_white_24dp.png
│ │ │ │ ├── ic_more_vert_black_24dp.png
│ │ │ │ ├── content_discard_holo_dark.png
│ │ │ │ ├── ic_chevron_right_white_24dp.png
│ │ │ │ ├── ic_filter_list_white_24dp.png
│ │ │ │ ├── ic_folder_open_black_24dp.png
│ │ │ │ ├── ic_star_border_black_24dp.png
│ │ │ │ ├── ic_star_border_white_24dp.png
│ │ │ │ ├── ic_trending_up_white_24dp.png
│ │ │ │ ├── ic_arrow_drop_down_white_24dp.png
│ │ │ │ ├── ic_colorpicker_swatch_selected.png
│ │ │ │ └── ic_settings_backup_restore_black_24dp.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── ic_owncloud.png
│ │ │ │ ├── ic_nav_header.png
│ │ │ │ ├── ic_action_time.png
│ │ │ │ ├── ic_action_forward.png
│ │ │ │ ├── ic_add_black_24dp.png
│ │ │ │ ├── ic_add_white_24dp.png
│ │ │ │ ├── ic_add_white_48dp.png
│ │ │ │ ├── ic_dropbox_android.png
│ │ │ │ ├── ic_help_black_24dp.png
│ │ │ │ ├── ic_star_black_18dp.png
│ │ │ │ ├── ic_star_black_24dp.png
│ │ │ │ ├── ic_star_white_24dp.png
│ │ │ │ ├── ic_action_backspace.png
│ │ │ │ ├── ic_backup_black_24dp.png
│ │ │ │ ├── ic_close_black_24dp.png
│ │ │ │ ├── ic_close_white_24dp.png
│ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ ├── ic_subject_white_24dp.png
│ │ │ │ ├── ic_warning_black_24dp.png
│ │ │ │ ├── ic_action_rotate_right.png
│ │ │ │ ├── ic_action_sort_by_size.png
│ │ │ │ ├── ic_equalizer_black_24dp.png
│ │ │ │ ├── ic_equalizer_white_24dp.png
│ │ │ │ ├── ic_mode_edit_black_24dp.png
│ │ │ │ ├── ic_mode_edit_white_24dp.png
│ │ │ │ ├── ic_more_vert_black_24dp.png
│ │ │ │ ├── ic_settings_black_24dp.png
│ │ │ │ ├── ic_data_usage_white_24dp.png
│ │ │ │ ├── ic_filter_list_white_24dp.png
│ │ │ │ ├── ic_folder_open_black_24dp.png
│ │ │ │ ├── ic_star_border_black_24dp.png
│ │ │ │ ├── ic_star_border_white_24dp.png
│ │ │ │ ├── ic_trending_up_white_24dp.png
│ │ │ │ ├── ic_chevron_right_white_24dp.png
│ │ │ │ ├── ic_arrow_drop_down_white_24dp.png
│ │ │ │ └── ic_settings_backup_restore_black_24dp.png
│ │ │ ├── drawable-nodpi
│ │ │ │ └── widget_preview.jpg
│ │ │ ├── drawable-hdpi-v14
│ │ │ │ ├── appwidget_bg.9.png
│ │ │ │ ├── appwidget_dark_bg.9.png
│ │ │ │ ├── appwidget_bg_focused.9.png
│ │ │ │ ├── appwidget_bg_pressed.9.png
│ │ │ │ └── appwidget_dark_bg_focused.9.png
│ │ │ ├── drawable-mdpi-v14
│ │ │ │ ├── appwidget_bg.9.png
│ │ │ │ ├── appwidget_dark_bg.9.png
│ │ │ │ ├── appwidget_bg_focused.9.png
│ │ │ │ ├── appwidget_bg_pressed.9.png
│ │ │ │ └── appwidget_dark_bg_focused.9.png
│ │ │ ├── drawable-xhdpi-v14
│ │ │ │ ├── appwidget_bg.9.png
│ │ │ │ ├── appwidget_dark_bg.9.png
│ │ │ │ ├── appwidget_bg_focused.9.png
│ │ │ │ ├── appwidget_bg_pressed.9.png
│ │ │ │ └── appwidget_dark_bg_focused.9.png
│ │ │ ├── drawable-xxxhdpi
│ │ │ │ ├── ic_add_white_24dp.png
│ │ │ │ ├── ic_backup_black_24dp.png
│ │ │ │ ├── ic_help_black_24dp.png
│ │ │ │ ├── ic_search_white_24dp.png
│ │ │ │ ├── ic_star_black_18dp.png
│ │ │ │ ├── ic_settings_black_24dp.png
│ │ │ │ ├── ic_warning_black_24dp.png
│ │ │ │ ├── ic_folder_open_black_24dp.png
│ │ │ │ ├── ic_chevron_right_white_24dp.png
│ │ │ │ ├── ic_arrow_drop_down_white_24dp.png
│ │ │ │ └── ic_settings_backup_restore_black_24dp.png
│ │ │ ├── layout
│ │ │ │ ├── horizontal_line.xml
│ │ │ │ ├── account_spinner_item.xml
│ │ │ │ ├── activity_form.xml
│ │ │ │ ├── account_spinner_dropdown_item.xml
│ │ │ │ ├── fragment_wizard_currency_select_page.xml
│ │ │ │ ├── list_item_commodity.xml
│ │ │ │ ├── dialog_account_delete.xml
│ │ │ │ ├── dialog_double_confirm.xml
│ │ │ │ ├── dialog_date_range_picker.xml
│ │ │ │ ├── color_picker_swatch.xml
│ │ │ │ ├── passcode_lockscreen.xml
│ │ │ │ ├── dialog_rename_book.xml
│ │ │ │ ├── actionbar_progress_indicator.xml
│ │ │ │ ├── row_balance_sheet.xml
│ │ │ │ ├── fragment_wizard_welcome_page.xml
│ │ │ │ ├── activity_settings.xml
│ │ │ │ ├── toolbar.xml
│ │ │ │ ├── fragment_book_list.xml
│ │ │ │ ├── fragment_budget_list.xml
│ │ │ │ ├── fragment_scheduled_events_list.xml
│ │ │ │ ├── list_item_2_lines.xml
│ │ │ │ ├── dropdown_item_2lines.xml
│ │ │ │ ├── activity_first_run_wizard.xml
│ │ │ │ ├── account_balance_toolbar.xml
│ │ │ │ ├── toolbar_with_spinner.xml
│ │ │ │ ├── dialog_bulk_move.xml
│ │ │ │ ├── fragment_accounts_list.xml
│ │ │ │ ├── fragment_transactions_list.xml
│ │ │ │ ├── fragment_budget_amount_editor.xml
│ │ │ │ ├── color_picker_dialog.xml
│ │ │ │ ├── fragment_pie_chart.xml
│ │ │ │ ├── fragment_budget_detail.xml
│ │ │ │ └── fragment_line_chart.xml
│ │ │ ├── drawable
│ │ │ │ ├── selected_background.xml
│ │ │ │ ├── color_square.xml
│ │ │ │ ├── color_picker_swatch.xml
│ │ │ │ ├── appwidget_bg_clickable.xml
│ │ │ │ ├── appwidget_dark_bg_clickable.xml
│ │ │ │ ├── numeric_button.xml
│ │ │ │ └── budget_progress_indicator.xml
│ │ │ ├── values-v14
│ │ │ │ ├── styles.xml
│ │ │ │ └── dimens.xml
│ │ │ ├── menu
│ │ │ │ ├── scheduled_export_actions.xml
│ │ │ │ ├── budget_actions.xml
│ │ │ │ ├── default_save_actions.xml
│ │ │ │ ├── report_actions.xml
│ │ │ │ ├── book_list_actions.xml
│ │ │ │ ├── schedxactions_context_menu.xml
│ │ │ │ ├── account_actions.xml
│ │ │ │ ├── global_actions.xml
│ │ │ │ ├── split_editor_actions.xml
│ │ │ │ ├── budget_amount_editor_actions.xml
│ │ │ │ ├── sub_account_actions.xml
│ │ │ │ ├── budget_context_menu.xml
│ │ │ │ ├── account_context_menu.xml
│ │ │ │ ├── book_context_menu.xml
│ │ │ │ ├── transactions_context_menu.xml
│ │ │ │ ├── transactions_list_actions.xml
│ │ │ │ └── chart_actions.xml
│ │ │ ├── values
│ │ │ │ ├── flags.xml
│ │ │ │ ├── attrs.xml
│ │ │ │ ├── colors.xml
│ │ │ │ └── dimens.xml
│ │ │ ├── values-sw600dp
│ │ │ │ └── flags.xml
│ │ │ ├── xml
│ │ │ │ ├── filepaths.xml
│ │ │ │ ├── fragment_general_preferences.xml
│ │ │ │ ├── transaction_appwidget_info.xml
│ │ │ │ ├── fragment_account_preferences.xml
│ │ │ │ └── preference_fragment_headers.xml
│ │ │ └── layout-sw600dp
│ │ │ │ └── activity_settings.xml
│ │ └── java
│ │ │ └── org
│ │ │ └── gnucash
│ │ │ └── android
│ │ │ ├── util
│ │ │ ├── BookUtils.java
│ │ │ ├── AmountParser.java
│ │ │ └── BackupJob.java
│ │ │ ├── ui
│ │ │ ├── util
│ │ │ │ ├── TaskDelegate.java
│ │ │ │ └── widget
│ │ │ │ │ └── ReselectSpinner.java
│ │ │ ├── transaction
│ │ │ │ ├── OnTransferFundsListener.java
│ │ │ │ └── OnTransactionClickedListener.java
│ │ │ ├── common
│ │ │ │ └── Refreshable.java
│ │ │ ├── settings
│ │ │ │ └── PreferenceHeadersFragment.java
│ │ │ ├── account
│ │ │ │ └── OnAccountClickedListener.java
│ │ │ ├── wizard
│ │ │ │ ├── WelcomePageFragment.java
│ │ │ │ ├── WelcomePage.java
│ │ │ │ └── CurrencySelectPage.java
│ │ │ ├── report
│ │ │ │ └── ReportOptionsListener.java
│ │ │ └── colorpicker
│ │ │ │ ├── ColorSquare.java
│ │ │ │ └── HsvColorComparator.java
│ │ │ ├── receivers
│ │ │ ├── BootReceiver.java
│ │ │ └── PeriodicJobReceiver.java
│ │ │ ├── model
│ │ │ ├── TransactionType.java
│ │ │ └── AccountType.java
│ │ │ └── export
│ │ │ └── ExportFormat.java
│ ├── androidTest
│ │ └── res
│ │ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-ldpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── values
│ │ │ └── strings.xml
│ │ │ └── layout
│ │ │ └── main.xml
│ ├── release
│ │ └── java
│ │ │ └── org
│ │ │ └── gnucash
│ │ │ └── android
│ │ │ └── app
│ │ │ └── StethoUtils.java
│ ├── test
│ │ └── java
│ │ │ └── org
│ │ │ └── gnucash
│ │ │ └── android
│ │ │ └── test
│ │ │ └── unit
│ │ │ ├── testutil
│ │ │ ├── ShadowUserVoice.java
│ │ │ └── ShadowCrashlytics.java
│ │ │ ├── model
│ │ │ └── CommodityTest.java
│ │ │ └── util
│ │ │ └── AmountParserTest.java
│ └── debug
│ │ ├── AndroidManifest.xml
│ │ └── java
│ │ └── org
│ │ └── gnucash
│ │ └── android
│ │ └── app
│ │ └── StethoUtils.java
├── .classpath
├── proguard-rules.pro
├── project.properties
├── .project
└── proguard-project.txt
├── .github
└── ISSUE_TEMPLATE.md
├── .gitignore
├── .travis.yml
├── crowdin.yml
└── CONTRIBUTORS.md
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------
/resources/playstore/play_store_description_i18n/.keep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/debug.keystore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/debug.keystore
--------------------------------------------------------------------------------
/docs/images/v2.0.0_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/docs/images/v2.0.0_home.png
--------------------------------------------------------------------------------
/docs/images/v2.0.0_reports.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/docs/images/v2.0.0_reports.png
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/docs/images/v2.0.0_transactions_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/docs/images/v2.0.0_transactions_list.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_nav_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_nav_header.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_owncloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_owncloud.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_nav_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_nav_header.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_owncloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_owncloud.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_owncloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_owncloud.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_owncloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_owncloud.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/appwidget_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/appwidget_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_action_time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_action_time.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/appwidget_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/appwidget_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_action_time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_action_time.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-nodpi/widget_preview.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-nodpi/widget_preview.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_action_time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_action_time.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_nav_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_nav_header.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_nav_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_nav_header.png
--------------------------------------------------------------------------------
/app/src/androidTest/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/androidTest/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/androidTest/res/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/androidTest/res/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/androidTest/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/androidTest/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi-v14/appwidget_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi-v14/appwidget_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_action_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_action_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_add_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_add_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_add_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_add_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_add_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_add_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_dropbox_android.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_dropbox_android.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_help_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_help_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_star_black_18dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_star_black_18dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_star_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_star_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_star_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_star_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi-v14/appwidget_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi-v14/appwidget_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_action_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_action_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_add_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_add_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_add_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_add_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_add_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_add_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_dropbox_android.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_dropbox_android.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_help_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_help_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_star_black_18dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_star_black_18dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_star_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_star_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_star_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_star_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_action_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_action_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_add_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_add_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_add_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_add_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_add_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_add_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_action_time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_action_time.png
--------------------------------------------------------------------------------
/app/src/androidTest/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/androidTest/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_action_backspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_action_backspace.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_backup_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_backup_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_close_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_close_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_close_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_close_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_action_backspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_action_backspace.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_backup_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_backup_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_close_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_close_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_close_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_close_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi-v14/appwidget_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi-v14/appwidget_bg.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_action_backspace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_action_backspace.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_close_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_close_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_close_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_close_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_dropbox_android.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_dropbox_android.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_help_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_help_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_star_black_18dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_star_black_18dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_star_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_star_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_star_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xhdpi/ic_star_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_action_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_action_forward.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_add_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_add_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_add_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_add_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_dropbox_android.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_dropbox_android.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_help_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_help_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_star_black_18dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_star_black_18dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_star_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_star_black_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_star_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxhdpi/ic_star_white_24dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codinguser/gnucash-android/HEAD/app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png
--------------------------------------------------------------------------------
/app/src/androidTest/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
Among other things, allows access to the database and preferences. 20 | * See http://facebook.github.io/stetho/#features
21 | */ 22 | public static void install(Application application){ 23 | //don't initialize stetho during tests 24 | if (!BuildConfig.DEBUG || isRoboUnitTest()) 25 | return; 26 | 27 | Stetho.initialize(Stetho.newInitializerBuilder(application) 28 | .enableWebKitInspector(Stetho.defaultInspectorModulesProvider(application)) 29 | .build()); 30 | } 31 | 32 | /** 33 | * Returns {@code true} if the app is being run by robolectric 34 | * @return {@code true} if in unit testing, {@code false} otherwise 35 | */ 36 | private static boolean isRoboUnitTest(){ 37 | return "robolectric".equals(Build.FINGERPRINT); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /app/src/main/res/layout/color_picker_swatch.xml: -------------------------------------------------------------------------------- 1 | 2 | 16 |{@link TransactionType#CREDIT} becomes {@link TransactionType#DEBIT} and vice versa
38 | * @return Inverted transaction type 39 | */ 40 | public TransactionType invert() { 41 | return opposite; 42 | } 43 | } 44 | 45 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_wizard_welcome_page.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 |To increase the value of an account with normal balance of credit, one would credit the account. 16 | * To increase the value of an account with normal balance of debit, one would likewise debit the account.
17 | */ 18 | private TransactionType mNormalBalance = TransactionType.CREDIT; 19 | 20 | AccountType(TransactionType normalBalance){ 21 | this.mNormalBalance = normalBalance; 22 | } 23 | 24 | AccountType() { 25 | //nothing to see here, move along 26 | } 27 | 28 | public boolean hasDebitNormalBalance(){ 29 | return mNormalBalance == TransactionType.DEBIT; 30 | } 31 | 32 | /** 33 | * Returns the type of normal balance this account possesses 34 | * @return TransactionType balance of the account type 35 | */ 36 | public TransactionType getNormalBalanceType(){ 37 | return mNormalBalance; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/numeric_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 18 |The backups are triggered by an alarm set in 29 | * {@link BackupManager#schedulePeriodicBackups(Context)} 30 | * (through {@link org.gnucash.android.receivers.PeriodicJobReceiver}).
31 | */ 32 | public class BackupJob extends JobIntentService { 33 | private static final String LOG_TAG = "BackupJob"; 34 | private static final int JOB_ID = 1000; 35 | 36 | public static void enqueueWork(Context context) { 37 | Intent intent = new Intent(context, BackupJob.class); 38 | enqueueWork(context, BackupJob.class, JOB_ID, intent); 39 | } 40 | 41 | @Override 42 | protected void onHandleWork(@NonNull Intent intent) { 43 | Log.i(LOG_TAG, "Doing backup of all books."); 44 | BackupManager.backupAllBooks(); 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item_2_lines.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 |This is used in {@code ReportsActivity} for the time range and in the {@link ExportFormFragment}
15 | *It could happen that the selected item is fired twice especially if the item is the first in the list. 16 | * The Android system does this internally. In order to capture the first one, check whether the view parameter 17 | * of {@link android.widget.AdapterView.OnItemSelectedListener#onItemSelected(AdapterView, View, int, long)} is null. 18 | * That would represent the first call during initialization of the views. This call can be ignored. 19 | * See {@link ExportFormFragment#bindViewListeners()} for an example 20 | *
21 | */ 22 | public class ReselectSpinner extends AppCompatSpinner { 23 | public ReselectSpinner(Context context) { 24 | super(context); 25 | } 26 | 27 | public ReselectSpinner(Context context, AttributeSet attrs) { 28 | super(context, attrs); 29 | } 30 | 31 | public ReselectSpinner(Context context, AttributeSet attrs, int defStyleAttr) { 32 | super(context, attrs, defStyleAttr); 33 | } 34 | 35 | @Override 36 | public void setSelection(int position) { 37 | boolean sameSelected = getSelectedItemPosition() == position; 38 | super.setSelection(position); 39 | if (sameSelected){ 40 | OnItemSelectedListener listener = getOnItemSelectedListener(); 41 | if (listener != null) 42 | listener.onItemSelected(this, getSelectedView(), position, getSelectedItemId()); 43 | } 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_line_chart.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 19 | 20 |For now, backups and scheduled actions.
30 | * 31 | * @author Àlex Magaz Graça