gcash / android-neutrino

Android mobile wallet using the bchwallet/neutrino backend
9 stars 9 forks source link

Upgrade dependencies to target Android Q #32

Closed nighthawk24 closed 5 years ago

nighthawk24 commented 5 years ago

Set compile and target SDK version to 29, Migrate android support dependencies to androidx, update corresponding layouts. Stringify resources in layouts. Improve code formatting and remove empty spaces.

zquestz commented 5 years ago

@nighthawk24 any chance you can look into the regression mentioned by @cpacia ?

nighthawk24 commented 5 years ago

Thank you @cpacia & @zquestz for reviewing and testing the large change. I wanted to get the base setup right before working on feature requests. I've handled the alignment in the layout for now, though the layouts can be refactored to constraint layouts in the future.

zquestz commented 5 years ago

@cpacia this nearly ready? Would be nice to land this.