Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polaromatic PR for the contest #3

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
590e31d
Update Readme
ilopmar Jan 6, 2015
0f5b826
Initial commit :baby:
ilopmar Dec 30, 2014
94f9890
Spring Boot application skeleton
ilopmar Dec 30, 2014
38bace2
Add photo conversion Spring Integration flow
ilopmar Dec 30, 2014
b520819
Generate Photo object with the input and output files
ilopmar Dec 30, 2014
e76154c
Apply polaroid effect to photos
ilopmar Dec 31, 2014
013db64
Add websocket support and push photo to browser
ilopmar Dec 31, 2014
dda6c83
Receive polaroid photos using websockets
ilopmar Dec 31, 2014
eabcf53
Delete temporal pictures
ilopmar Dec 31, 2014
7e8e359
Change Spring Boot application logo
ilopmar Jan 1, 2015
e350240
Grooid application skeleton
ilopmar Jan 1, 2015
ef08623
Remove splash screen
ilopmar Jan 1, 2015
95df456
Change Grooid application logo
ilopmar Jan 1, 2015
7525685
Add usage information to main activity
ilopmar Jan 1, 2015
c6074fe
Add settings activity and save backend url
ilopmar Jan 1, 2015
9d04bbf
Refactor some default common values for layouts
ilopmar Jan 1, 2015
84e7ad0
Change url in about page
ilopmar Jan 2, 2015
c6c89f8
Change theme to a Dark one
ilopmar Jan 2, 2015
e97c9f0
Add share activity that receives the shared images
ilopmar Jan 2, 2015
dd5a63b
Display the image in the share activity :smiley:
ilopmar Jan 2, 2015
fd55965
Exclude retrofit class from proguard
ilopmar Jan 3, 2015
f209115
Extract Toast utility to a trait
ilopmar Jan 3, 2015
52ba1e6
Post the picture to the backend (SpringBoot app)
ilopmar Jan 3, 2015
a4b27a9
Add GreenRobot EventBus library
ilopmar Jan 3, 2015
9e2fe6c
Handle retrofit errors and display a message when sharing
ilopmar Jan 3, 2015
7135f57
Endpoint to receive a POST with a photo an process with the SI flow
ilopmar Jan 3, 2015
53afb01
Add @CompileStatic to services
ilopmar Jan 3, 2015
e4fefef
Workaround for request param encoding issue
ilopmar Jan 3, 2015
f4d5276
Configure log
ilopmar Jan 3, 2015
2a21f76
Add SpringBoot CLI app to download pictures from Flickr
ilopmar Jan 4, 2015
3d5d178
Ignore log directory
ilopmar Jan 4, 2015
6ae9af9
Add Spock tests for Polaromatic back. Better late than never... :fire…
ilopmar Jan 4, 2015
94119b3
Upgrade android build version and gradle plugin
ilopmar Jan 4, 2015
e9bcf39
Upgrade to Groovy 2.4-rc-1
ilopmar Jan 4, 2015
2ff238b
Fix some android layouts and configurations
ilopmar Jan 4, 2015
c6f354a
Refactor Toastable
ilopmar Jan 4, 2015
7520871
Show a waiting spinner while uploading the photo :rage4:
ilopmar Jan 4, 2015
28e4498
Remove :shit:. It's not necessary to create temporal directory for ou…
ilopmar Jan 5, 2015
88711af
Use backend default url when url is not defined
ilopmar Jan 5, 2015
a2ec4ee
Remove main activity. Now the app can only be used when sharing an image
ilopmar Jan 5, 2015
967b031
Move contextual menu (settings & about) from main activity to share
ilopmar Jan 5, 2015
6d63388
Add 'Fork me on Github' ribbon
ilopmar Jan 6, 2015
4837de8
Add favicon
ilopmar Jan 7, 2015
694bedf
First version of the documentation
ilopmar Jan 6, 2015
1b28a1f
Add backend documentation
ilopmar Jan 7, 2015
5848aec
Add android documentation
ilopmar Jan 7, 2015
52940e0
Add technological stack documentation
ilopmar Jan 7, 2015
d431118
Add title to the images
ilopmar Jan 8, 2015
b736035
Fix documentation typos
ilopmar Jan 8, 2015
cf171f5
Implement retrofit error handler with a closure
ilopmar Jan 8, 2015
4217d82
Add live-demo documentation
ilopmar Jan 8, 2015
5303cd9
Add installation documentation
ilopmar Jan 9, 2015
7dde4e2
Convert project to a gradle multi-project
ilopmar Jan 9, 2015
2686a2a
Add spring-boot-starter-actuator
ilopmar Jan 9, 2015
8358dce
Add custom metrics counters for Flickr and Android photos
ilopmar Jan 9, 2015
61db111
Add demo environment metrics url to documentation
ilopmar Jan 9, 2015
55181c6
Add Grooscript to convert Groovy to Javascript
ilopmar Jan 9, 2015
9fd2e3e
Add documentation for Grooscript conversion
ilopmar Jan 10, 2015
27d0469
Update Readme
ilopmar Jan 10, 2015
6aac5f3
Fix grooscript files path
ilopmar Jan 11, 2015
3b223ea
Generate grooscript js before build the polaromatic-back
ilopmar Jan 11, 2015
8624864
Upgrade to Groovy 2.4.0-rc-2
ilopmar Jan 12, 2015
fabc7b3
Update to Spring Boot 1.2.1
ilopmar Jan 13, 2015
a804fa9
Add Polaromatic logo and schema svg files
ilopmar Jan 12, 2015
043df7c
Update documentation url after changing github username
ilopmar Oct 18, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change Grooid application logo
ilopmar committed Jan 8, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 95df456d63279789c30a047c986abfb8ddcbed9f
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import com.arasthel.swissknife.annotations.OnUIThread

@CompileStatic
class MainActivity extends Activity {

@Override
void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState)
@@ -38,11 +38,11 @@ class MainActivity extends Activity {
@OnUIThread
void showAbout() {
new AlertDialog.Builder(this)
.setIcon(R.drawable.ic_launcher)
.setIcon(R.drawable.polaromatic_logo)
.setTitle(R.string.app_name)
.setView(layoutInflater.inflate(R.layout.about, null, false))
.create()
.show()
}

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion polaromatic-grooid/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">polaromatic-grooid</string>
<string name="app_name">Polaromatic</string>
<string name="hello">Groovy And Android :)</string>
<string name="about">About</string>
<string name="about_credits">Check http://www.groovy-lang.org</string>