Phillip Thelen
|
fe8a584a7a
|
update translations
|
2016-05-09 16:17:34 +02:00 |
|
Phillip Thelen
|
edcec62858
|
add option to display maintenance and deprecation screen
|
2016-05-09 16:17:34 +02:00 |
|
Phillip Thelen
|
275bc861f7
|
update translations
|
2016-04-26 16:49:56 +02:00 |
|
Phillip Thelen
|
5dc6ef5d91
|
add sharing for level up and pet hatching
|
2016-04-26 16:49:56 +02:00 |
|
Phillip Thelen
|
25ab28a5c2
|
Begin implementing party invitations
|
2016-04-26 16:49:56 +02:00 |
|
Phillip Thelen
|
35fe0f78d2
|
allow class selection
|
2016-04-26 16:49:56 +02:00 |
|
Phillip Thelen
|
f9f794731a
|
Bump to version 0.0.28.2
|
2016-04-19 12:49:29 +02:00 |
|
Phillip Thelen
|
d72b329868
|
fix task scoring crash
|
2016-04-15 11:11:38 +02:00 |
|
Phillip Thelen
|
6ffe50d5a5
|
bump version number
|
2016-04-14 14:57:16 +02:00 |
|
Phillip Thelen
|
a020ae486d
|
update translations
|
2016-04-14 14:30:30 +02:00 |
|
Phillip Thelen
|
bd2934d31c
|
update translations
|
2016-04-12 18:54:28 +02:00 |
|
Phillip Thelen
|
9dd99afbe6
|
update translations
|
2016-04-12 15:04:16 +02:00 |
|
Phillip Thelen
|
318614ac02
|
Fix Stable
|
2016-04-07 20:14:41 +02:00 |
|
Phillip Thelen
|
051fed2f72
|
add RxJava and multidexing
|
2016-04-07 20:14:41 +02:00 |
|
jeubank12
|
ff99df4a3f
|
Don't ever accidentally click add APIindexing code!!!
|
2016-03-29 12:59:53 +02:00 |
|
jeubank12
|
a4aaf44b88
|
Edited task form res and activity, working on getting the manifest to build so that I can test
|
2016-03-29 12:59:53 +02:00 |
|
Phillip Thelen
|
7e966ff8cb
|
fix guild crash
|
2016-03-24 11:00:18 +01:00 |
|
Phillip Thelen
|
b869f0c93e
|
update translations
|
2016-03-22 20:06:00 +01:00 |
|
Phillip Thelen
|
1581382e6c
|
fix crashes when editing tasks
|
2016-03-19 19:06:32 +01:00 |
|
Phillip Thelen
|
103c836280
|
fix crash with spring gear
|
2016-03-19 12:55:01 +01:00 |
|
Phillip Thelen
|
b669fc4f43
|
Revert "fix daily reminder notifications"
This reverts commit 9ed2e000a8.
|
2016-03-19 12:34:31 +01:00 |
|
Phillip Thelen
|
9ed2e000a8
|
fix daily reminder notifications
|
2016-03-18 17:36:26 +01:00 |
|
Phillip Thelen
|
02ffe612ab
|
fix timezone issues
|
2016-03-17 02:30:18 +01:00 |
|
Phillip Thelen
|
8f711a8872
|
bump version number
|
2016-03-16 21:16:14 +01:00 |
|
Phillip Thelen
|
095ba04f4e
|
make spacing and sizing more consistent
|
2016-03-16 13:52:42 +01:00 |
|
Phillip Thelen
|
ba747d55ee
|
fix several crashes
|
2016-03-15 13:53:59 +01:00 |
|
Phillip Thelen
|
b2a7a99336
|
hide gems on party info page
|
2016-03-08 12:04:38 +01:00 |
|
Phillip Thelen
|
56b46d524a
|
bump version number
|
2016-03-06 17:14:26 +01:00 |
|
Phillip Thelen
|
53329ae75e
|
allow guild editing
|
2016-03-06 16:49:35 +01:00 |
|
Andrew Lord
|
5d76167df0
|
Back navigation wasn't working properly in settings due to it being a PreferenceFragment which extends from Fragment, whereas the activity is an AppCompatActivity so looks in the support library fragment manager when handling the back key. Switching to use the support-v7 preference library and PreferenceFragmentCompat then allows this to work. This commit has the time preference working (works slightly differently with support library preferences). Switching to account page not working yet and styling of main settings page needs some fixes.
|
2016-02-27 20:20:33 +00:00 |
|
Phillip Thelen
|
467c314896
|
display list of guilds the user is a member of
|
2016-02-26 12:51:06 +01:00 |
|
Phillip Thelen
|
7ca6a1e963
|
bump version number
|
2016-02-17 22:16:11 +01:00 |
|
Phillip Thelen
|
6099c2c080
|
minor fixes
|
2016-02-03 13:56:43 +01:00 |
|
Phillip Thelen
|
7832e4e81b
|
Add amplitude support
|
2016-02-02 21:19:07 +01:00 |
|
Phillip Thelen
|
b922cf23f4
|
fix tutorial display for tasks
|
2016-02-02 18:47:10 +01:00 |
|
Phillip Thelen
|
95c377ea54
|
Show setup after registration
|
2016-02-02 15:02:27 +01:00 |
|
Phillip Thelen
|
2c982d5fb0
|
Add Intro before login
|
2016-02-02 15:02:26 +01:00 |
|
Phillip Thelen
|
34321b60b7
|
Fix crash with checklist items
|
2016-01-27 13:29:51 +01:00 |
|
Phillip Thelen
|
548b47435d
|
improve sync when app is reopened
|
2016-01-26 16:32:06 +01:00 |
|
Phillip Thelen
|
ad87a8addd
|
update release notes
|
2016-01-21 14:23:00 +01:00 |
|
Brendan Ribera
|
0ba4aae129
|
Enable installation on external storage.
Adds the installLocation attribute in the manifest. See https://developer.android.com/guide/topics/data/install-location.html for details.
Fixes #360
|
2016-01-20 23:34:04 -08:00 |
|
Phillip Thelen
|
4a0cbf12e6
|
bump build number
|
2016-01-20 10:43:31 +01:00 |
|
Phillip Thelen
|
77a7718dda
|
Merge pull request #366 from yishanhe/fix-345
Fix #345
|
2016-01-11 14:10:06 +01:00 |
|
Phillip Thelen
|
2c771de119
|
Merge branch 'develop' of github.com:HabitRPG/habitrpg-android into develop
# Conflicts:
# Habitica/src/com/habitrpg/android/habitica/ui/activities/MainActivity.java
# Habitica/src/com/habitrpg/android/habitica/ui/fragments/PreferencesFragment.java
|
2016-01-11 13:57:58 +01:00 |
|
syi
|
0ddd91ba69
|
Fix #345
|
2016-01-06 12:38:54 -05:00 |
|
Negue
|
893c0dc599
|
Version 0.0.24
|
2015-12-22 01:48:35 +01:00 |
|
Michal
|
c005c64f39
|
Move activities to /ui/activities package
|
2015-12-21 20:19:51 +01:00 |
|
Negue
|
52018f7009
|
Version 0.0.23
|
2015-12-15 00:01:25 +01:00 |
|
Negue
|
f62019a733
|
portrait only! ... for now
|
2015-12-14 20:52:56 +01:00 |
|
Negue
|
45daa97cc7
|
fix build, disable crashlytics on debug
|
2015-12-14 20:22:02 +01:00 |
|
Phillip Thelen
|
d29a1c923e
|
remove keys
|
2015-12-14 14:36:49 +01:00 |
|
Phillip Thelen
|
a6e4bbb290
|
Remove widget for now
As the widget currently doesn't work, it's better to not have it there.
|
2015-12-13 18:06:12 +01:00 |
|
Franze Jr
|
0c76228222
|
Remove toast for internet connection change. Fixes #206
|
2015-12-12 11:00:26 -03:00 |
|
Negue
|
da8d6a51be
|
Version 0.0.22
|
2015-12-10 21:37:55 +01:00 |
|
Negue
|
a4f86d2ee0
|
Version 0.0.21
|
2015-12-10 18:56:32 +01:00 |
|
Negue
|
18995b0905
|
Version 0.0.20
|
2015-12-10 00:53:29 +01:00 |
|
Negue
|
491dd90604
|
Version 0.0.19
|
2015-12-09 21:19:34 +01:00 |
|
Negue
|
e55c806d97
|
Version 0.0.18
|
2015-12-09 01:36:48 +01:00 |
|
Negue
|
19836c0563
|
Version 0.0.17
|
2015-12-08 19:04:36 +01:00 |
|
Phillip Thelen
|
93175daadd
|
Remove instabug
|
2015-12-08 00:20:52 +01:00 |
|
Franze Jr
|
506bc22a64
|
Fixes #98 - must supply a layout_width attribute error.
|
2015-12-06 23:00:31 -03:00 |
|
Negue
|
3af79384a9
|
Version 0.0.15
|
2015-12-06 01:40:07 +01:00 |
|
Negue
|
1fcce1c526
|
Version 0.0.14
|
2015-12-04 01:24:44 +01:00 |
|
Negue
|
b342b14544
|
Version 0.0.13
|
2015-12-03 22:17:40 +01:00 |
|
Negue
|
f627d340ef
|
Version 0.0.12
|
2015-12-02 01:58:09 +01:00 |
|
Phillip Thelen
|
46598945c3
|
add setting for daily reminder
|
2015-12-01 02:37:30 +01:00 |
|
Negue
|
b4d5201bcf
|
Version 0.0.11
|
2015-12-01 01:37:26 +01:00 |
|
Phillip Thelen
|
0434496de7
|
Merge branch 'setttings-activity' into develop
# Conflicts:
# Habitica/src/com/habitrpg/android/habitica/MainActivity.java
|
2015-11-28 19:51:03 +01:00 |
|
Phillip Thelen
|
effdc76390
|
add ability to use skills
|
2015-11-28 19:30:48 +01:00 |
|
Franze Jr
|
d1ceb6d6b9
|
[#13] First version of SettingsActivity
|
2015-11-26 18:56:22 -03:00 |
|
Negue
|
b1c3520e0e
|
[#19] gem purchase part 1 / BaseFragment bugfixes
|
2015-11-24 23:22:40 +01:00 |
|
Negue
|
3219cbb980
|
Version 0.0.10
|
2015-11-23 23:28:46 +01:00 |
|
Phillip Thelen
|
687c915bb4
|
better back handling for fragments
|
2015-11-23 11:44:55 +01:00 |
|
Phillip Thelen
|
2dddc93c39
|
correct events for fragments
|
2015-11-19 21:38:21 +01:00 |
|
Phillip Thelen
|
aa79010ea0
|
begin reworking activities into fragments
|
2015-11-19 16:50:03 +01:00 |
|
Negue
|
d0e0094a86
|
Version 0.0.9
|
2015-11-16 22:51:30 +01:00 |
|
Phillip Thelen
|
3aa5ec4608
|
Add basic facebook login
|
2015-11-14 15:59:44 +01:00 |
|
Negue
|
a18715350f
|
Version 0.0.8
|
2015-11-09 20:48:06 +01:00 |
|
Phillip Thelen
|
0cff8749d9
|
Merge pull request #41 from HabitRPG/offline-warning
Offline warning
|
2015-11-08 11:58:20 +01:00 |
|
Negue
|
7cdc085524
|
Version 0.0.7
|
2015-11-08 00:01:14 +01:00 |
|
Negue
|
aa7ffd8ce5
|
Version 0.0.6
|
2015-11-07 21:45:35 +01:00 |
|
Franze Jr
|
e03c9c686d
|
[#33] - Add networkChangeReceiver
|
2015-11-03 20:38:10 -03:00 |
|
Mickael Goubin
|
8470bcc031
|
Fix #16 statusbar color
|
2015-10-29 19:53:37 +01:00 |
|
Negue
|
94af661353
|
Cleanup / fixes / set title on TaskForm / Version 0.0.5
|
2015-10-21 22:33:32 +02:00 |
|
Negue
|
9c1d903752
|
Refactor MainDrawerBuilder / start with gempurchases
|
2015-10-19 20:25:57 +02:00 |
|
Negue
|
4404933f20
|
Update Version Code
|
2015-10-09 23:10:36 +02:00 |
|
Negue
|
1588f856a5
|
Party Part 2 - Memberlist / Fix Avatars
|
2015-09-23 22:39:04 +02:00 |
|
Negue
|
560669da95
|
Extract ChatListFragment
Extract MainActivity to AvatarActivityBase
Party - Part 1 - Chat
|
2015-09-15 21:56:23 +02:00 |
|
Negue
|
6ce26b5cba
|
Version 0.0.3
|
2015-09-12 20:16:30 +02:00 |
|
Negue
|
4f44bd44b5
|
List Tavern Messages, Send / Delete them, Toggle Sleep
|
2015-08-30 19:56:46 +02:00 |
|
Negue
|
b26e48c104
|
Create TavernActivity / extract Sidebar Strings / extract MainDrawerBuilder
|
2015-08-18 21:46:12 +02:00 |
|
Negue
|
315d25e316
|
Version 0.0.2 / BlackText on Login
|
2015-08-18 18:00:25 +02:00 |
|
Negue
|
04a2c3cfab
|
Fix Colors in Views
|
2015-08-10 20:04:53 +02:00 |
|
Phillip Thelen
|
73f8c596d3
|
Start building new form for tasks
|
2015-08-03 15:55:17 +02:00 |
|
Negue
|
ee48c6adfa
|
initialize fabric / send events from viewAdapter / change AddTaskDialog to use taskId / change menu background color
|
2015-07-11 20:49:09 +02:00 |
|
Negue
|
1eeaabffa7
|
Update Libraries / "Note" in Changelogs / Fix Crash on first start
|
2015-07-07 20:28:57 +02:00 |
|
Phillip Thelen
|
ef177cef0f
|
Start using material design viewpager
|
2015-06-29 16:04:03 +02:00 |
|
Negue
|
aacceab336
|
Add AboutLibraries & Paperboy
|
2015-06-27 20:18:25 +02:00 |
|
Negue
|
29915637d3
|
Version 0.0.1
|
2015-06-20 20:47:02 +02:00 |
|
Negue
|
43086228d2
|
Rename to Habitica - Part 2 (Namespaces) / Update Fabric
|
2015-05-27 18:48:19 +02:00 |
|
Negue
|
33239d8d24
|
Rename to Habitica - Part 1 (Folder/ SubModule)
|
2015-05-27 18:02:13 +02:00 |
|