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: nextcloud/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b8fce1bb6427b89cf37630ee062171dac4404cf
Choose a base ref
...
head repository: nextcloud/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7c6a989b4087f990c32cca1529ad1537a2670ba
Choose a head ref
  • 9 commits
  • 20 files changed
  • 6 contributors

Commits on Apr 15, 2019

  1. remove unused code

    Signed-off-by: Jens Mueller <tschenser@gmx.de>
    jmue committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    2757244 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Initialize global context before MainApp.onCreate()

    Initialize global context just after attaching base
    context.
    
    ContentProvider depend on MainApp.getAppContext(),
    but ContentProvider.onCreate() is called *before*
    Application.onCreate().
    
    This hack should improve stability of ContentProviders
    at process bring-up time until we address this
    with a proper DI.
    
    Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
    ezaquarii committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2a08cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. direct usage of library project

    Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
    tobiasKaminsky committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    52020a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3899 from jmue/cleanup/uriutils

    cleanup unused code
    tobiasKaminsky authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    8be1157 View commit details
    Browse the repository at this point in the history
  3. Drone: update FindBugs results to reflect reduced error/warning count…

    … [skip ci]
    
    Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
    nextcloud-android-bot committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    2afb934 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3907 from nextcloud/ezaquarii/initialize-main-app…

    …-context-before-content-providers-start
    
    Initialize global context before MainApp.onCreate()
    tobiasKaminsky authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    28f80cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3912 from nextcloud/libraryUsage

    Setup.md: direct usage of library project
    AndyScherzinger authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    caa2a91 View commit details
    Browse the repository at this point in the history
  6. use constant

    Signed-off-by: Jens Mueller <tschenser@gmx.de>
    jmue committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    e6604c8 View commit details
    Browse the repository at this point in the history
  7. use constant

    Signed-off-by: Jens Mueller <tschenser@gmx.de>
    jmue committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    c7c6a98 View commit details
    Browse the repository at this point in the history
Loading