1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 10:47:10 -07:00
Commit graph

48 commits

Author SHA1 Message Date
71c6c60762 Bring intent to font, to treat the activity as a single instance on background/resume. 2017-08-25 08:58:18 -07:00
546a95373a Added support for HTML in config.extra. 2017-08-22 11:13:23 -07:00
666ae83137 Added config.author, config.extra and config.extraTitle to general info card. 2017-08-22 10:56:18 -07:00
5f556fe8ce Do not display config.aboutLabelTitle if empty. 2017-08-22 10:55:31 -07:00
337b7dafb3 Added default case to switch per PMD report. 2017-08-22 00:23:15 -07:00
3ae1c381d1 Made constants final per FindBugs report. 2017-08-22 00:09:03 -07:00
134ebebb61 Force CircleCI trigger. 2017-08-21 23:56:46 -07:00
0ebb478771 Added default shareMessage if not set. 2017-08-21 15:22:16 -07:00
852005c24e Fixed home page URL cleaning for display. 2017-08-21 14:52:44 -07:00
9d708b650f Switched to proper link to Publisher, per official documentation. 2017-08-21 14:22:22 -07:00
Alex Dibrivnyi
3cf3fc8f47 merged 2017-05-16 20:09:11 +03:00
Alexandr Dibrivnyi
1ad0a69002 Added activity context 2017-05-16 12:50:32 +03:00
Alex Dibrivnyi
fc4c2ee3ab Fixed pmd 2017-05-16 00:01:42 +03:00
Alex Dibrivnyi
170c879b10 Removed branch io. We need to try to integrate this version to real app and test (CLose #24) 2017-05-15 23:55:50 +03:00
Alex Dibrivnyi
a3ea5e4d90 Tried to fix GOD class pmd fail 2017-05-15 23:40:57 +03:00
Alex Dibrivnyi
11f7abc55f added null checks to protect lib from crashes 2017-05-15 23:13:25 +03:00
Michael Mee
7f4336b5ec Access internal file appropriately to avoid FileUriExposedException 2017-04-14 09:04:51 -07:00
Michael Mee
c9fa053c19 Fix syntax error from missing parens (oops..) 2017-04-13 14:10:01 -07:00
Michael Mee
785187d369 Refactor card assembly to remove redundant intermediate builder variables 2017-04-13 14:08:00 -07:00
Michael Mee
bf033943ce Extract a helper method to DRY things up a little 2017-04-13 13:55:34 -07:00
Michael Mee
7626468b58 Extract logUIEventName method and individual card methods
Fix PMD god class failure
2017-04-13 13:54:47 -07:00
Michael Mee
75325cc1cc Fix merge error 2017-04-13 13:00:59 -07:00
mikemee
d3af0f55ea Merge branch 'develop' into feature/add_guide 2017-04-13 12:44:27 -07:00
Alex Dibrivnyi
b8ea937107 Updated card library version. Fixed errors after update 2017-04-13 20:27:14 +03:00
Alex Dibrivnyi
7d339c9cf6 Added logic to show Guide only when html page is provided (Close #18) 2017-04-13 20:08:39 +03:00
Alex Dibrivnyi
cf5d7e3750 Changed guide icon color 2017-04-13 19:55:55 +03:00
Alex Dibrivnyi
845ad401f9 changed color 2017-04-13 19:33:25 +03:00
Alex Dibrivnyi
251255cd8c replaced guide icon 2017-04-13 19:24:17 +03:00
Alex Dibrivnyi
b93a89c190 added icon. fixed path. (Close #18) 2017-04-13 19:04:49 +03:00
Alex Dibrivnyi
23fae473aa refactored 2017-04-13 18:46:31 +03:00
Alex Dibrivnyi
94842b51da Added guide item 2017-04-13 18:25:32 +03:00
Michael Mee
65d3394d79 Remove inaccurate comments 2017-02-09 16:12:44 -08:00
Michael Mee
5303e1d71e Use string resource correctly 2017-02-09 15:41:29 -08:00
Michael Mee
4a9b0feefc Skip OS for now version to avoid scaring people :) 2017-02-09 15:29:19 -08:00
Michael Mee
6ef9141109 Extract email prompt string into strings.xml 2017-02-09 15:25:50 -08:00
Michael Mee
501017078f Add platform to footer instead of header 2017-02-09 15:12:06 -08:00
Alex Dibrivnyi
077aad00c0 Fixed pmd 2017-02-09 22:17:57 +02:00
Alex Dibrivnyi
7541287f69 Added egab to all strings keys 2017-02-09 22:00:03 +02:00
Alex Dibrivnyi
58c3e44cc1 Added Portuguese language. (Close #3) 2017-02-09 21:48:32 +02:00
Alex Dibrivnyi
690d7547f1 Added footer to email body (Close #5) 2017-02-09 21:30:26 +02:00
Alex Dibrivnyi
0dea2c71e0 Fixed mistyped (Close #4) 2017-02-09 21:09:11 +02:00
Alex Dibrivnyi
5d1674a0aa Changed logic to check build type (Close #6) 2017-02-09 21:01:59 +02:00
Alex Dibrivnyi
ed10e03d6b Added correct error handling when facebook/twitter is not installed. (Close #8) 2017-02-09 20:41:49 +02:00
Alex Dibrivnyi
685b6e6ffe Fixed Amazon link (Close #7) 2017-02-09 20:36:38 +02:00
Alex Dibrivnyi
abe6dbbae7 Fixed Email subject (Close #9) 2017-02-09 20:17:49 +02:00
Alex Dibrivnyi
6ff27e1170 Fixed PMD 2017-02-05 20:48:34 +02:00
Alex Dibrivnyi
9f171cf706 Moved all strings to strings.xml 2017-02-05 20:32:32 +02:00
Alex Dibrivnyi
8b28ebfb79 Added AboutBox library source code. Implemented IAnalytic and IDialog interfaces for custom usage. 2017-02-05 20:27:38 +02:00