Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: android/codelab-android-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: felipedofd/codelab-android-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 22, 2023

  1. Update build.gradle

    update activity-compose 1.7.1 to 1.7.2
    felipedofd committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4d0ae2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9f5b1 View commit details
    Browse the repository at this point in the history
  3. migration to compose-navigation, create and config a NavController

    1 Adicionar a dependência de navegação do Compose mais recente (em inglês). 2 Configurar o NavController. Adicionar um NavHost e criar o gráfico de navegação. 3 Preparar rotas para navegação entre diferentes destinos no app. 4 Substituir o mecanismo de navegação atual pela navegação do Compose.
    felipedofd committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b7e8757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9fda0 View commit details
    Browse the repository at this point in the history
  5. Extraido o elemento combinável de cada tela do parâmetro screen dos o…

    …bjetos RallyDestination e adicionadas às funções composable correspondentes no NavHost, substituindo a chamada .screen()
    felipedofd committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0e3ac13 View commit details
    Browse the repository at this point in the history
  6. update RallyActivity.kt

    felipedofd committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d158628 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. definido que a rota precisa solicitar argumentos, como um sinal para …

    …os destinos anteriores. especificado que o composable precisa aceitar argumentos. por fim extrair o valor do argumento transmitido. extraido o valor do argumento transmitido
    felipedofd committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    169db54 View commit details
    Browse the repository at this point in the history
  2. Update gradle plugin

    felipedofd committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8af2f59 View commit details
    Browse the repository at this point in the history
  3. adicionado um deepLink para acessar a função combinável SingleAccount…

    …Screen com um tipo de conta correspondente e permitir que esse deepLink também seja exposto a apps externos
    felipedofd committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    529058d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Removido o código da ConstraintLayout e as quatro TextViews aninhadas…

    … na NestedScrollView. Adicionado uma ComposeView para hospedar o código do Compose em vez da compose_view como o ID da visualização. Conectado o ViewModel para que um nome de planta seja mostrado no Compose.
    felipedofd committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    65dc93a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a12e3c View commit details
    Browse the repository at this point in the history
  3. criado uma nova função compose com o nome PlantWatering e adicionado …

    …elementos composable Text para mostrar as informações de irrigação na tela
    felipedofd committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    78364ff View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. criado uma nova função compose com o nome PlantWatering e adicionado …

    …elementos composable Text para mostrar as informações de irrigação na tela
    felipedofd committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ed4d8d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update build.gradle

    update tools.build version to 8.0.2
    felipedofd committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0be97d0 View commit details
    Browse the repository at this point in the history
  2. Update RallyActivity.kt

    change app entry point
    felipedofd committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5289d9c View commit details
    Browse the repository at this point in the history
Loading