Feature/3633 export site api - #3848
Conversation
…ure/3661-active-subscription-check"" This reverts commit f66cc36.
…lable progressdialog
| minSdkVersion 14 | ||
| targetSdkVersion 23 | ||
|
|
||
| vectorDrawables.useSupportLibrary = true |
There was a problem hiding this comment.
Was this change intentional? We haven't updated to v23.2 of the support library yet, so we're not ready to make this change.
There was a problem hiding this comment.
Reverting and moving addition of this line to #3856
| exportSite(); | ||
| } | ||
| }); | ||
| builder.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { |
There was a problem hiding this comment.
Note that using builder.setNegativeButton(R.string.cancel, null); here will accomplish the same thing.
There was a problem hiding this comment.
🙇 thanks so much. You have no idea how irked I was I had to do all this just to close the dialog.
|
With the exception of the
I recommend something much simpler, like just "Your posts, pages, and settings will be emailed to you at %s." |
|
I have reviewed the code as well, but nothing to add to Nick's comments. Looks good to me. |
Addressed in df0f442 |
|
Looks good! |
…te-api Feature/3633 export site api
Fixes #3633
To test:
Needs review: @oguzkocer @nbradbury