Thanks to visit codestin.com
Credit goes to github.com

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: DroidPHP/DroidPHP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0
Choose a base ref
...
head repository: DroidPHP/DroidPHP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 7, 2015

  1. #53 1.8.1 App service starts, but server does not

    Make a fix for  Issue #53. The http-service will now start after Device boot.
    
    AndroidManifest.xml change version
    src\org\opendroidphp\app\services\OnBootReceiver.java modify onReceive(): execute the createForConnect CommandTask without opening a dialog
    src\org\opendroidphp\app\tasks\CommandTask.java modify Constructor and static method createForConnect: add an flag for creating a dialog
    src\org\opendroidphp\app\tasks\ProgressDialogTask.java modify Constructor: add an flag for creating a dialog, modify setters: add null-check
    src\org\opendroidphp\app\ui\HomeFragment.java modify onStart(): execute the createForConnect CommandTask
    Michael Stößer committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    d754c85 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2015

  1. Merge pull request #73 from mStoesser/master

    A Fix for Issue #53 1.8.1 App service starts, but server does not
    Shushant committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    db18659 View commit details
    Browse the repository at this point in the history
Loading