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

merge dev into master 1.3.0 #351

Merged
merged 43 commits into from
Sep 1, 2024
Merged

merge dev into master 1.3.0 #351

merged 43 commits into from
Sep 1, 2024

Commits on Apr 8, 2023

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

Commits on Aug 6, 2023

  1. Feat/material 3 (#320)

    * resetted app for material 3
    
    * removed other material 2 styles
    
    * removed material 2 code
    
    * Update fragment_user_profile.xml
    
    * updated layout
    
    * updated dependencies
    
    * updated views
    
    * updated dependencies
    
    - gradle to 8.0
    - fixed material import
    - appcompat
    
    * remove unnecessary landscape layout
    
    * fixed app bar icon color
    
    * removed unnecessary landscape layout
    
    * updated layouts
    
    * added sample themes
    
    * fixed wrong intent for vlc
    
    close #309
    
    * wip adding new theme picker to setting
    
    * updated dependencies
    
    * updated dependencies
    
    * updated theme application flow
    
    * formatting
    
    * added theme
    
    * updated dependencies
    
    * clean up
    
    * updated dependencies
    
    * replaced gradle with kts version
    
    * updated build
    
    * changed string
    
    * formatting
    
    * testing CI fix
    
    * set jdk 17 for github actions
    
    * added last missing build configs
    LivingWithHippos authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8a00d65 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2e3952b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e76b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b161fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6254eda View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    a7ba8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12999d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Feat/remote vlc (#325)

    * added remote device table
    
    * added remote service table
    
    * added fragment for remote devices
    
    * small updates
    
    * strings update
    
    renamed string
    added missing translations
    
    * update data structure
    
    * updated new db table stuff
    
    * connected remote device fragments
    
    * Updated remote device management
    
    * updated remote service pages
    
    * updated remote service flow
    
    * formatting
    
    * updated service management
    
    * various service updates
    
    * WIP connecting new streaming to UI flow
    
    * dependency updates
    
    * fixed missing case
    
    * updated libraries
    
    * removed unused functions
    
    * updated fab
    
    * added icons for remote service types
    
    * WIP adding services popup
    
    * updated dependencies
    
    * added missing case management
    
    * dependency updates
    
    * WIP updated remote service flow
    
    * request only services that can play media files
    
    * moved code
    
    * dependencies update
    
    * added popup to select services
    
    * updated layout
    
    * removed kodi settings
    
    * updated strings
    
    * formatting
    
    * renamed alternative download links
    
    * updated streaming popup
    
    * fixed strings
    
    * replaced manual update with flow listener
    
    * updated default icon colors
    
    * formatting
    
    * removed legacy kodi references
    
    * dependency updates
    
    * fixed tv navigation
    
    * bumped version
    
    * formatting
    
    * fixed possible crash
    
    * cleaned up old kodi buttons
    
    * fixed tv navigation
    
    * updated string
    
    * added basic streaming popup for tvs
    
    full one was not working
    
    * formatting
    LivingWithHippos authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    74124a3 View commit details
    Browse the repository at this point in the history
  2. WIP added date sorting in search

    not complete
    see #327
    LivingWithHippos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    425b989 View commit details
    Browse the repository at this point in the history
  3. added flag

    other changes may be necessary
    LivingWithHippos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    becebbf View commit details
    Browse the repository at this point in the history
  4. formatting

    LivingWithHippos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a6784b8 View commit details
    Browse the repository at this point in the history
  5. added page size option

    close #317
    LivingWithHippos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7a0df45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5f66f3 View commit details
    Browse the repository at this point in the history
  7. added button to refresh lists on landscape

    easier for android tv
    close #322
    LivingWithHippos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7a11af7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Fixed wrong variable type

    possible fix for #329
    LivingWithHippos committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    20bf0bf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Various updates (#356)

    * Create JackettRepository.kt
    
    * updated dependencies
    
    * added jackson xml parser
    
    * added api token field to remote services entities
    
    * Delete UnzipUtils.kt
    
    * added xml parsing for torznab
    
    * Update XMLUtils.kt
    
    * added xml parsing for searches
    
    * updated api
    
    * added indexers filter support
    
    * skip logging error
    
    * Update JackettRepository.kt
    
    * added api token field
    
    * close keyboard when clicking outside search field
    
    close #301
    
    * WIP rebuilding search
    
    * support null listener for base adapter
    
    * WIP sidesheet for search via plugins tab
    
    * fix prod build crash
    
    * formatting
    
    * updated dependencies and migrated catalog
    
    gradle kts -> toml since android studio supports only that one
    
    * Update libs.versions.toml
    
    * Update proguard-rules.pro
    
    * added enabled plugin option
    
    * WIP adding search with multiple plugins
    
    * formatted code
    
    * updated github workflow
    
    * updated countly configuration
    
    * possible fix for crash on torrent in progress deletion
    
    see #373
    
    * fixed download to micro sd and torrent monitoring
    
    issues related to changes to foreground services in android 14
    close #368
    
    * bigger delay between retries to avoid possible endpoint limits
    
    * removed lots of warning and unused code
    
    * formatted code
    
    * added more real debrid errors
    
    * fixed possible crash deleting download
    
    * go back if torrent cannot be downloaded
    
    close #377
    
    * format file
    LivingWithHippos authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4084302 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    86246d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5b527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68487b7 View commit details
    Browse the repository at this point in the history
  4. exclude markdown files from bundling

    was breaking the build
    LivingWithHippos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d61ded6 View commit details
    Browse the repository at this point in the history
  5. match web urls from string start

    avoid issues matching strings with `http` inside them, e.g. some magnets, see #312
    LivingWithHippos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c3d04b2 View commit details
    Browse the repository at this point in the history
  6. reworked link recognition

    - split immediately the passed link and assume multiple links
    - separated single link management from multiple link management
    - check for containers before checking for web urls since they're both web url
    
    close #352
    LivingWithHippos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dffc619 View commit details
    Browse the repository at this point in the history
  7. fixed swapped sorting preferences

    close #378
    LivingWithHippos committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    65b5349 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Restore kodi (#379)

    * changed stat component
    
    * dependency updates
    
    * fixed device/services list
    
    * removed jackett from services list
    
    * updated devices/services ui
    
    * updated gradle to 8.10
    
    * added confirmation dialog before deleting services
    
    * added title to service list
    
    * added missing string translaations
    
    * strings
    
    * added button to delete device
    
    * formatted code
    
    * Update proguard-rules.pro
    
    * updated search engine to filter by tags
    
    * updated dependencies
    
    * formatted code
    LivingWithHippos authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8a4ec55 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LivingWithHippos committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ed8e977 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. adde kofi to readme

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6a4e8ea View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0e81f4b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    76168ad View commit details
    Browse the repository at this point in the history
  4. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b298961 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4085c15 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b111fa0 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    LivingWithHippos committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    a033e70 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Restore main theme (#380)

    * readded support for background image
    
    * testing waves theme
    
    * Update themes.xml
    
    * updated themes
    
    * updated themes
    
    * updated themes
    
    * fixed plugin compatiblity check
    
    apparently 2.6 float < 2.6 double
    
    * updated themes
    
    * updated themes
    
    * updated theme picker
    
    * updated waves theme
    
    * Delete theme_colors_circle.xml
    
    * formatted code
    LivingWithHippos authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    124d449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dfb1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    040229b View commit details
    Browse the repository at this point in the history
  4. bumped version code

    LivingWithHippos committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    f504a12 View commit details
    Browse the repository at this point in the history
  5. better logout handling

    see #360
    LivingWithHippos committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1196fc6 View commit details
    Browse the repository at this point in the history
  6. formatted code

    LivingWithHippos committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b663790 View commit details
    Browse the repository at this point in the history
  7. Merging master 001 (#382)

    * fix magnets recognized as http urls
    
    close #312
    
    * Feat/quick update (#328)
    
    * bumped sdk level to avoid play store issues
    
    * declare new android permissions
    
    required by android 14
    
    * updated service handling
    
    avoid crash + android 14 compatibility
    
    * Delete UnzipUtils.kt
    
    * fixed navigation for android tv
    
    * bumped version for release
    
    * formatting
    
    * Fixed wrong variable type
    
    possible fix for #329
    
    * bumped version for release
    
    * formatting
    
    * updated libraries to fix build
    
    * formatting
    
    * updated libraries to fix build errors
    
    * formatting
    
    * updated libraries and fixed build error
    
    * fixed proguard minification issue
    
    * fixed wrong vlc intent
    
    close #309
    
    * added plurals options (#333)
    
    android may have changed something because these used to work
    fix #332
    
    * bumped version for release
    
    * Feat/dev parity (#359)
    
    * added delay to avoid missing cached files
    
    * added support for date parsing
    
    * formatted code
    
    * updated dependencies
    
    * bumped version for release
    
    * added search by date
    
    close #327
    
    * close keyboard losing focus
    
    close #301
    
    * let the user pick pagination size
    
    close #317
    
    * fixed string formatting
    
    * updated listeners
    
    * added magnet hash info to torrent sections
    
    close #311
    
    * added refresh button to download and torrent lists
    
    close #322
    
    * changed min value
    
    * fixed possible crash with foreground service
    
    * close keyboard when pasting auth code
    
    * readded missing strings
    
    * bumped version for release
    
    * Fix/small issues (#364)
    
    * fixed small text
    
    close #363
    
    * moved logout to bottom
    
    * avoid restarting app when logging out if no credentials are found
    
    close #360
    
    * updated libraries
    
    * bumped version for release
    
    * updated workflow
    
    * formatted code
    LivingWithHippos authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    934dcec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046de49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83f7c2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f89e03 View commit details
    Browse the repository at this point in the history