Skip to content

Commit

Permalink
FLAMBOYAN UPDATE
Browse files Browse the repository at this point in the history
BETA-4
Fix Icon Themes Error
Change Transition Animation - Slides for
next/back - Smoother than alpha blend animation
Remove any transition
effect for Dialog Window
Use Bold Text for Navigation Button
Fix
Installer UI for text log position
Add ini_set/ini_get for Vibrate
Intensity (0-10). ini_set("vibrate","5") = Half Intensity,
ini_set("vibrate","0") = No Vibrate At All
Add ini_set/ini_get for
icon_back and icon_next. ini_set("icon_next","@install"),
ini_set("icon_back","icons/back")
Fix Installer Freeze on
(pthread_detach) - Compileable for Android Build Environment
BUILD WITH
ANDROID BUILD ENVIRONMENT - Binary Size Reduce By ~60% - BUILD COMMAND:
make aroma_installer; make aroma_installer.zip
Add zip build command in
building the source
Rewrite building script for windows and linux with
Android Build Environment
Modify aroma-config in demo zip to includes
some new features
Change update-binary-installer from Galaxy Nexus
binary. Sensation user should replace it binary with sensation
binary
Beautifier Source Code. Add beautifier tools in source code
tree

BETA-3
Fix Include Back Error
Improve Back Sequence Capability
ADD
EVAL Function to execute the script inline from string
ADD GOTO Function
to jump back into GOTO Label. gotolabel(), goto().
Update More Demo in
Example Zip
Improving Efficiency processes when loading and reloading
themes

BETA-2
Fix color handling on themes
Using bilinear scaling in
png.9p
Re-add hebrew support
Add Italic Support with tag
\<i>Italic\</i>
ADD include function, to include script from different
file. look at new aroma-config file and language_select.edify
file

BETA-1
reboot("now","recovery"); and
reboot("now","fastbot");
Refresh look and feel
Remove RTL and Arabic
Support (For faster and freeing resource, because the features still
unusable)
Subpixel rendering for Fonts (Clear Type Like)
Improve
performance with NEON here and there.
Tweaks some input driver
May fix
some colorspace issue
Bilinear scaling for png icons, Now it look smooth
even if it resized
FIX MANY BACK SEQUENCE BUGS
Font will only loaded if
the font is really changed - Faster-faster performance
improvement
Change Navigation Bar Buttons. Now next and back can be
using Icons
Add Menu Button for buttonless devices.
  • Loading branch information
