Bug 87434 - android: Back should go one level up
Summary: android: Back should go one level up
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version: 4.4.0.0.alpha0+ Master
Hardware: Other All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 84726
  Show dependency treegraph
 
Reported: 2014-12-18 09:06 UTC by Jan Holesovsky
Modified: 2015-01-22 07:27 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jan Holesovsky 2014-12-18 09:06:08 UTC
In the file browser on android, when you use the 'back' button on the phone, it just quits the app; instead, it should go one level up (in the folder hierarchy), and quit the app only when we are in the root folder / top folder on the sdcard.
Comment 1 Jan Holesovsky 2015-01-09 15:11:52 UTC
Jacobo: Adding you to CC, in case this is of interest for you :-)
Comment 2 Jacobo Aragunde Pérez 2015-01-12 09:33:49 UTC
Thanks Kendy :)

The common flow in an Android application involves stacking activities one upon another; for example, browsing into some directory usually implies opening a new activity that stacks on the previous one. Pressing back will take the user to the previous activity.

As it is now, our document browser refreshes its contents when browsing the filesystem, instead of stacking activities.

I think we should transform our flow to work like most Android applications. It would automatically enable the back button, and we could implement nice transition animations. Besides, it will probably simplify our code and that's always a win :)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.