Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projeto Star Wars Android #77

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 14, 2024

  1. Criado projeto Android e adicionado ao repositório.

    Marlon D. Rocha committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9a878ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from marlonl3001/feature/add-project

    Criado projeto Android e adicionado ao repositório.
    marlonl3001 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    756804b View commit details
    Browse the repository at this point in the history
  3. Adicionada SplashScreen.

    Marlon D. Rocha committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    f97b24d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from marlonl3001/feature/splash-screen

    Adicionada SplashScreen.
    marlonl3001 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1fb94c0 View commit details
    Browse the repository at this point in the history
  5. Alterado ícone do app.

    Marlon D. Rocha committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    aeee0d7 View commit details
    Browse the repository at this point in the history
  6. Adicionada HomeScreen com NavigationBarpara as telas de categorias, f…

    …avoritos e últimos itens visualizados.
    Marlon D. Rocha committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b3d1f40 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from marlonl3001/feature/home

    Adicionada tela HomeScreen
    marlonl3001 authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    87bcaa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Adicionado arquivo libs.versions.toml para uso do novo sistema de cat…

    …álogo de versões do gradle.
    Marlon D. Rocha committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aeca83f View commit details
    Browse the repository at this point in the history
  2. Finalizado desenvolvimento da tela de categorias.

    Marlon D. Rocha committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    485820a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from marlonl3001/feature/add-categories-screen

    Finalizado desenvolvimento da tela de categorias.
    marlonl3001 authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4edb01d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Adicionadas rotinas para busca de filmes de forma paginada utilizando…

    … a lib Paging do android para gerenciamento dos dados, buscando os mesmos de forma remota e armazenando localmente com a lib Room.
    Marlon D. Rocha committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3a3f03f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from marlonl3001/feature/add-films-screen

    Adicionada tela de lista de filmes.
    marlonl3001 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    05ac18e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Finalizada tela de detalhe do filme, feitos alguns ajustes de cores p…

    …ara tema dark.
    Marlon D. Rocha committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f0ee369 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from marlonl3001/feature/film-detail-screen

    Finalizada tela de detalhe do filme.
    marlonl3001 authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ddca0f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Adicionada tela de lista de personagens.

    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    30792b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from marlonl3001/feature/characters_screen

    Adicionada tela de lista de personagens.
    marlonl3001 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bd87c7b View commit details
    Browse the repository at this point in the history
  3. Criadas classes base para uso nas telas de detalhe do app.

    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    09ffee4 View commit details
    Browse the repository at this point in the history
  4. Finalizada tela de detalhe de personagem e feitas algumas melhorias n…

    …a estrutura de código.
    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d72bf13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from marlonl3001/feature/character_detail_screen

    Finalizada tela de detalhe de personagem.
    marlonl3001 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    48223d1 View commit details
    Browse the repository at this point in the history
  6. Movido pacote presentation para dentro do pacote ui.

    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bd4c2d8 View commit details
    Browse the repository at this point in the history
  7. Adicionadas rotinas para preenchimento da tela de favoritos.

    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f10c634 View commit details
    Browse the repository at this point in the history
  8. Adicionada navegação à tela de detalhe do item clicado e finalizada a…

    … tela de favoritos.
    Marlon D. Rocha committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5a4bd6d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from marlonl3001/feature/favorites-screen

    Finalizada a tela de favoritos.
    marlonl3001 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    180ea93 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Finalizada tela de filmes e personagens visualizados.

    Marlon D. Rocha committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d8a8247 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from marlonl3001/feature/last-seen-screen

    Finalizada tela de filmes e personagens visualizados.
    marlonl3001 authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a3172d0 View commit details
    Browse the repository at this point in the history
  3. Adicionado plugin do ktlint.

    Marlon D. Rocha committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    154d472 View commit details
    Browse the repository at this point in the history
  4. Correções do ktlint.

    Marlon D. Rocha committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dba0aee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from marlonl3001/feature/add-lint-tools

    Adicionado ktlint e rodada task para da estrutura de código do projeto.
    marlonl3001 authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    9b9bef8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d1f6c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    551ddb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b31f9c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from marlonl3001/feature/add-tests

    Adicionadas classes de teste unitário e teste instrumentado de componente criado utilizando compose.
    marlonl3001 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2aef13d View commit details
    Browse the repository at this point in the history
  3. Formatação de código do ktlint.

    Marlon D. Rocha committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    277cdba View commit details
    Browse the repository at this point in the history
  4. melhorias de código.

    Marlon D. Rocha committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    283ed92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05d7469 View commit details
    Browse the repository at this point in the history
  6. Adicionado arquivo README.md

    Marlon D. Rocha committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b94cbc0 View commit details
    Browse the repository at this point in the history
  7. Ajustada versão do targetSdk.

    Marlon D. Rocha committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a332dbb View commit details
    Browse the repository at this point in the history
  8. Update README.md

    marlonl3001 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2e872df View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from marlonl3001/improvement/general-improvement

    Melhorias de código e revisões de versões de dependências.
    marlonl3001 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0bd62fb View commit details
    Browse the repository at this point in the history