-
- Downloads
Normalize app architecture
parent
2fb921a6
No related branches found
No related tags found
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
Showing
- android/app/build.gradle 1 addition, 1 deletionandroid/app/build.gradle
- android/gradle.properties 2 additions, 2 deletionsandroid/gradle.properties
- assets/translations/en.json 10 additions, 5 deletionsassets/translations/en.json
- assets/translations/fr.json 11 additions, 6 deletionsassets/translations/fr.json
- fastlane/metadata/android/en-US/changelogs/58.txt 1 addition, 0 deletionsfastlane/metadata/android/en-US/changelogs/58.txt
- fastlane/metadata/android/fr-FR/changelogs/58.txt 1 addition, 0 deletionsfastlane/metadata/android/fr-FR/changelogs/58.txt
- lib/config/activity_page.dart 61 additions, 0 deletionslib/config/activity_page.dart
- lib/config/default_global_settings.dart 1 addition, 1 deletionlib/config/default_global_settings.dart
- lib/config/screen.dart 61 additions, 0 deletionslib/config/screen.dart
- lib/config/theme.dart 2 additions, 6 deletionslib/config/theme.dart
- lib/cubit/activity_cubit.dart 60 additions, 0 deletionslib/cubit/activity_cubit.dart
- lib/cubit/activity_state.dart 15 additions, 0 deletionslib/cubit/activity_state.dart
- lib/cubit/data_counts_by_day_cubit.dart 49 additions, 10 deletionslib/cubit/data_counts_by_day_cubit.dart
- lib/cubit/data_counts_by_day_state.dart 4 additions, 1 deletionlib/cubit/data_counts_by_day_state.dart
- lib/cubit/data_counts_by_hour_cubit.dart 49 additions, 10 deletionslib/cubit/data_counts_by_hour_cubit.dart
- lib/cubit/data_counts_by_hour_state.dart 4 additions, 1 deletionlib/cubit/data_counts_by_hour_state.dart
- lib/cubit/data_discoveries_cubit.dart 49 additions, 10 deletionslib/cubit/data_discoveries_cubit.dart
- lib/cubit/data_discoveries_state.dart 4 additions, 1 deletionlib/cubit/data_discoveries_state.dart
- lib/cubit/data_heatmap_cubit.dart 51 additions, 8 deletionslib/cubit/data_heatmap_cubit.dart
- lib/cubit/data_heatmap_state.dart 4 additions, 1 deletionlib/cubit/data_heatmap_state.dart
Loading
Please register or sign in to comment