Commit Graph

18 Commits

Author SHA1 Message Date
Evan Debenham
55a3e0559a v0.6.0: manifest commit 2017-06-04 22:00:48 -04:00
Evan Debenham
6687e090bf v0.5.0b: manifest commit 2017-02-22 14:57:12 -05:00
Evan Debenham
702cfa61cf v0.5.0b: moved shattered's icons to a mipmap folder, deleted some icons
The mipmap folder is more flexible, see android documentation

I'm removing mdpi, hdpi, and xxhdpi as their none-perfect scaling (DPIs scale at 1.5x/2.25x/3x/4.5x/6x) looks awful. apps and launchers that still want to use those dpis can scale for themselves at runtime. Yes this is counter to android spec but I'd much rather suggest to external programs that they really should be using the xhdpi or xxxhdpi icons if possible. I'll likely change this back if it ends up breaking something
2017-02-22 14:57:07 -05:00
Evan Debenham
934c8680c6 v0.5.0a: manifest commit 2017-02-13 16:11:04 -05:00
Evan Debenham
2616e02c99 v0.5.0: manifest commit 2017-02-13 16:10:54 -05:00
Evan Debenham
b1d79f96ce v0.4.3c: manifest commit 2016-11-06 17:59:42 -05:00
Evan Debenham
f5cf285ddf v0.4.3b: manifest commit 2016-11-06 01:12:50 -04:00
Evan Debenham
851060251e v0.4.3a: manifest commit 2016-10-24 23:44:10 -04:00
Evan Debenham
a6852b1b97 v0.4.3a: game now defaults to landscape on appropriate tablets 2016-10-24 23:41:49 -04:00
Evan Debenham
64087bf3ed v0.4.3: manifest commit 2016-10-16 20:42:50 -04:00
Evan Debenham
debbb57066 v0.4.3: implemented a new 'Power Saver' mode
As a bonus, this allows shattered to run on small screen devices, by forcing power saver, which downsamples in this specific case allowing for the minimum 2x game scale.
2016-10-16 20:41:44 -04:00
Evan Debenham
2a73678529 v0.4.3: removed visual-only tile types 2016-10-16 20:40:38 -04:00
Evan Debenham
78db26b724 v0.4.3: updated target and compile SDK to 24 (android N) 2016-10-16 20:38:12 -04:00
Evan Debenham
d0b0f42f94 v0.4.2b: manifest commit 2016-09-15 20:54:41 -04:00
Evan Debenham
aaadf4afb6 v0.4.2a: manifest commit 2016-09-11 20:46:57 -04:00
Evan Debenham
1b7ec49edb v0.4.2: proper manifest commit this time 2016-09-09 18:10:18 -04:00
Evan Debenham
275dcf8863 v0.4.2: manifest commit 2016-09-09 18:10:04 -04:00
Evan Debenham
36e44340a8 Converted ShatteredPD to Build from Gradle
Major Changes:
- Shattered now builds effortlessly either from gradle CLI or android studio
- Much better dependency management through gradle (although it's not really used atm)
- Separate PD-classes repo is now SPD-classes module within main repo
2016-08-13 04:35:26 -04:00