Obsolete
Status Update
Comments
mi...@gmail.com <mi...@gmail.com> #2
Any updates?
ya...@google.com <ya...@google.com> #3
updates?
bo...@google.com <bo...@google.com> #4
Any update?
lf...@google.com <lf...@google.com> #5
any updates on how to do this?
lf...@google.com <lf...@google.com> #6
Any updates? Are we going to add this in lib?
ya...@google.com <ya...@google.com> #7
I'm not sure if this is going to be added in the library. In the meantime you can find my implementation here.
https://gist.github.com/fbarthelery/ad0062a88875b46e0065137ff03807a0
lf...@google.com <lf...@google.com>
lf...@google.com <lf...@google.com> #8
It would truly be nice if the new tool for fixing navigation (which btw is fantastic) on the platform would support all of the standard top tier UI components. Looking forward to seeing how this goes.
bo...@google.com <bo...@google.com> #9
Dialog fragments are now used in all modern applications and this is the last missing piece of puzzle to really switch everything to Navigation component.
Hope to see support for this soon enough.
Hope to see support for this soon enough.
mi...@gmail.com <mi...@gmail.com> #10
Please, any update on this?
lf...@google.com <lf...@google.com> #11
Sometime, there's need to display the previous fragment along with new fragment which is more of like a dialog. Therefore, it will be nice to have this feature in the next update.
mi...@gmail.com <mi...@gmail.com> #12
This would be really useful, especially since Modal Bottom Sheets need to be implemented as BottomSheetDialogFragments. It would be great to get all of our navigation into the navigation graph.
lf...@google.com <lf...@google.com> #13
Project: platform/frameworks/support
Branch: androidx-master-dev
commit eec025be7822df951131cc0766b928383f58789e
Author: Ian Lake <ilake@google.com>
Date: Mon Apr 22 14:51:05 2019
Add support for <dialog> destinations
Add support for using a DialogFragment as
a destination in your navigation graph via
the <dialog> tag.
Test: added tests, tested in testapp
BUG: 80267254
Change-Id: I82daaa7bde4efe782095eee7b3932092e9086adb
M navigation/fragment/api/2.1.0-alpha03.txt
M navigation/fragment/api/current.txt
M navigation/fragment/ktx/api/2.1.0-alpha03.txt
M navigation/fragment/ktx/api/current.txt
A navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilderTest.kt
A navigation/fragment/ktx/src/main/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilder.kt
A navigation/fragment/src/main/java/androidx/navigation/fragment/DialogFragmentNavigator.java
M navigation/fragment/src/main/java/androidx/navigation/fragment/NavHostFragment.java
M navigation/fragment/src/main/res/values/attrs.xml
A navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/LearnMoreDialogFragment.kt
M navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/MainFragment.kt
M navigation/integration-tests/testapp/src/main/res/layout/main_fragment.xml
M navigation/integration-tests/testapp/src/main/res/navigation/nav_main.xml
M navigation/integration-tests/testapp/src/main/res/values/strings.xml
https://android-review.googlesource.com/949238
https://goto.google.com/android-sha1/eec025be7822df951131cc0766b928383f58789e
Branch: androidx-master-dev
commit eec025be7822df951131cc0766b928383f58789e
Author: Ian Lake <ilake@google.com>
Date: Mon Apr 22 14:51:05 2019
Add support for <dialog> destinations
Add support for using a DialogFragment as
a destination in your navigation graph via
the <dialog> tag.
Test: added tests, tested in testapp
BUG: 80267254
Change-Id: I82daaa7bde4efe782095eee7b3932092e9086adb
M navigation/fragment/api/2.1.0-alpha03.txt
M navigation/fragment/api/current.txt
M navigation/fragment/ktx/api/2.1.0-alpha03.txt
M navigation/fragment/ktx/api/current.txt
A navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilderTest.kt
A navigation/fragment/ktx/src/main/java/androidx/navigation/fragment/DialogFragmentNavigatorDestinationBuilder.kt
A navigation/fragment/src/main/java/androidx/navigation/fragment/DialogFragmentNavigator.java
M navigation/fragment/src/main/java/androidx/navigation/fragment/NavHostFragment.java
M navigation/fragment/src/main/res/values/attrs.xml
A navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/LearnMoreDialogFragment.kt
M navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/MainFragment.kt
M navigation/integration-tests/testapp/src/main/res/layout/main_fragment.xml
M navigation/integration-tests/testapp/src/main/res/navigation/nav_main.xml
M navigation/integration-tests/testapp/src/main/res/values/strings.xml
ap...@google.com <ap...@google.com> #14
We've added support for dialog destinations internally, it'll be available in Navigation 2.1.0-alpha03
ap...@google.com <ap...@google.com> #15
Awesome! Cheers guys
pj...@google.com <pj...@google.com>
lf...@google.com <lf...@google.com> #16
Are there any public test/demo applications one could use for reference?
Because the integration tests seem to be non public
Because the integration tests seem to be non public
lf...@google.com <lf...@google.com> #17
i have tried using dialog as destination it work's fine but when i navigate from dialog to fragment/dialog i am getting runtime error as NavController is missing.
i am using 2.1.0-alpha05
mi...@gmail.com <mi...@gmail.com> #18
Very useful, fixed also.Cheers!
lf...@google.com <lf...@google.com> #19
Ok, that is weird. It is the altitude that is broken, right? That is a known issue, but the lat/lon should be fixed. Reaching out to our resident GPS expert for more info.
mi...@gmail.com <mi...@gmail.com> #20
Yes, altitude... it is such a pain to test code containing calculations which depends on altitude changes....
For example I get values such as:
Location[fused 40.274500,-74.815100 hAcc=0 et=+18m56s627ms alt=0.0 vel=81.56 bear=37.0 vAcc=??? sAcc=??? bAcc=???]
when I am replaying a track containing real Elevations such as in the screenshot.
For example I get values such as:
Location[fused 40.274500,-74.815100 hAcc=0 et=+18m56s627ms alt=0.0 vel=81.56 bear=37.0 vAcc=??? sAcc=??? bAcc=???]
when I am replaying a track containing real Elevations such as in the screenshot.
ja...@google.com <ja...@google.com> #21
In my tests I see the altitude set correctly.
I'm testing 28.0.3-4946491 as in #18. I used a third-party app to display the GPS location and altitude, and I see latitude, longitude, and altitude all updating. For me it worked both when clicking Send for a single location and when playing a KML.
FYI, I used the app "GPS Location" by Jeroen van Iddekinge, last updated Sep 2, 2017.
Could you see if this app correctly reports the altitude for you?
I'm testing 28.0.3-4946491 as in #18. I used a third-party app to display the GPS location and altitude, and I see latitude, longitude, and altitude all updating. For me it worked both when clicking Send for a single location and when playing a KML.
FYI, I used the app "GPS Location" by Jeroen van Iddekinge, last updated Sep 2, 2017.
Could you see if this app correctly reports the altitude for you?
ja...@google.com <ja...@google.com> #22
Are you still seeing this problem?
ja...@google.com <ja...@google.com> #23
I believe this is working correctly now.
Please open a new bug if you are still seeing a problem.
Please open a new bug if you are still seeing a problem.
Description
Android Studio Version:Android Studio 3.0.1
Build #AI-171.4443003, built on November 9, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 27.1.7-4581633
HAXM / KVM Version:
Android SDK Tools:
Host Operating System: Win10
CPU Manufacturer: AMD
Steps to Reproduce Bug:
1. Make new device on AVD (nexus 6, android 8)
2. run it, open google map
3. open Extend controls, Location TAB, set Longitude '0', Latitude '0'
4. run CMD on Windows, type command "adb -P 5037 -s emulator-5554 emu geo fix -2.00599 52.50659" (this command change GPS location on emulator)
5. watch google map: location on google map - correct (-2.00599 52.50659)
6. wait some time (about 1 second)
Expected Behavior:
location on Google map still -2.00599 52.50659
Observed Behavior:
location on Google map set to 0 0
PS: Also I post detailed question on SO :