infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

PMNavigationActivity #15

Closed jamonholmgren closed 9 years ago

jamonholmgren commented 9 years ago

This will now be the default activity for new BluePotion apps. New screens are added as fragments. If you want to open a new activity, use open_modal and it'll work as before. You can also provide an activity and it'll work as before.

I've merged in #13 and #14 for simplicity, since this moves around some files they rely on.

Closes #18.

jamonholmgren commented 9 years ago

By the way, this breaks close. However, the back button works as expected. I'll fix close tomorrow or something.