Ahmad Amarullah committed Jun 19, 2013
1 parent db7b087 commit d0c5ff0
Show file tree
Hide file tree
Showing 1,674 changed files with 141,412 additions and 366,033 deletions.
123 changes: 123 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
AROMA_INSTALLER_LOCALPATH := $(LOCAL_PATH)
LOCAL_SRC_FILES := \
libs/zlib/adler32.c \
libs/zlib/crc32.c \
libs/zlib/infback.c \
libs/zlib/inffast.c \
libs/zlib/inflate.c \
libs/zlib/inftrees.c \
libs/zlib/zutil.c \
libs/zlib/inflate_fast_copy_neon.s \
\
libs/png/png.c \
libs/png/pngerror.c \
libs/png/pnggccrd.c \
libs/png/pngget.c \
libs/png/pngmem.c \
libs/png/pngpread.c \
libs/png/pngread.c \
libs/png/pngrio.c \
libs/png/pngrtran.c \
libs/png/pngrutil.c \
libs/png/pngset.c \
libs/png/pngtrans.c \
libs/png/pngvcrd.c \
libs/png/png_read_filter_row_neon.s \
\
libs/minutf8/minutf8.c \
libs/minzip/DirUtil.c \
libs/minzip/Hash.c \
libs/minzip/Inlines.c \
libs/minzip/SysUtil.c \
libs/minzip/Zip.c \
\
libs/freetype/autofit/autofit.c \
libs/freetype/base/basepic.c \
libs/freetype/base/ftapi.c \
libs/freetype/base/ftbase.c \
libs/freetype/base/ftbbox.c \
libs/freetype/base/ftbitmap.c \
libs/freetype/base/ftglyph.c \
libs/freetype/base/ftinit.c \
libs/freetype/base/ftpic.c \
libs/freetype/base/ftstroke.c \
libs/freetype/base/ftsynth.c \
libs/freetype/base/ftsystem.c \
libs/freetype/cff/cff.c \
libs/freetype/pshinter/pshinter.c \
libs/freetype/psnames/psnames.c \
libs/freetype/raster/raster.c \
libs/freetype/sfnt/sfnt.c \
libs/freetype/smooth/smooth.c \
libs/freetype/truetype/truetype.c \
libs/freetype/base/ftlcdfil.c \
\
src/edify/expr.c \
src/edify/lex.yy.c \
src/edify/parser.c \
\
src/controls/aroma_controls.c \
src/controls/aroma_control_button.c \
src/controls/aroma_control_check.c \
src/controls/aroma_control_checkbox.c \
src/controls/aroma_control_menubox.c \
src/controls/aroma_control_optbox.c \
src/controls/aroma_control_textbox.c \
src/controls/aroma_control_threads.c \
src/controls/aroma_control_imgbutton.c \
\
src/libs/aroma_array.c \
src/libs/aroma_freetype.c \
src/libs/aroma_graph.c \
src/libs/aroma_input.c \
src/libs/aroma_languages.c \
src/libs/aroma_libs.c \
src/libs/aroma_memory.c \
src/libs/aroma_png.c \
src/libs/aroma_zip.c \
\
src/main/aroma_ui.c \
src/main/aroma_installer.c \
src/main/aroma.c

LOCAL_MODULE := aroma_installer
LOCAL_MODULE_TAGS := eng
LOCAL_FORCE_STATIC_EXECUTABLE := true

LOCAL_C_INCLUDES := $(AROMA_INSTALLER_LOCALPATH)/include
LOCAL_MODULE_PATH := $(AROMA_INSTALLER_LOCALPATH)/out
LOCAL_STATIC_LIBRARIES := libm libc

LOCAL_CFLAGS := -O2
LOCAL_CFLAGS += -DFT2_BUILD_LIBRARY=1 -DDARWIN_NO_CARBON
LOCAL_CFLAGS += -fdata-sections -ffunction-sections
LOCAL_CFLAGS += -Wl,--gc-sections -fPIC -DPIC
LOCAL_CFLAGS += -D_AROMA_NODEBUG

#
# Comment It, If You Don't Want To Use NEON
#
LOCAL_CFLAGS += -mfloat-abi=softfp -mfpu=neon -D__ARM_HAVE_NEON

include $(BUILD_EXECUTABLE)


include $(CLEAR_VARS)
LOCAL_MODULE := aroma_installer.zip
LOCAL_MODULE_TAGS := eng
ifeq ($(MAKECMDGOALS),aroma_installer.zip)
$(info ==========================================================================)
$(info )
$(info MAKING AROMA Installer ZIP)
OUTPUT_SH := $(shell $(AROMA_INSTALLER_LOCALPATH)/tools/android_building.sh)
ifeq ($(OUTPUT_SH),0)
$(info Please Compile AROMA Installer First, by running: make -j4 aroma_installer)
else
$(info AROMA ZIP is On $(AROMA_INSTALLER_LOCALPATH)/out/aroma.zip)
endif
$(info )
$(info ==========================================================================)
endif

18 changes: 0 additions & 18 deletions aroma-installer/build.bat

This file was deleted.

31 changes: 0 additions & 31 deletions aroma-installer/buildinstaller.sh

This file was deleted.

25 changes: 0 additions & 25 deletions aroma-installer/cleanup.bat

This file was deleted.

15 changes: 0 additions & 15 deletions aroma-installer/deploy.bat

This file was deleted.

Loading

0 comments on commit d0c5ff0

Please sign in to comment.